# Settings

**Settings:**

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

In settings you will see all the info about current set settings, **targets, profiles and buy/sell** options, lets brake it down:

* **Default Targets:**
  * **Take Profit/Stop Loss/Trailing Stop :** Predefined Targets can be set for all of your new buys with bot, more info about them can be find in [Trailing Stop/TS Trigger section](/solana/quick-bot-guide/targets/trailing-stop-+-trigger.md) or [Take Profit/Stop Loss section](/solana/quick-bot-guide/targets/take-profit.md)
* **Current Profile:** You can fully customize and have 3 profile presets, for fast switching between your Auto Buy, Buy Config, Sell config options.
* **Auto Buy:**&#x20;
  * If disabled, manually confirm the buy transaction by selecting one of the preset buy buttons or entering a custom amount.
  * If enabled, automatically executes a buy transaction for a preset amount when a contract address is pasted.
* **Buy/Sell Settings will be explained bellow**
* **DEX Chart**: You can choose your preferred default DEX chart

**Buy Config:**

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

* **Priority**: Buy transaction priority for faster confirmation of your tx by validators, when ANTI-MEV off this settings is not usable due JITO policy sorting tx's only by TIP
* **Buy type:**
  * **Turbo:** Will use multiple methods for sending tx, to land in fastest possible way(Validators and JITO)
  * **ANTI-MEV**: Fully secured private transactions sent only through JITO and protected from MEV bots
* **TIP types:**
  * **Custom TIP:** Fully customizable Turbo or Anti-MEV tip up to user.
  * **Medium 75%:** Automatic dynamic TIP that adjusts based on market load conditions, providing a 75% success rate of being included in future blocks.
  * **Hight 95%:** Same as above just with 95% success rate of being included in future blocks.
  * **Very High 99%**: The most expensive option but offers the highest chance of being ahead of others whos using lower tips.
* **Slippage All**: Slippage is the gap between expected and actual tokens received due to price changes. In volatile or newly launched markets, increasing slippage can prevent transaction failures.
* **Slippage PumpFun:** You receive the same amount of tokens, but increased slippage raises your maximum SOL spent to account for price changes.
* **BUY buttons Configurations:** Customize 5 preset buy values of your choice. When AUTO BUY is off and you enter a contract, these preset values will appear together wih Buy X SOL option. In the active position menu, you can also use these buttons to purchase additional tokens.&#x20;
* **Advanced Auto Buy Configuration:**
  * **Duplicate Buy Guard:** Prevents buying the same token twice if you already hold any amount of that token in your wallet.
* **Market Cap Filters:**
  * **Minimum Market Cap** – Restricts auto-buy from tokens with a market cap lower than the specified threshold in your configuration.
  * **Maximum Market Cap** – Restricts auto-buy from tokens with a market cap higher than the specified threshold in your configuration.

**Sell Config:**

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

* **Priority**: Buy transaction priority for faster confirmation of your tx by validators, when ANTI-MEV off this settings is not usable due JITO policy sorting tx's only by TIP
* **Sell type:**
  * **Turbo:** Will use multiple methods for sending tx, to land in fastest possible way(Validators and JITO) -- Highly recomended for selling tokens up to 1-2m mcap as there is almost no MEVS.
  * **ANTI-MEV**: Fully secured private transactions sent only through JITO and protected from MEV bots
* **TIP types:**
  * **Custom TIP:** Fully customizable Turbo or Anti-MEV tip up to user.
  * **Medium 75%:** Automatic dynamic TIP that adjusts based on market load conditions, providing a 75% success rate of being included in future blocks.
  * **Hight 95%:** Same as above just with 95% success rate of being included in future blocks.
  * **Very High 99%**: The most expensive option but offers the highest chance of being ahead of others whos using lower tips.
* **Slippage All**: Slippage is the gap between expected and actual SOL received due to price changes. In volatile or newly launched markets, increasing slippage can prevent transaction failures.
* **Slippage PumpFun:** Exacly same as above.
* **Sell buttons Configurations:** Customize 2 preset sell values of your choice. When you open active position, these preset values will appear together with Sell X% option so can choose custom amount.&#x20;


---

# 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://rektbot.gitbook.io/solana/quick-bot-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.
