# Nametags & Labels

When tracking multiple wallets, it helps to give them human-readable names and organize them into groups. Solmate offers two features for this: **nametags** and **labels**.

## Nametags

A nametag is a custom name you assign to a wallet address. Instead of seeing a long address like `7xKX...9pR4` in notifications, you'll see the nametag (e.g., "Team Wallet" or "Treasury").

### Adding nametags

**When adding a tracker:** Use the `nametag` option in `/tracker add` to set a name right away.

**On the dashboard:**

1. Go to [solmatebot.com/manage](https://solmatebot.com/manage) > select your server
2. Click the **Trackers** tab
3. Switch to the **Name Tags** sub-tab
4. Click **Add** and enter the wallet address and name

<figure><img src="https://solmatebot.com/docs/placeholder-nametags-dashboard.png" alt=""><figcaption><p>Managing nametags on the dashboard</p></figcaption></figure>

### Editing and removing nametags

On the dashboard, you can edit or delete nametags at any time from the Name Tags sub-tab.

### Where nametags appear

* Wallet tracker notifications
* Tracker list
* Address lookups
* PNL leaderboards

## Labels

Labels are tags you can attach to tracked wallets for grouping and organization. For example, you might label wallets as "Team", "Influencer", or "Whale".

### Adding labels

**When adding a tracker:** Use the `labels` option in `/tracker add`. You can enter multiple labels separated by commas (e.g., `whale, influencer`).

**On the dashboard:**

1. Go to [solmatebot.com/manage](https://solmatebot.com/manage) > select your server
2. Click the **Trackers** tab
3. Switch to the **Labels** sub-tab
4. Create a new label and assign wallet addresses to it

<figure><img src="https://solmatebot.com/docs/placeholder-labels-dashboard.png" alt=""><figcaption><p>Managing labels on the dashboard</p></figcaption></figure>

### Managing labels

On the dashboard, you can:

* Create new labels
* Edit label names
* Add or remove wallets from labels
* Delete labels entirely


---

# 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/discord-bot-features/nametags-and-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.
