# Quick Start

This Quick Start guide walks you through the essential steps to begin using AiKYNETIX—from setting up your account to uploading your first video and retrieving processed results. Follow these steps to integrate and explore our video processing capabilities.

### Documentation Navigation

[🆕 **Quick Start** ](/api-documentation/quick-start.md)(You’re here!)

[**Account Setup & Subscription**<br>](/api-documentation/quick-start/account-setup.md)        • Sign Up / Log In (AUTH)\
&#x20;       • Subscription & Payments (only Pro/Enterprise enable API access)

**Tip**: Save your credentials securely—API access requires authentication!

[**API Key Creation**<br>](/api-documentation/quick-start/api-key-creation.md)        • Go to Settings → API Management\
&#x20;       • Create API Key (provide name, domain, description)\
&#x20;       • Manage (disable or delete) your key as needed

**Note**: Free-tier users can explore the platform but won’t have API access.


---

# 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/api-documentation/quick-start.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.
