# Settings & Customization

Tap **Settings** from the main menu to configure your Telegram bot preferences.

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

## Explorer Selection

Choose which blockchain explorer is used in notification links:

* **Solscan** (default)
* **SolanaFM**
* **Solana Explorer**

Tap the explorer name to select it. A checkmark indicates the active selection.

## Trading Tool Selection

Choose which token viewer is linked in notifications:

* **Birdeye** (default)
* **DexScreener**
* **Photon**
* **GMGN**
* **Axiom**

## Custom Buttons

You can configure up to **5 custom buttons** that appear on each transaction notification. Each button can be set to any of these:

### Explorers

* Solscan (Transactions or Tokens)
* SolanaFM (Transactions or Tokens)
* Solana Explorer (Transactions or Tokens)

### Trading Bots

* Trojan Bot, BonkBot, BananaGun, Shuriken, SolTradingBot, BullX, Plonk, GMGN TG, TradeWiz, Axiom, Bloom

### Token Viewers

* Birdeye (Tokens or Wallet), DexScreener, Photon, GMGN (Tokens or Wallet), Jupiter, RugCheck, PumpFun

<figure><img src="https://solmatebot.com/docs/placeholder-telegram-custom-buttons.png" alt=""><figcaption><p>Configuring custom notification buttons</p></figcaption></figure>

## Notification Filters

### Minimum transaction value

Set a minimum USD value for notifications. Transactions below this amount are silently ignored.

* Tap **Set min tx value**
* Enter the amount (minimum $0.01)
* Useful for filtering out spam and dust transactions

### Hide unknown tokens

Toggle this to hide notifications for tokens that don't have price data. Keeps your notifications clean from obscure or spam tokens.

### Show transfers

Toggle SOL and token transfer notifications on or off. When disabled, you'll only see swap and trading activity.

### Show source button

Toggle whether a "Jupiter" or "Raydium" source button appears on swap notifications.


---

# 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/settings-and-customization.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.
