> For the complete documentation index, see [llms.txt](https://help.botpenguin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.botpenguin.com/ai-agents/creating-ai-agents-in-botpenguin/install-ai-agents/install-agents-on-telegram.md).

# Install Agents on Telegram

### What is Install Agent – Telegram?

Installing an Agent on Telegram allows you to automate conversations, manage user queries, and deploy AI-driven chat experiences directly on your Telegram bot.

Once connected, your Agent can respond to messages, trigger workflows, and manage conversations from the BotPenguin Inbox.

***

### Benefits of Install Agent – Telegram

* 🚀 Automate Telegram conversations instantly
* 🤖 Enable AI-powered responses
* 📥 Manage all Telegram chats in one Inbox
* ⚡ Improve response time and efficiency
* 📈 Scale customer engagement seamlessly

### Install Agent – Telegram

Follow these steps to successfully connect your Agent with Telegram:

***

1. Go to the **“Agent”** section from the left sidebar.
2. Select the Agent you want to install.
3. Click on the **“Install Agent”** button.

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

4. Choose **“Telegram”** as the platform and click **“Next”**.

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

5. Open Telegram and search for **@BotFather**.

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

6. Create a new bot using the `/newbot` command and follow the instructions.
7. Copy the generated **Bot Token**.
8. Paste the copied **Bot Token** into the required field inside BotPenguin.
9. Click on **“Verify”** or **“Connect”**.

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

10. Once verification is successful, your Telegram Agent will be connected and ready to use.

***

### FAQs

<details>

<summary>Where do I get the Telegram Bot Token?</summary>

You can generate the Bot Token by creating a bot through @BotFather on Telegram.

</details>

<details>

<summary>What if my Bot Token is invalid?</summary>

Ensure you copied the complete token correctly. If the issue persists, regenerate a new token using @BotFather.

</details>

<details>

<summary>What permissions does BotPenguin require?</summary>

BotPenguin requires access to manage messages, view account information, and automate conversations.

</details>

<details>

<summary>Will disconnecting Telegram stop message delivery?</summary>

Yes. Once disconnected, your Agent will no longer send or receive Telegram messages until reconnected.

</details>

<details>

<summary>Is Telegram integration available on all plans?</summary>

Telegram integration is available only on plans where Telegram is enabled.

</details>

### Support Prompt

If you still have questions for our team, write to us at [**support@botpenguin.com**](mailto:support@botpenguin.com). We’ll get back to you within 48 hours.


---

# 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://help.botpenguin.com/ai-agents/creating-ai-agents-in-botpenguin/install-ai-agents/install-agents-on-telegram.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.
