> 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-solana-bot/start.md).

# Start

To begin, open the [Swoop Bot](https://t.me/swoop_solana_bot) and press **“Start”**.\
A new wallet address will be automatically generated for you — you can top it up with SOL and start trading right away.

<div align="left"><figure><img src="/files/3Kv5Eu9PnRkcC6G5WuM7" alt="" width="375"><figcaption><p>Top up your Solana wallet</p></figcaption></figure></div>

⚠️ **Important:** We highly recommend exporting the private key of this wallet and storing it somewhere safe — it’s the only way to recover access to your funds if anything goes wrong. You’ll find a step-by-step guide on how to do this in the "[**Wallet**](/wallet.md)**"** section.\
\
\&#xNAN;*Full instructions for all other sections are listed below. Start with any of them and you’ll get up to speed in no time.*

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Settings</strong><br><br>View guide</td><td><a href="/files/df10ReBUF2h9WGBEjj6u">/files/df10ReBUF2h9WGBEjj6u</a></td><td><a href="/pages/JjjojIyKxaiBPzzLwvtg">/pages/JjjojIyKxaiBPzzLwvtg</a></td></tr><tr><td><strong>Wallet</strong><br><br>View guide</td><td><a href="/files/df10ReBUF2h9WGBEjj6u">/files/df10ReBUF2h9WGBEjj6u</a></td><td><a href="/pages/qPEf5wv9ONS8lH9K2YO9">/pages/qPEf5wv9ONS8lH9K2YO9</a></td></tr><tr><td><strong>Withdraw</strong><br><br>View guide</td><td><a href="/files/df10ReBUF2h9WGBEjj6u">/files/df10ReBUF2h9WGBEjj6u</a></td><td><a href="/pages/JqnjXKSvuX0Kn3kutMIK">/pages/JqnjXKSvuX0Kn3kutMIK</a></td></tr><tr><td><strong>Open Positions</strong><br><br>View guide</td><td><a href="/files/df10ReBUF2h9WGBEjj6u">/files/df10ReBUF2h9WGBEjj6u</a></td><td><a href="/pages/8oRpv6Zup1733ibVQLoO">/pages/8oRpv6Zup1733ibVQLoO</a></td></tr><tr><td><strong>Buy</strong><br><br>View guide</td><td><a href="/files/df10ReBUF2h9WGBEjj6u">/files/df10ReBUF2h9WGBEjj6u</a></td><td><a href="/pages/WQilnUkpZar0vB4nWJAx">/pages/WQilnUkpZar0vB4nWJAx</a></td></tr><tr><td><strong>Sell</strong><br><br>View guide</td><td><a href="/files/df10ReBUF2h9WGBEjj6u">/files/df10ReBUF2h9WGBEjj6u</a></td><td><a href="/pages/u3HS8gu72OsJ1ZkzeB02">/pages/u3HS8gu72OsJ1ZkzeB02</a></td></tr><tr><td><strong>Limit Orders</strong><br><br>View guide</td><td><a href="/files/df10ReBUF2h9WGBEjj6u">/files/df10ReBUF2h9WGBEjj6u</a></td><td><a href="/pages/iPbJ9ZhOswjAcNScxwX8">/pages/iPbJ9ZhOswjAcNScxwX8</a></td></tr><tr><td><strong>Referrals</strong><br><br>View guide</td><td><a href="/files/df10ReBUF2h9WGBEjj6u">/files/df10ReBUF2h9WGBEjj6u</a></td><td><a href="/pages/2U8ujKdg3Kg3t5krRNwB">/pages/2U8ujKdg3Kg3t5krRNwB</a></td></tr></tbody></table>


---

# 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-solana-bot/start.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.
