# Справочник API

- [Управление пользователями](https://docs.aikynetix.app/ru/api-documentation/developer-resources-and-api-reference/api-reference/client-management.md): Общее управление пользователями
- [Управление всеми сессиями](https://docs.aikynetix.app/ru/api-documentation/developer-resources-and-api-reference/api-reference/managing-all-sessions.md): Общее управление сеансами
- [Анализированное видео](https://docs.aikynetix.app/ru/api-documentation/developer-resources-and-api-reference/api-reference/analyzed-video.md): Запросы GET и POST для получения ссылки на проанализированное видео
- [Бег](https://docs.aikynetix.app/ru/api-documentation/developer-resources-and-api-reference/api-reference/running.md)
- [Прыжки](https://docs.aikynetix.app/ru/api-documentation/developer-resources-and-api-reference/api-reference/jumping.md)
- [Тяжелая атлетика](https://docs.aikynetix.app/ru/api-documentation/developer-resources-and-api-reference/api-reference/weightlifting.md)
- [Оценка мобильности](https://docs.aikynetix.app/ru/api-documentation/developer-resources-and-api-reference/api-reference/mobility-assessment.md)
- [HTML-файлы](https://docs.aikynetix.app/ru/api-documentation/developer-resources-and-api-reference/api-reference/html-files.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.aikynetix.app/ru/api-documentation/developer-resources-and-api-reference/api-reference.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.
