> For the complete documentation index, see [llms.txt](https://questn.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://questn.gitbook.io/docs/settings/telegram-bot-settings.md).

# Telegram Bot Settings

To successfully use the \<Join a Telegram group or channel> quest template, you will need to invite the QuestN Support Bot to your group or channel and set it as an admin.

### How to invite QuestN Support Bot and set it as an admin?

1. Click the link and open Telegram

{% embed url="<https://t.me/Quest3_support_bot>" %}

2. After your Telegram pops up, you will see this interface, click `START`

<figure><img src="/files/H8YYwzVGnBU1ho647lxu" alt="" width="377"><figcaption></figcaption></figure>

3. Click the Bot user name, and you’re free to add the bot to your group or channel.

<figure><img src="/files/4ZRMYpBALreXTf9ruic8" alt="" width="369"><figcaption></figcaption></figure>

<figure><img src="/files/ZoDtVMSXG5Ryaudi61zs" alt="" width="301"><figcaption></figcaption></figure>

4. At last, the Bot must be set as an admin in your Telegram group or channel.

<figure><img src="/files/UxjxDM61LaXLdge8fZx5" alt="" width="275"><figcaption></figcaption></figure>

<figure><img src="/files/dAi6XtMORBsLvE5kQ3k5" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="warning" %}
Make sure you are the admin of your group/channel and own the permission to add new admins ⤵️
{% endhint %}

<figure><img src="/files/Azwt87g4XaIf1kPlfkxD" alt="" width="521"><figcaption></figcaption></figure>

**All steps finished, now go set up your quest!**


---

# 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://questn.gitbook.io/docs/settings/telegram-bot-settings.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.
