# Managing Trackers

The **Trackers** tab on the dashboard provides powerful tools for managing all your wallet trackers, including bulk operations and file imports.

## Opening the Trackers Tab

1. Go to [solmatebot.com/manage](https://solmatebot.com/manage)
2. Select your server
3. Click the **Trackers** tab

The tab has three sub-sections: **Trackers**, **Labels**, and **Name Tags**.

## Adding Trackers

Click **Add Trackers** to open the add popup.

### Manual entry

Type or paste wallet addresses in the text area, one per line. Use this format:

```
address channel nametag
```

For example:

```
7xKXtg2CW87...9pR4 7415794142837616252 Team Wallet
9yMNzp3EQ12...4kL8 7415794142837616252 Whale 1
```

### Paste from clipboard

Click the **Paste** button to paste addresses from your clipboard.

### File import

Drag and drop a `.txt` file into the popup, or click to browse. The file should contain wallet addresses in the same format (one per line).

<figure><img src="https://solmatebot.com/docs/placeholder-trackers-add-popup.png" alt=""><figcaption><p>Adding multiple trackers at once</p></figcaption></figure>

### Preview and submit

Before submitting, you'll see a preview table showing:

* Parsed wallet address
* Channel assignment
* Nametag
* Any errors (e.g., invalid address format)

You can edit entries inline or remove individual rows before submitting.

## Tracker List

All configured trackers are shown as cards with:

* Wallet address and nametag
* Notification channel
* Status badge (active, inactive, or disabled)
* Pause/resume button
* Delete button

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

### Usage indicator

A progress bar at the top shows how many trackers you're using out of your plan's limit.

## Bulk Operations

Select multiple trackers using the checkboxes, then use the bulk action buttons:

* **Pause selected** — pause all selected trackers
* **Resume selected** — resume all selected trackers
* **Delete selected** — remove all selected trackers

Use the **Select all** checkbox to quickly select everything.

<figure><img src="https://solmatebot.com/docs/placeholder-trackers-bulk.png" alt=""><figcaption><p>Bulk operations with multiple trackers selected</p></figcaption></figure>

## Name Tags Sub-tab

Manage custom names for wallet addresses. See [Nametags & Labels](/discord-bot-features/nametags-and-labels.md) for details.

## Labels Sub-tab

Organize wallets into groups with labels. See [Nametags & Labels](/discord-bot-features/nametags-and-labels.md) for details.


---

# 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/web-dashboard/managing-trackers.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.
