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

# Telegram Bot

{% hint style="info" %}
WARNING! Withdrawals are locked for 3 days:

* after password change
* after Telegram bot activation
* after adding secret word
* after 2FA activation
* after deposit (for unverified accounts)
  {% endhint %}

Telegram bot in Finandy is used to send account activity notifications of:

* Executed orders
* Closed positions
* Authorisation notification
* Withdrawal security codes

Go to **Account / Telegram bot page.**

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/d19e79a3-9fe7-4525-8eca-e77265ab30f6/image.png" alt=""><figcaption></figcaption></figure>

## Setting telegram bot

1\. Open bot in [@BotFather ](https://t.me/BotFather)on Telegram and press Start at the bottom of the screen.

<figure><img src="/files/hf8WYuCoXeSZ7uyWc8aK" alt="" width="390"><figcaption></figcaption></figure>

2. Send command **/newbot.**

<figure><img src="/files/97emJtrf8WN4HCB6BToN" alt="" width="390"><figcaption></figcaption></figure>

3\. Enter the name **Finandy Bot** or any other name.

<figure><img src="/files/n50Vln4GzYqmfnYIu6pe" alt="" width="390"><figcaption></figcaption></figure>

4\. Type in an arbitrary bot ID, e.g. **finandy27375bot.**

<figure><img src="/files/X0Kh1eMDmd020tmRyJpB" alt="" width="393"><figcaption></figcaption></figure>

5\. Copy the Bot Token and paste it into the Finandy settings.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/494350b5-88e0-4c17-b69b-dadcb8c2eb3f/image.png" alt=""><figcaption></figcaption></figure>

6\. Open your bot and click **Start** at the bottom of the screen.

<figure><img src="/files/mfFqO9BLUYIWmwLT2mJZ" alt="" width="390"><figcaption></figcaption></figure>

7\. Send the command given in Finandy to the telegram bot.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/74d2c6ac-6ec8-4e05-9458-18085cdb8bb6/image.png" alt=""><figcaption></figcaption></figure>

Once completed, the Telegram bot management menu is displayed.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/7c2af182-5ae2-4fc2-bf77-af9386491f21/image.png" alt="" width="563"><figcaption></figcaption></figure>

## Uninstalling Telegram bot

1. Access Telegram bot settings.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/d5b96a74-0644-4add-a702-11cf80858548/image.png" alt="" width="375"><figcaption></figcaption></figure>

2. Select "Send code" for Telegram bot removal.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/3b201e0b-67ce-4e0d-b092-5cff3237222a/image.png" alt="" width="375"><figcaption></figcaption></figure>

3. Copy the received code from the Telegram bot.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/616a9f9d-fe9c-4085-8678-354b36485a8d/image.png" alt="" width="563"><figcaption></figcaption></figure>

4. Paste the code and click "Delete Telegram bot".

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/56e20bce-2135-4813-b9a4-e83161a83121/image.png" alt="" width="375"><figcaption></figcaption></figure>

## FAQ

* [What should I do if I have lost access to the Telegram bot?](#what-should-i-do-if-i-have-lost-access-to-the-telegram-bot)

\###What should I do if I have lost access to the Telegram bot?

To restore access to your Telegram account, you can use the secret word. To do this, go to **Delete Telegram bot - No access to Telegram bot**.

**Do you have any questions? We can help you in our Telegram chat.**

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


---

# 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://docs.finandy.com/settings/account/telegram-bot.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.
