> 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/aikynetix-support.md).

# AiKYNETIX Support

- [Overview](https://docs.aikynetix.app/aikynetix-support/overview.md)
- [Creating and Managing Your Account](https://docs.aikynetix.app/aikynetix-support/creating-and-managing-your-account.md)
- [Navigating the Dashboard](https://docs.aikynetix.app/aikynetix-support/navigating-the-dashboard.md): The AiKYNETIX Dashboard is designed to give you a clear, data-driven view of your performance and client activity. The dashboard is divided into two main areas: the Main Dashboard and Insights.
- [Best Practices for Recording Videos](https://docs.aikynetix.app/aikynetix-support/best-practices-for-recording-videos.md)
- [How to Record Running Videos for AI-Powered Analysis: A Step-by-Step Guide](https://docs.aikynetix.app/aikynetix-support/best-practices-for-recording-videos/how-to-record-running-videos-for-ai-powered-analysis-a-step-by-step-guide.md)
- [Mastering the Vertical Jump](https://docs.aikynetix.app/aikynetix-support/best-practices-for-recording-videos/mastering-the-vertical-jump.md)
- [How to Record Weightlifting Workouts Accurately with the AiKYNETIX App](https://docs.aikynetix.app/aikynetix-support/best-practices-for-recording-videos/how-to-record-weightlifting-workouts-accurately-with-the-aikynetix-app.md)
- [How to record a video for Workspace wellness analysis](https://docs.aikynetix.app/aikynetix-support/best-practices-for-recording-videos/workspace-wellness.md)
- [How to Record Squat Videos for AI‑Powered Analysis](https://docs.aikynetix.app/aikynetix-support/best-practices-for-recording-videos/mobility-squat.md)
- [How to record a general mobility assessment video](https://docs.aikynetix.app/aikynetix-support/best-practices-for-recording-videos/mobility.md)
- [How to record a video for walking analysis](https://docs.aikynetix.app/aikynetix-support/best-practices-for-recording-videos/walking.md)
- [Uploading the Videos](https://docs.aikynetix.app/aikynetix-support/uploading-the-videos.md)
- [Video Processing Workflow](https://docs.aikynetix.app/aikynetix-support/video-processing-workflow.md)
- [Understanding Processed Video Outputs](https://docs.aikynetix.app/aikynetix-support/understanding-processed-video-outputs.md)
- [Detailed Metrics Explanation](https://docs.aikynetix.app/aikynetix-support/detailed-metrics-explanation.md)
- [How to Read and Interpret Summaries and Reports](https://docs.aikynetix.app/aikynetix-support/how-to-read-and-interpret-summaries-and-reports.md)
- [How Recommendations are Generated](https://docs.aikynetix.app/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/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.
