# Getting Started

The Solmate Telegram bot brings real-time Solana wallet tracking directly to your Telegram chats.

## Starting the Bot

1. Open Telegram and search for **@SolmateTelegramBot** or click [this link](https://t.me/SolmateTelegramBot)
2. Tap **Start** or type `/start`
3. The bot will show a welcome message with the current SOL price and your tracker status

<figure><img src="https://solmatebot.com/docs/placeholder-telegram-start.png" alt=""><figcaption><p>The Telegram bot start menu</p></figcaption></figure>

## Main Menu

After starting, you'll see buttons for the main features:

| Button       | Description                                    |
| ------------ | ---------------------------------------------- |
| **Trackers** | View and manage all your tracked wallets       |
| **Nametags** | Add custom names to wallet addresses           |
| **Premium**  | View subscription status and upgrade           |
| **Settings** | Configure explorer, buttons, and notifications |
| **Help**     | Get help and links to the support server       |

## Available Commands

| Command   | Description                                             |
| --------- | ------------------------------------------------------- |
| `/start`  | Open the main menu                                      |
| `/help`   | Show all commands and support links                     |
| `/add`    | Add new wallet trackers                                 |
| `/remove` | Remove tracked wallets                                  |
| `/stop`   | Pause all active trackers                               |
| `/resume` | Resume all paused trackers                              |
| `/export` | Export all tracked wallets as a .txt file               |
| `/reset`  | Reset all trackers and nametags (requires confirmation) |
| `/token`  | Look up a token's info and security                     |
| `/switch` | Switch bot instance (premium only)                      |

## Group Support

The Telegram bot also works in groups and supergroups, so you can set up tracking for your community.

{% hint style="info" %}
**Free tier:** You can track up to 2 wallets for free. Upgrade to premium for up to 50.
{% 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.solmatebot.com/telegram-bot/getting-started.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.
