# Settings

{% hint style="info" %}
Changes in this menu set the default settings for new trades. To configure settings for a specific buy, snipe, or sell transaction, use the settings button in the respective menu.
{% endhint %}

Customize your default trading preferences and how the bot behaves. Adjust options to match your style and improve your experience.

1. **Slippage Buy/Sell**\
   Set your preferred slippage tolerance when buying or selling tokens to avoid failed transactions.
2. **MEV Protect**\
   Enable protection against MEV bots trying to sandwich your transactions.
3. **Tip SOL**\
   Set a tip to prioritize your transaction when Anti-MEV is on. This tip is added to your Buy Gas. If unchanged, your default tip setting will be used.
4. **Num Wallets Display**\
   Choose how many of your connected wallets you want to show in BUY/SELL/TRACK menus.
5. **Custom Button**\
   Choose a custom sol button buy.
6. **Share PNL Details**\
   You can choose between sharing details or not:\
   Defaul&#x74;**:**\
   \- Will share just token Name, PNL (%) and date\
   **Share More Details:**\
   **-** Token Name\
   \- Date\
   \- PNL (%)\
   \- Initial Investment (how much you first put in) \
   \- Worth (current value of your remaining tokens)\
   \- Sold Amount (how much you've sold so far)

\
&#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://docs.maxi.fun/maxi-trading-bot/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.
