# Settings

{% hint style="info" %}
Our settings portal is easy to use, so that you can optimise your settings flexibly to fit your trading needs.
{% endhint %}

To access settings use `/settings`

## All of the settings ⬇️ <a href="#all-of-the-settings" id="all-of-the-settings"></a>

Make sure to only change settings you feel comfortable changing, each trader has their own unique set up. Find what suits you and use that to execute trades.

{% content-ref url="/pages/UB6UOwSeQQnhEwyWYklL" %}
[Fees](/configuration/settings/fees.md)
{% endcontent-ref %}

{% content-ref url="/pages/VETxDyJWj7huROrSBj6W" %}
[Slippage](/configuration/settings/slippage.md)
{% endcontent-ref %}

{% content-ref url="/pages/Rb31rTlN1zapPCz2dTp1" %}
[MEV Protect](/configuration/settings/mev-protect.md)
{% endcontent-ref %}

{% content-ref url="/pages/w9PAzZ1Gw9LAodRb1mNU" %}
[Processor](/configuration/settings/processor.md)
{% endcontent-ref %}

{% content-ref url="/pages/kSUCfi586YUlgJisuiq1" %}
[Presets](/configuration/settings/presets.md)
{% endcontent-ref %}

{% content-ref url="/pages/Jkww0gtWK2wGaaElxa2M" %}
[Quick Buy](/configuration/settings/quick-buy.md)
{% endcontent-ref %}

{% hint style="danger" %}
Make sure to only change settings you feel comfortable changing, each trader has their own unique set up. Find what suits you and use that to execute trades.
{% endhint %}

***

## More information 🟩 - <a href="#more-information" id="more-information"></a>

| Button                                                      | What does it do?                                                                           | Response from Bot                                                                                                                                                                                                                                                |
| ----------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Settings                                                    | Opens the setting page.                                                                    | N/A                                                                                                                                                                                                                                                              |
| Buy Gas                                                     | Changes your buy gas amount.                                                               | Please enter the new Buy Gas                                                                                                                                                                                                                                     |
| Sell Gas                                                    | Changes your sell gas amount.                                                              | Please enter the new Sell Gas                                                                                                                                                                                                                                    |
| MEV Tip                                                     | Changes your MEV Tip amount.                                                               | Please enter the new MEV Tip                                                                                                                                                                                                                                     |
| Buy Slippage                                                | Changes your slippage amount for transactions.                                             | Please enter the new Buy Slippage                                                                                                                                                                                                                                |
| Sell Slippage                                               | Change your sell slippage amount for transactions.                                         | Please enter the new Sell Slippage                                                                                                                                                                                                                               |
| [Processor : Jito](https://docs.tradeonnova.io/welcome/faq) | Change your Processor to handle your transaction.                                          | Toggles to Jito, Node, or Both                                                                                                                                                                                                                                   |
| Sniper                                                      | Takes you to sniper settings page.                                                         | N/A                                                                                                                                                                                                                                                              |
| Copy Trade                                                  | Takes you to copy-trade settings page.                                                     | N/A                                                                                                                                                                                                                                                              |
| Limit Orders                                                | Takes you to limit order settings page.                                                    | N/A                                                                                                                                                                                                                                                              |
| Quick Buy Settings                                          | Allows you to customise your quick buy amounts here.                                       | Please enter the new Buy Amount                                                                                                                                                                                                                                  |
| Auto Buy Settings                                           | Leads to Auto Buy Settings page                                                            | N/A                                                                                                                                                                                                                                                              |
| Add Rule                                                    | Allows you to add a new rule where a token will be purchased automatically when pasted in. | <p>Please enter the <strong>minimum</strong> market cap value. You can enter values like 5k, 100k, 1m etc. - Example: 5k </p><p></p><p>Please enter the <strong>maximum</strong> market cap value. You can enter values like 5k, 100k, 1m etc. - Example: 5k</p> |
| Delete Rule                                                 | Allows you to delete your previously added rules.                                          | Opens Rules page                                                                                                                                                                                                                                                 |
| 🟢 Enabled                                                  | Toggles on and off, allows you to turn auto-buy on or off.                                 | N/A                                                                                                                                                                                                                                                              |

{% hint style="warning" %}
In Processor, if you are using Jito or both, make sure to add a mev tip.
{% endhint %}


---

# 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.tradeonnova.net/configuration/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.
