> 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/uploading-the-videos.md).

# Uploading the Videos

Uploading your videos is the first step in unlocking detailed analysis on the AiKYNETIX platform. Follow the steps below to ensure your video is uploaded correctly and processed seamlessly.

1. **Select the Upload Section:**\
   Navigate to the designated video upload area within your dashboard.
2. **Choose Activity Type:**\
   Select the appropriate activity type based on your video content.
3. **Enter Session Details:**
   * **Session Name:** Provide a descriptive title for your session.
   * **User Selection:** Choose the relevant user (for admin uploads, select the user on whose behalf you’re uploading).
   * **Additional Options:** Fill in any other options as per the guidelines provided in the platform (e.g., incline degree for running or exercise type for weightlifting).
4. **Upload Your Video:**\
   Once all required fields are complete, initiate the upload.
5. **Processing Workflow:**\
   After the upload, the video processing workflow starts automatically. The system will extract frames, process data, and generate metrics.
6. **Notification & Review:**\
   When processing is complete, you will receive a notification. You can then review the detailed reports and analyzed data through the platform.

<figure><img src="/files/jCiG08KsrZ0vxFbCSKKg" alt=""><figcaption></figcaption></figure>


---

# 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/uploading-the-videos.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.
