> 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/installing-the-swoop-extension.md).

# Installing the Swoop Extension

1. **Go to the Swoop Telegram bot,**&#x20;

Select “Swoop Extension” in the main menu, and click “Install.” Alternatively, you can use the direct installation link below.

<div data-with-frame="true"><figure><img src="/files/62e2E8fyiJdi9DvF8Cim" alt=""><figcaption></figcaption></figure></div>

2. **Click "Add to Chrome"**

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

3. **After installation, open your browser extensions menu in the top-right corner and select Swoop Extension.**

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

4. **In the window that appears, you need to link your Swoop Telegram bot account with the trading extension. To do this, click “Get Code”.**

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

5. **You will be redirected to Telegram, where you will receive a code. Copy it, then return to the extension window.**

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

6. **To open the settings page, click “Settings”.**

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

7. **Configure your trading fees, slippage, and trade amounts, then click “Save”. After saving, you may close this page.**

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


---

# 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/installing-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.
