# Concepts

Explore Vectice's core concepts to become more familiar with how to use Vectice. Click on each concept inside the table for more detailed information.

{% hint style="info" %}
Click on the concepts to learn more.
{% endhint %}

| Concept                                                                                                                   | Description                                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [**AskAI**](https://docs.vectice.com/24.4/create-model-documentation-and-reports/auto-document-models-with-askai)         | Quickly generate insights and documentation by leveraging AI to pull relevant information from your logged data in Vectice.                                         |
| [**Assets**](https://docs.vectice.com/24.4/log-and-manage-assets-with-vectice-api/log-assets-to-vectice)                  | Assets are the valuable resources used during data science interations, including datasets, models, graphs, notes, code, and notebooks.                             |
| [**Auto-document**](https://docs.vectice.com/24.4/create-model-documentation-and-reports/auto-document-models-with-askai) | Automatically document descriptive information about assets in Vectice with AskAI.                                                                                  |
| [**Autolog**](https://docs.vectice.com/24.4/introduction/vectice-overview/autolog)                                        | The ability to log all data science assets and code used during development using a single line of code.                                                            |
| [**Datasets**](https://docs.vectice.com/user-guides/document-key-assets-and-milestones/introductions/datasets)            | Datasets reflect the dataset metadata logged to Vectice during model development.                                                                                   |
| [**Iterations**](https://docs.vectice.com/user-guides/document-key-assets-and-milestones/introductions/iterations)        | An iteration is a recurring work cycle within a phase, primarily used for logging assets to document work and maintain transparency throughout an AI project.       |
| [**Lineage**](https://docs.vectice.com/24.4/log-and-manage-assets-with-vectice-api/preserve-your-code-and-asset-lineage)  | Lineage refers to the tracking of the origin, transformations, and relationships of assets throughout its lifecycle.                                                |
| [**Macros**](https://docs.vectice.com/24.4/create-model-documentation-and-reports/streamline-documentation-with-macros)   | Automatically inserts predefined content and metadata from Vectice’s logged information to speed up documentation.                                                  |
| [**Models**](https://docs.vectice.com/user-guides/document-key-assets-and-milestones/introductions/models)                | Models reflect the model metadata logged to Vectice during model development. All models are versioned and tagged with their deployment environment within Vectice. |
| [**Phases**](https://docs.vectice.com/user-guides/organize-workspaces-and-projects/introductions/phases)                  | Phases help organize project objectives, ensure best practices, maintain consistency, and document knowledge.                                                       |
| [**Projects**](https://docs.vectice.com/user-guides/organize-workspaces-and-projects/introductions/projects)              | Projects enable data science leaders to oversee team workflows and track data science projects.                                                                     |
| [**Reports**](https://docs.vectice.com/24.4/glossary/concepts/reports)                                                    | Reports reflect the auto-generated reports using information and assets from the selected iteration.                                                                |
| [**Workspaces**](https://docs.vectice.com/user-guides/organize-workspaces-and-projects/introductions/workspaces)          | Workspaces help organize projects and members in an organization, simplifying collaboration and permission management.                                              |


---

# 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.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.
