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

# Get Started

{% hint style="info" %}
**Support:** If you are unable to find a solution to your problem here, feel free to open a ticket on our [Discord server](https://discord.gg/yT3ArZPSe2).&#x20;
{% endhint %}

## Getting Started

Welcome to Kickable, the live streaming dashboard designed for "IRL" streamers to view and control essential stream features in one place. This section will guide you through the initial setup process, from creating an account to configuring the site with your desired settings.

### Creating an Account

To get started with Kickable, you'll need to create an account.

{% content-ref url="/pages/6eOx2neWLTpuISS1C7Eo" %}
[Creating an Account](/setup/get-started/creating-an-account.md)
{% endcontent-ref %}

### Setting up API Keys

{% content-ref url="/pages/o15NDQbPCWsVAxmXVLyp" %}
[Setting up API Keys](/setup/get-started/setting-up-api-keys.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.kickable.net/setup/get-started.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.
