# Fee Settings

**How to Adjust:**

1. Go to the `/settings` menu.
2. Select the "Fee" option.
3. The bot will show predefined fee levels (e.g., Low, Medium, High, Turbo) or allow you to enter a custom value (usually in micro-lamports per compute unit).
4. Click the button corresponding to your chosen fee level.

***

**Example Text (As Shown):**

> "Fee Settings\
> 💡Click the button to set your desired fee amount.\
> Higher fees result in faster transactions."

***

**Considerations:**

* **Cost vs. Speed:** Higher fees increase the total cost of your transaction but improve the likelihood of faster execution.
* **Network Conditions:** The effectiveness of a priority fee can vary depending on the current state of the Solana network.
* **Transaction Type:** For regular buys/sells, a medium fee may be sufficient. For sniping or urgent sales, higher fees may be necessary.

Adjust your fees based on your urgency and tolerance for additional costs.


---

# 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://hunterbot-docs.gitbook.io/hunter-bot/settings/fee-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.
