> For the complete documentation index, see [llms.txt](https://docs.quickbotify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quickbotify.com/fundamentals/getting-set-up.md).

# Getting set up

{% hint style="info" %}
As of now, we are integrated with Telegram and we are working on getting various other platforms integrated as well.
{% endhint %}

### Telegram

<details>

<summary>Step1: Create your account</summary>

a.  Signup [here](https://quickbotify.com/accounts/signup/) either with google or by using your custom email id and password.

</details>

<details>

<summary>Step 2: Choose and order your bot.</summary>

a.  Once you are logged in, you will see all the available bots listed.

b.  Click on the bot you want that will take you to that bot's product page.

c.  Add the bot to the cart and follow the normal checkout procedure to complete the order.

</details>

<details>

<summary>Step 3: Setup your bot</summary>

a.  Once the order is complete, you will see your bot [here](https://quickbotify.com/orders/). Click **Settings** to move to the setup page of the bot.

b.  Provide your bot token and other minimum settings required based on the bot.&#x20;

&#x20;     E.g., For Reply Bot, you will have to provide two things in Advanced Settings as of now -      Command i.e., what text you want the bot to respond on and the Reply Message which will be a text the bot will reply with.

c. Bot Token is a API key of the bot you get from Telegram's BotFather. Enter it, enable the bot and click on save. Click here to know [how to generate a Telegram bot token](https://youtu.be/KCxYmq9UHFM?t=56\&si=G9-5zoBZLIanu1fA).

</details>

{% hint style="success" %}
That's it, you are done. Sit back and relax.
{% endhint %}


---

# 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.quickbotify.com/fundamentals/getting-set-up.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.
