# Settings

- [Set Slippage](https://docs.fluxbot.xyz/settings/set-slippage.md): Slippage settings guard against price changes. Adjustable from 0% to 100%, they determine the tokens received per trade.
- [Priority Fees](https://docs.fluxbot.xyz/settings/priority-fees.md): Priority fees are extra charges on transactions, sometimes resulting in quicker execution over those with lower fees, particularly crucial during high on-chain activity to avoid transaction delays.
- [Validator Tips](https://docs.fluxbot.xyz/settings/validator-tips.md): Validator Tips allows the users to make even smaller Solana transactions worth. You can modify the send method along with setting dynamic tips .You can use it along with priority fees, or use it as is
- [Set Language](https://docs.fluxbot.xyz/settings/set-language.md): FluxBot not only has multiple features but it also supports multiple languages to give you a more localized experience.
- [Bot Config](https://docs.fluxbot.xyz/settings/bot-config.md): This feature allows you to adjust and configure different aspects of the bot.
- [Turn on Notifications](https://docs.fluxbot.xyz/settings/turn-on-notifications.md): You can toggle real time notifications for a bunch of FluxBot's services


---

# 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.fluxbot.xyz/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.
