> For the complete documentation index, see [llms.txt](https://docs.raybot.app/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.raybot.app/start/telegram/interface-navigation/dedicated-bot.md).

# Dedicated Bot

Personal bots with no delays, tailored to your unique trading strategies.

{% hint style="success" %}
✨ Available for PRO and WHALE plans.
{% endhint %}

### 🛠 **What is a dedicated bot**

A personal bot that works only for you:

* **Own delivery queue** — signals are not delayed behind other users' traffic.
* **Full control** — transaction filters, wallet lists, address blocking, and other settings.
* **Reliability** — operates like a dedicated “server” with low load.

***

### 1️⃣ **How to create a Dedicated Bot in RayBot**

* Go to: **Menu → Upgrade** and upgrade your plan to PRO or WHALE.
* Open: **Menu → Dedicated Bots → Add Dedicated Bot**.
* Follow the instructions to connect your bot.

***

### 2️⃣ **How to manage a Dedicated Bot**

* Go to: **Menu → Groups → (Your bot’s name)**.
* Configure:
  * transaction filters
  * tracked wallet lists
  * address blocking
  * other parameters to fit your trading style

***

### 3️⃣ **How to create a bot in Telegram via @BotFather**

If you don’t already have your own Telegram bot:

1. Open a chat with **@BotFather**.
2. Type `/newbot` and follow the steps:
   * enter the bot’s name
   * set the username (must end with `_bot`)
3. BotFather will give you an **API Token** — save it.
4. Return to RayBot and paste the token when creating a Dedicated Bot.

💡 Once connected, the bot delivers your signals through its own queue and supports all the standard filters and settings.

> *🎥 **Video example** — Watch how to create and connect your own Dedicated Bot in under 1 minute*

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/mk685l5aqp>" %}

### 💬 Where Dedicated Bot Works

Dedicated Bot is a full-featured RayBot — just yours personally. It supports all the same usage formats as the regular RayBot network bots.

**You can use it in:**

* 📩 **Direct messages (DM)** — receive notifications without a shared queue.
* 👥 **Telegram groups** — add the bot to a group and set up tracking for your entire team or community.
* 🧩 **Multi-topic groups** — distribute notification streams across separate topics within a single group: different wallet lists, different chains, different strategies — all in one chat.

Setting up groups and multi-topic groups for a Dedicated Bot works exactly the same way as for regular bots. Learn more in the [**👾 Groups**](https://docs.raybot.app/start/interface-and-buttons-in-telegram/groups) section.


---

# 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.raybot.app/start/telegram/interface-navigation/dedicated-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.
