# Setup Guide

To setup Telegram bot:

1. Login and go to your [Settings](https://app.tread.fi/settings?tab=account) Page, Accounts Tab.
2. Click **Connect Telegram.**
3. Enter your Telegram phone number and click next
4. You will receive a message from the official Telegram account prompting you to confirm  the login request. Click Confirm.

   <figure><img src="/files/cfrCCpmvo9c26upOlwec" alt="" width="375"><figcaption></figcaption></figure>
5. The pop-up should now prompt you to accept the access request. Click accept.

<figure><img src="/files/E8WLcFRUnE95jYWhQMXK" alt="" width="375"><figcaption></figcaption></figure>

After setting up the bot you can access the bot via [@treadfi\_bot](https://t.me/treadfi_bot)

## For Institutional Users

After deploying TaaS with the `telegram_token` [App Configuration](/enterprise/self-hosted-service/app-configurations.md#optional) parameter, you can connect TaaS to Telegram on the Account and Settings page to be alerted to changes in order status.&#x20;


---

# 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.tread.fi/other-features/telegram-bot/setup-guide.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.
