# Settings

To access the settings menu, simply type the */settings* command into the chat, or navigate to the main menu, and click the *settings* button.

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

There are 2 parameters you can change within the settings menu:

**Auto-Transaction Approval**

When auto-transaction approval is on, all transactions will be sent out instantly without needing any further input, or opening the webapp.

When auto-transaction approval is off, you’ll have to sign each transaction in our webapp.

**Slippage for Buys and Sells**

Your slippage tolerance refers to the maximum acceptable deviation between the expected price and the actual executed price of a trade. The higher your slippage percentage, the higher your acceptable deviation is.

To change your buy or sell slippage tolerance, simply click on the button with the pencil emoji, and enter the value you desire (0.1 - 99.9).


---

# 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://nexabot-ai.gitbook.io/nexabot-ai/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.
