# General Settings

Here you can tweak any settings that impact the buying and selling process.

<figure><img src="/files/7WN9Vn2tiaaIpXKHZk1h" alt="" width="375"><figcaption><p>General settings page</p></figcaption></figure>

### Txn Priority

You can increase the transaction fee to boost the probability of successful transaction execution.

You can choose one of the options:

* **LOW** – the Solana fee will be 0.00015 SOL.
* **MEDIUM** – the Solana fee will be 0.000625 SOL.
* **HIGH** – the Solana fee will be 0.0025 SOL.
* **TURBO** – the Solana fee will be 0.01 SOL.

### Auto Confirm

* **ON –** Trade will proceed automatically once you select the token and amount.
* **OFF** – Each trade requires manual confirmation before proceeding.

### Hidden Tokens

You can unhide tokens you've hidden on the sell page. To unhide a token, go to the General settings page and tap "Hidden tokens." Then, tap the button with the token’s ticker at the bottom of the screen to make it visible again on the Sell page.

<figure><img src="/files/WoVqM51oCYB5ZtAAc14e" alt="" width="375"><figcaption><p>Hidden tokens page</p></figcaption></figure>

You'll see a message confirming that the token has been unhidden and is now available for sale on the Sell page.

<figure><img src="/files/5BqwZst31a88MlpTE8hd" alt="" width="375"><figcaption><p>Unhide token message</p></figcaption></figure>

If you have any ideas to improve General Settings, just reach out in [chat](https://t.me/tirador_chat) or [DM](https://t.me/tirador_moderator).


---

# 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://doc.tirador.io/tirador-guide/settings/general-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.
