# Installing and Configuring Bot

{% hint style="info" %}
**Good to know:** Although the Quick Intel Bot does not need to be an admin in a group, making the bot an admin will clean up request messages keeping your chat a bit cleaner!
{% endhint %}

## Bot Addition and Usage

{% tabs %}
{% tab title="Telegram" %}
**Adding the Quick Intel Bot**\
\- Within your Telegram group, find the group info screen, select **+Add**\
**-** In the search bar that opens, type "**My\_Quicki\_Bot**".\
&#x20; <https://t.me/My_Quicki_Bot>\
&#x20; *Note: Be sure to enter the username exactly and beware of imposters with similar names.*

<figure><img src="/files/AqNGpb7coJKtl90G8Cmh" alt=""><figcaption><p>Telegram Quicki Bot</p></figcaption></figure>

* Select the bot, and click **OK** to add it to your group.
  {% endtab %}

{% tab title="Discord" %}
**Adding QUICKI Bot**\
\&#xNAN;**-** Add the QUICKI Bot with the below invitation link.\
<https://discord.com/api/oauth2/authorize?client_id=1080182235765944340&permissions=274878024768&scope=bot%20applications.commands>\
&#x20; *Note: Be sure the username matches exactly and beware of imposters with similar names.*

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

* Select the bot, and click **OK** to add it to your server.\
  \
  Discord Bot Permissions Needed:\
  \- Read Messages/View Channels\
  \- Send Messages\
  \- Send Messages in Threads\
  \- Embed Links\
  \- Attach Files\
  \- Read Message History\
  \- Add Reactions
  {% endtab %}
  {% endtabs %}


---

# 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.quickintel.io/developer-integration/discord-tg-bots/get-started-guides/installing-and-configuring-bot.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.
