# Iterations

An iteration is a recurring work cycle within a phase, primarily used to log assets (models, datasets, graphs, and notes) to document the work and maintain transparency throughout an AI project.

### Why use iterations?

* Empower Data Scientists to achieve goals, evaluate results, and refine methods with feedback.&#x20;
* Facilitate informed decision-making, knowledge capture, and enhanced collaboration.&#x20;
* Ensure progress preservation, build trust in AI projects, and enable time-saving through efficient [iterative developments](/24.4/glossary/concepts/iterations/iterative-development.md).

<table><thead><tr><th width="185">Features</th><th>Description</th></tr></thead><tbody><tr><td><strong>Seamless creation via API</strong></td><td>Iterations are exclusively created through the Vectice API</td></tr><tr><td><strong>Ownership and asset logging</strong></td><td>Each iteration has an owner who solely can log assets via the Vectice API</td></tr><tr><td><strong>Starred iterations</strong></td><td>Iterations can be highlighted with a star to signify their importance, drawing attention to key assets or information within the iteration.</td></tr><tr><td><strong>Organize iteration work</strong></td><td>Users can organize iterations into sections within the Vectice app, allowing for a tailored presentation of their iteration progress and the work completed.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vectice.com/24.4/glossary/concepts/iterations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
