> For the complete documentation index, see [llms.txt](https://docs.swoop.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swoop.fun/swoop-extension/setting-up-the-swoop-extension.md).

# Setting Up the Swoop Extension

#### 1. Click on Extensions and open Swoop Extension

<div align="left" data-with-frame="true"><figure><img src="/files/FevzNfY7SrU02IUhcRSy" alt="" width="375"><figcaption></figcaption></figure></div>

#### 2. Select “Settings”

<div align="left" data-with-frame="true"><figure><img src="/files/J6P8BX46LR2INK9OY0wL" alt=""><figcaption></figcaption></figure></div>

#### 3. Configure the extension

<div align="left" data-with-frame="true"><figure><img src="/files/VFr4zqjWghRvn7Z4Qxjz" alt=""><figcaption></figcaption></figure></div>

1. **Order Size for Buying and Selling (in SOL)**

* **Buying:**\
  For beginners, a recommended order size is **0.05–0.1 SOL**. You can set **4 to 8 preset values** for quick token purchases.
* **Selling:**\
  Used for partial or full position exits, expressed in **percentages (%)**. You can set **4 to 8 preset values** for convenient quick-sell actions.

2. **Slippage for Buy and Sell Orders**

Defines the **maximum allowed price slippage** during a buy or sell. In this example, if the token price changes by **15%** while placing a buy order, the purchase will **not** be executed.

3. **Validator Fee on Purchase**

The **validator fee** directly affects the **speed of your transaction** when purchasing a token. The **higher** the fee, the **faster** your transaction will be processed. By default, **recommended values** are already set.

4\. **Solana Network Fee for Buy and Sell Orders**

This fee does **not significantly affect** transaction speed and can safely remain at **0.0001 SOL**.


---

# 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://docs.swoop.fun/swoop-extension/setting-up-the-swoop-extension.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.
