# Create a your custom bot

To create your custom bot, follow these steps:

1. Open GPT Customizer (@gpt\_botbuilder\_bot) on Telegram
2. Send "/newbot" to @gpt\_botbuilder\_bot and follow its instruction to create your Telegram bot via @botfather.
3. Once your Telegram bot is created, you will get a message containing your bot API access token from @botfather. Copy this token and send it to @gpt\_botbuilder\_bot to successfully create your custom bot.


---

# 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.easyprompt.xyz/easyprompt/product/gpt-customizer-your-custom-chatbot/create-a-your-custom-bot.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.
