> 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/web/my-labels.md).

# My Labels

Allows you to assign a custom label to any wallet address — without adding it to your tracked list.

**Perfect for tagging:**

— Exchanges (Binance, OKX, etc.)\
— Mixers\
— Market makers\
— OTC wallets\
— Any address you want to quickly identify

**Once added, the label will appear:**

— In all notifications where the address is involved\
— Inside the [**Related Wallets**](/start/web/related-wallets.md) section in RayBot Web

{% hint style="info" %}
**💡 Important:** the wallet is NOT added to tracking. Labels work independently from wallet monitoring.
{% endhint %}

***

### ⚙️ How It Works

— The label is saved to your account\
— Works across all RayBot bots, groups, and Discord\
— Appears in regular alerts, Multi Wallet signals, transactions, and other notifications\
— Does not affect wallet limits

It’s a fast way to structure your notification flow and instantly understand who is involved in a transaction.

***

## ➕ How to Add a Label

**You can add a new label:**

— Via Telegram\
— Via RayBot Web

***

### 📲 Telegram

**To add a label, use:**

```
/label <wallet_address> <name>
```

#### Example:

```
/label 7Fh3k...92Ks Binance Hot
```

Your custom name will now appear instead of the raw wallet address in notifications.

***

#### ➕ Adding Multiple Labels at Once

**You can add several labels in a single message:**

```
/label <wallet_address> <name>
<wallet_address> <name>
<wallet_address> <name>
```

***

### 📌 Available Commands

```
/label WALLET LABEL      — add a label
/del_label WALLET        — delete a label
/show_labels             — show all labels
```

***

### 🌐 Web Version

**1️⃣ In Telegram, type:**

```
/web
```

2️⃣ Open the **My Labels** section.

**Here you can:**

— Add new labels\
— Edit existing ones\
— Delete labels

All changes are automatically synchronized between Telegram and Web.


---

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

```
GET https://docs.raybot.app/start/web/my-labels.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.
