> For the complete documentation index, see [llms.txt](https://banana-gun.gitbook.io/banana-gun-solana/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://banana-gun.gitbook.io/banana-gun-solana/trading/settings/toggle-settings.md).

# Toggle Settings

This menu allows you to change the default toggle buttons for the buy and sell menus.

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

{% tabs %}
{% tab title="1. Buy Toggle Settings" %}

<figure><img src="/files/XG4YETZe9hbZqBYi7AJz" alt=""><figcaption><p>Buy Toggle Settings</p></figcaption></figure>

1. **Anti-MEV:** Set the default buy Anti-MEV option to on (green), off (red), or Anti-MEV + Public.
2. **Auto Gas:** Set the default buy Auto Gas option to off (red), Medium (green), or Fast (red).
3. **Allow USDC:** Enable or disable USDC trading.
   {% endtab %}

{% tab title="2. Sell Toggle Settings" %}

<figure><img src="/files/QcavDh0NESCoF8Sg3E8f" alt=""><figcaption><p>Sell Toggle Settings</p></figcaption></figure>

1. **Anti-MEV:** Set the default sell Anti-MEV option to on (green), off (red), or Anti-MEV + Public.
2. **Auto Gas:** Set the default sell Auto Gas option to off (red), Medium (green), or Fast (red).
3. **Simplified/Advanced PnL Card:** Set the default PnL card appearance to simplified (displays less information) or advanced (more information).&#x20;
4. **Allow USDC:** Enable or disable USDC trading.
   {% endtab %}
   {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://banana-gun.gitbook.io/banana-gun-solana/trading/settings/toggle-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
