# Navigating the Bot

Dark Entry Bot is used entirely via Telegram — buttons and text commands. Here's how to find your way around.

***

## Commands

| Command  | Description                                    |
| -------- | ---------------------------------------------- |
| `/start` | Creates your wallet and shows the welcome menu |
| `/id`    | Displays your Telegram ID                      |
| `/menu`  | Opens the main menu                            |

***

## Main Menu

The main menu gives access to all bot features.

```
🎯 Sniper       📋 Copytrade
🕵️ Cluster      🔎 Rug Tracker
📊 Positions    👛 Wallet
```

***

## Button types

| Button            | What it does                       |
| ----------------- | ---------------------------------- |
| **ON / OFF**      | Enables or disables a feature      |
| **Numeric value** | Opens an input to change the value |
| **Submenu**       | Navigates to a dedicated section   |
| **◀️ Back**       | Returns to the previous page       |
| **✅ Confirm**     | Saves your changes                 |

***

## Editing a value

When you press a configurable parameter (e.g. **💵 Buy Amount**), the bot asks you to type the new value directly in the chat:

```
Enter the new amount in SOL:
> 0.1
```

Type your value, send it, and the bot confirms the update.

***

## Language

The bot is available in **French** and **English**. Change the language from the settings in the main menu. The change is immediate.


---

# 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://dark-entry.gitbook.io/dark-entry-docs/getting-started/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.
