> 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-tags.md).

# My Tags

The **My Tags** section is a simple and convenient way to organize your wallets using custom tags. You can create any tags you need for your workflow — for example “Main,” “Traders,” “EVM,” “Test,” or any other categories that help you structure your addresses.

Each tag can be edited, renamed, or deleted with a single click. The tag list also shows how many wallets belong to each tag, and you can quickly open all associated addresses when needed.

The core feature is **filtering**. When you select a tag, you’ll see only the wallets assigned to it. This is especially useful if you’re tracking many addresses and want to divide them by strategies, activity levels, or specific projects.

Additionally, My Tags allows you to:

• **Create tags** — build your own categories for any purpose\
• **Edit tags** — update names or structure at any time\
• **Delete tags** — remove tags you no longer need\
• **Filter wallets** — display only the ones linked to selected tags\
• **View statistics** — see how many wallets belong to each tag

My Tags helps you stay organized even when working with dozens or hundreds of wallets, making wallet management cleaner, faster, and more efficient.

### 🧩 Using Tags Across RayBot Features

The tag system in the Web version of RayBot is not only used for organizing wallets — it also functions as a filtering layer across other system features.

In particular, tags directly participate in **Multi Wallet** notification generation.

If specific tags are selected in a Multi Wallet preset or another feature, only wallets assigned to those tags will be included in the calculation.

**This allows you to:**

* Create separate wallet groups for different strategies
* Segment smart money, traders, test wallets, or other categories
* Build independent Multi Wallet presets based on different wallet groups
* Flexibly manage the wallet pool without manually adding or removing addresses

{% hint style="info" %}
**Important:**\
Tags act as a wallet selection mechanism across RayBot features. In future updates, this filtering logic will also be used in additional tools and selection systems within the platform.
{% endhint %}


---

# 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-tags.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.
