# Interface Navigation

{% hint style="warning" %}
**Disclaimer:**\
The **RayBot Discord** functionality is currently under active development.\
All newly released features and updates will be added to the [**Interface and Buttons in Discord**](/start/interface-and-buttons-in-discord/raybot-discord-in-active-development.md) section.
{% endhint %}

RayBot is designed to be intuitive — every button in the Discord 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 Discord:**

<figure><img src="/files/7MJBmMTzf98DEQ9OhPbD" alt=""><figcaption></figcaption></figure>

\
**The main menu includes buttons like:**

* [**✨Add**](/start/interface-and-buttons-in-discord/add.md)
* [**👀Wallets**](/start/interface-and-buttons-in-discord/wallets.md)
* [**🪙Tokens**](/start/interface-and-buttons-in-telegram/tokens.md)
* 💰[**My Wallets**](/start/interface-and-buttons-in-discord/my-wallet.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 Discord 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-discord/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.
