# Log and Manage Assets with Vectice API

- [API cheatsheets](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/api-cheatsheets.md)
- [Vectice Python API cheatsheet](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/api-cheatsheets/vectice-python-api-cheatsheet.md)
- [Vectice R API cheatsheet](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/api-cheatsheets/vectice-r-api-cheatsheet.md)
- [Connect to API](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/connect-to-api.md)
- [Log assets to Vectice](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/log-assets-to-vectice.md)
- [Autolog your assets](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/log-assets-to-vectice/autolog-your-assets.md)
- [Log datasets](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/log-assets-to-vectice/log-datasets.md): Learn how to log your datasets to Vectice.
- [Log models](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/log-assets-to-vectice/log-models.md)
- [Log attachments and notes](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/log-assets-to-vectice/log-attachments-and-notes.md)
- [Log code](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/log-assets-to-vectice/log-code.md)
- [Log a custom data source](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/log-assets-to-vectice/log-a-custom-data-source.md): Learn how to wrap datasets from a custom data source.
- [Log assets using Vectice IDs](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/log-assets-to-vectice/log-assets-using-vectice-ids.md)
- [Log dataset structure and statistics](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/log-assets-to-vectice/log-dataset-structure-and-statistics.md)
- [Log custom metadata in a table format](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/log-assets-to-vectice/log-custom-metadata-in-a-table-format.md)
- [Log MLFLow runs](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/log-assets-to-vectice/log-mlflow-runs.md)
- [Retrieve assets from app](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/retrieve-assets-from-app.md)
- [Manage your assets](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/manage-your-assets.md)
- [Manage your iteration](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/manage-your-iteration.md)
- [Preserve your code and asset lineage](https://docs.vectice.com/25.1/log-and-manage-assets-with-vectice-api/preserve-your-code-and-asset-lineage.md)


---

# 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/25.1/log-and-manage-assets-with-vectice-api.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.
