> For the complete documentation index, see [llms.txt](https://muttski.gitbook.io/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://muttski.gitbook.io/welcome/readme/muttski-bot-guide/settings.md).

# Settings

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

1. BUY SLIPPAGE (%): Lets you adjust the buying slippage
2. SELL SLIPPAGE (%): Lets you adjust the selling slippage
3. GAS FACTOR (%): Lets you customize the gas. Higher gas usage will result in faster transactions.
4. AUTO BUY AMOUNT (SONIC)/AUTO BUY AMOUNT (FTM): Amount of $S/$FTM will be spend buy autobuy function.
5. Normal/Auto Buy Max price impact (%): Defines the maximum impact on price during a buy, whether normal or automatic.
6. Normal sell Max price impact (%): Defines the maximum impact on price during a sell.
7. AUTO BUY: When enabled, lets you autobuy any contract you paste on bot's chat. We do not recommend you to enable this function until you’re familiar with the bot.
8. Honeypot Check: This feature allows users to enable or disable the bot’s honeypot detection. By default, it is turned off. Some tokens with complex contracts may be mistakenly flagged as honeypots even if they are not. If you encounter a false honeypot warning, you can temporarily turn off the detection, complete your trades, and then turn it back on for safety.

<mark style="color:orange;">Important note: Muttski bot automatically calculates coin taxes. Users don’t need to increase their slippage to buy a taxed coin. Use this for volume slippage. e.g : during launches or buying/selling big amount of tokens</mark>


---

# 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://muttski.gitbook.io/welcome/readme/muttski-bot-guide/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.
