# Settings

This menu allows you to configure default bot 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 %}

<figure><img src="/files/SDME0j7fpk8kbsRhpzLy" alt=""><figcaption><p>Settings Menu</p></figcaption></figure>

Your default settings are organized into categories for easy customization. Select a category to modify its options.

1. [**Security Pin Settings:**](/banana-gun/trading/settings/security-pin-settings.md) Set a PIN for added security.
2. [**Gas Settings:**](/banana-gun/trading/settings/gas-settings.md) Customize default gas configurations.
3. [**Wallet Settings:**](/banana-gun/trading/settings/wallet-settings.md) Manage your wallet preferences.
4. [**Safety Settings:** ](/banana-gun/trading/settings/safety-settings.md)Configure buy/sell tax limits, liquidity limits, and slippage.
5. [**Toggle Settings:**](/banana-gun/trading/settings/toggle-settings.md) Set default toggle buttons.
6. [**Preset Settings:**](/banana-gun/trading/settings/preset-settings.md) Customize default buy amounts.
7. **Settings Overview:** View all default bot settings.
8. [**Chain Settings:**](/banana-gun/trading/settings/chain-settings.md) Select your default blockchain and enable or disable individual chains.


---

# 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://banana-gun.gitbook.io/banana-gun/trading/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.
