> For the complete documentation index, see [llms.txt](https://docs.aikynetix.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aikynetix.app/ru/aikynetix-support.md).

# Поддержка AiKYNETIX

- [Обзор](https://docs.aikynetix.app/ru/aikynetix-support/overview.md)
- [Создание и управление вашей учетной записью](https://docs.aikynetix.app/ru/aikynetix-support/creating-and-managing-your-account.md)
- [Навигация по панели управления](https://docs.aikynetix.app/ru/aikynetix-support/navigating-the-dashboard.md): Панель управления AiKYNETIX разработана, чтобы предоставить вам четкое,   основанное на данных представление о вашей производительности и активности   клиентов.
- [Лучшие практики для записи видео](https://docs.aikynetix.app/ru/aikynetix-support/best-practices-for-recording-videos.md)
- [Как записывать видео бега для анализа с помощью ИИ: пошаговое руководство](https://docs.aikynetix.app/ru/aikynetix-support/best-practices-for-recording-videos/how-to-record-running-videos-for-ai-powered-analysis-a-step-by-step-guide.md)
- [Овладение вертикальным прыжком](https://docs.aikynetix.app/ru/aikynetix-support/best-practices-for-recording-videos/mastering-the-vertical-jump.md)
- [Как точно записывать тренировки по тяжелой атлетике с приложением AiKYNETIX](https://docs.aikynetix.app/ru/aikynetix-support/best-practices-for-recording-videos/how-to-record-weightlifting-workouts-accurately-with-the-aikynetix-app.md)
- [Загрузка видео](https://docs.aikynetix.app/ru/aikynetix-support/uploading-the-videos.md)
- [Процесс обработки видео](https://docs.aikynetix.app/ru/aikynetix-support/video-processing-workflow.md)
- [Понимание обработанных видео результатов](https://docs.aikynetix.app/ru/aikynetix-support/understanding-processed-video-outputs.md)
- [Подробное объяснение метрик](https://docs.aikynetix.app/ru/aikynetix-support/detailed-metrics-explanation.md)
- [Как читать и интерпретировать сводки и отчеты](https://docs.aikynetix.app/ru/aikynetix-support/how-to-read-and-interpret-summaries-and-reports.md)
- [Как генерируются рекомендации](https://docs.aikynetix.app/ru/aikynetix-support/how-recommendations-are-generated.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aikynetix.app/ru/aikynetix-support.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
