# Interface Navigation

RayBot is designed to be intuitive — every button in the Telegram interface leads to a specific feature or action.

To make learning even easier, we’ve built this documentation to match the bot 1:1. That means:\
**Every button in RayBot has its own section here.**

***

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

<div align="left"><figure><img src="/files/1BO5TyLGEQfd1W7hWaBY" alt="" width="375"><figcaption></figcaption></figure></div>

**The main menu includes buttons like:**

* [**✨Add**](/start/interface-and-buttons-in-telegram/add.md)
* [**👀Wallets**](/start/interface-and-buttons-in-telegram/wallets.md)
* [**🪙Tokens**](/start/interface-and-buttons-in-telegram/tokens.md)
* [**🆕Multi Wallet**](/start/interface-and-buttons-in-telegram/multi-wallet.md)
* [**⚙️Settings**](/start/interface-and-buttons-in-telegram/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. Instantly 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: 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.raybot.app/start/interface-and-buttons-in-telegram/interface-navigation.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.
