# Settings

SolTradingBot now allows users to fully customize their **Buy/Sell button presets** and the **number of wallets** displayed in the Buy/Sell interface. This feature gives you more control over your trading flow and helps streamline your experience.

## **How to Customize Buy/Sell Buttons**

You can define the SOL amount (for buy) or the token percentage (for sell) for each quick-access button in the bot interface.

### **Step-by-Step Guide:**

1. **Go to `/settings`** in the SolTradingBot interface.
2. Scroll to the section **Custom Buy/Sell Buttons**.
3. Tap on the **Buy Button 1**, **Buy Button 2**, etc., to edit.
4. **Enter the amount of SOL** you want each button to represent. Example: `0.01`, `0.05`, `0.1`.
5. Do the same for the **Sell buttons**, but enter a **percentage of token to sell**. Example: `25`, `50`, `100`.
6. Once saved, these values will appear in your Buy/Sell interface for one-tap trading.

## **How to Customize Number of Wallets Displayed**

By default, the bot shows a limited number of wallets in the Buy/Sell interface. Now you can choose how many you want to display.

### **Steps:**

1. In `/settings`, scroll to **Num Wallets Display**.
2. Tap the option and **enter the number of wallets** you want to show. Example: `3`, `5`, `10`.
3. The bot will now show that number of wallets in your Buy/Sell screen.

## **Why Use This Feature?**

* **Faster execution:** Pre-set buy/sell amounts for quick decision-making.
* **More visibility:** Display the wallets you use most for efficient management.
* **Personalized setup:** Make the bot work the way *you* trade.

Explore `/settings` and take control of your trading setup today!&#x20;


---

# 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://soltradingbot.gitbook.io/docs/feature-and-instruction/settings.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.
