> 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/help-information/telegram-rate-limits/setting-up-a-backup-bot.md).

# Setting up a backup bot

### **What Are Backup Bots?**

Backup Bots are your **ultimate safety net** for uninterrupted tracking. If your main bot ever gets rate-limited by Telegram, we’ve got you covered—your messages will automatically be sent to your Backup Bots. No missed updates, no stress!

***

### **🌟 How to Set Up Backup Bots**

1. Send the command `/backup` in RayBot.
2. Follow the prompts to **add a few Backup Bots**.
3. Done! Your tracking is now extra reliable and worry-free.

***

### **💡 Why Use Backup Bots?**

* **Stay Updated**: Never miss a transaction, even if your main bot hits Telegram's limits.
* **Seamless Experience**: Alerts will automatically transfer to your Backup Bots, so you’re always in the loop.

***

### **📢 What’s Coming Next?**

Right now, Backup Bots are available for **direct messages (DMs)**. Support for groups is on the way—stay tuned!

***

#### **✨ Reliable Tracking, All Day, Every Day**

With Backup Bots, you can focus on trading and tracking without worrying about interruptions. 🚀

For any questions or help setting it up, just send us a message via RayBot. We’re here to make sure your experience is smooth and stress-free. 💬


---

# 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/help-information/telegram-rate-limits/setting-up-a-backup-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.
