# Guides

{% hint style="warning" %}
**Navixy Repository API is a work in progress.** This documentation is published for preview purposes only and doesn't reflect a stable release. Structure, field names, and behaviors are subject to change.
{% endhint %}

This section contains detailed step-by-step tutorials for basic scenarios of using Navixy Repository API.

### Guides in this section

* [Working with assets](/docs/navixy-repository-api/guides/working-with-assets.md)
* [Organizing assets into groups](/docs/navixy-repository-api/guides/organizing-assets-into-groups.md)
* [Implementing custom fields](/docs/navixy-repository-api/guides/implementing-custom-fields.md)
* [Managing schedules](/docs/navixy-repository-api/guides/managing-schedules.md)
* [Working with geo objects](/docs/navixy-repository-api/guides/working-with-geo-objects.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://navixy.com/docs/navixy-repository-api/guides.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.
