# Telegram

- [How to make a Telegram bot](https://docs.mavibot.ai/chatbot/messengers/telegram/chatbot.md): This article covers how to connect your Telegram bot and provides the fundamentals for working with channels and groups.
- [Chatbot for a Telegram Business account](https://docs.mavibot.ai/chatbot/messengers/telegram/business.md)
- [Message formatting in Telegram](https://docs.mavibot.ai/chatbot/messengers/telegram/formatting.md)
- [Telegram buttons for chatbots](https://docs.mavibot.ai/chatbot/messengers/telegram/buttons.md)
- [Inline mode in Telegram](https://docs.mavibot.ai/chatbot/messengers/telegram/inline.md)
- [Webhook from Telegram](https://docs.mavibot.ai/chatbot/messengers/telegram/webhook.md)
- [Chatbot for a Personal Telegram account](https://docs.mavibot.ai/chatbot/messengers/telegram/personal.md)
- [API Telegram functions](https://docs.mavibot.ai/chatbot/messengers/telegram/api.md)
- [Bot usage](https://docs.mavibot.ai/chatbot/messengers/telegram/api/chatbot.md)
- [Functions for sending and editing messages](https://docs.mavibot.ai/chatbot/messengers/telegram/api/messages.md)
- [Functions for sending attachments in messages](https://docs.mavibot.ai/chatbot/messengers/telegram/api/attachment.md)
- [Telegram chat and messenger settings](https://docs.mavibot.ai/chatbot/messengers/telegram/api/chat.md)
- [Payment in Telegram](https://docs.mavibot.ai/chatbot/messengers/telegram/api/payment.md)


---

# 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.mavibot.ai/chatbot/messengers/telegram.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.
