# Settings

There are different settings for Solana and Aptos. Therefore separate customizations need to be made for both the network accordingly

<figure><img src="/files/N73puN2DgKBWQODQj4qR" alt=""><figcaption></figcaption></figure>

GariBot is crafted for seamless user experience, enabling you to start trading hassle-free once your wallet is funded. While simplicity is key, there are some settings available:<br>

**AUTO BUY**

Automatically purchase when pasting a token address, eliminating the need for confirmation. Tap to toggle.

**BUTTONS CONFIG**

Customize your buy and sell buttons for efficient trading. Tap each button to customize the default numbers on Buy and Sell shortcut buttons.

**SLIPPAGE CONFIG**\
Slippage is the difference between the expected price and the actual execution price of a trade due to market volatility, low liquidity, and order execution time.

Adjust your slippage settings for buys and sells according to your preferences. Tap on buttons to adjust.\
Higher slippage means better changes of execution but may also result in lesser output amount

**TRANSACTION PRIORITY (SOLANA )**

The transaction priority fee on Solana is an additional fee paid by users to prioritize their transactions in the network, ensuring faster processing by incentivizing validators to include these transactions in the next block.

During periods of high volatility or network congestion on solana network, higher transaction priority fees become essential to execute a transaction.

Adjust your Transaction Priority settings to select according to your preferences. Tap the corresponding button to adjust.

<br>


---

# 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://gari.gitbook.io/garibot/trade-setup-guide/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.
