> For the complete documentation index, see [llms.txt](https://help.reekolect.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/create-new-bot/make-your-telegram-chatbot.md).

# Make Your Telegram Chatbot

Here are the steps to create telegram bought on Reekolect platform.

1. Login into the platform and click on "Create new Bot" on top left. It will ask you to select the platform. Select telegram chat bot as platform and proceed.
2. In the next step, it will ask you to fill your mobile number and proceed. You need to interview your telegram number under which you want to create the chat bot.\
   \\

   <figure><img src="/files/oEf7E29xNmgsSepVe1mT" alt=""><figcaption></figcaption></figure>
3. Once you click next, it will send up one-time verification code on your telegram number, enter that verification code to verify your account.\
   \\

   <figure><img src="/files/BxMHq33u59esClFpvwBR" alt=""><figcaption></figcaption></figure>
4. Once you're logged in in telegram, enter your bot name and bot username. Once you're done, click proceed.
5. Your telegram bought will be created ready to use. You can now click on, edit your chat flow and configure your chat flows and other features accordingly.

If you still have some questions for our team, write to us at <production@Reekolect.co.za> .We will respond back within 48 business 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.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/create-new-bot/make-your-telegram-chatbot.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.
