> 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.md).

# Overview

Every button in the Telegram interface leads to a specific feature or action.

This documentation is built to match the bot 1:1. That means:\
**Every button in RayBot has its own section here.**

***

### **📲 What you see in Telegram:**

<figure><img src="https://1876630604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCbb55jaA7AAtvB0Mx70g%2Fuploads%2Fgit-blob-ea01dba11790c1b6ceeb4e812d93a1f8f0964002%2FScreenshot%202026-06-02%20at%2016.19.43.png?alt=media" alt=""><figcaption></figcaption></figure>

**The main menu includes buttons like:**

* [**✨Add**](/start/telegram/interface-navigation/add.md)
* [**👀Wallets**](/start/telegram/interface-navigation/wallets.md)
* [**🪙Tokens**](/start/telegram/interface-navigation/tokens.md)
* [**🆕Multi Wallet**](/start/telegram/interface-navigation/signals/multi-wallet.md)
* [**⚙️Settings**](/start/telegram/interface-navigation/settings.md), etc.

***

### 📚 What you’ll find in the docs:

**Each button has its own dedicated section. Inside, you’ll find:**

✅ Feature overview\
✅ How it works\
✅ Examples\
✅ Interactive video guides

***

### 🔍 How to use this documentation:

1. Tap a button in the Telegram bot
2. Go to the section with the same name in this doc
3. Find everything related to that feature in one place

{% hint style="info" %}
**💬 Looking for a command?**\
Check the [**Command Reference**](/start/getting-started/command-reference.md) section — every command is explained there.
{% endhint %}


---

# 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.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.
