> For the complete documentation index, see [llms.txt](https://learn.woo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.woo.org/user-guides/get-started.md).

# Get Started

**Connect a wallet**

Before you can use WOOFi, you'll need to connect your wallet. Multiple wallets are supported but a popular choice is [MetaMask](https://metamask.io/) which can be downloaded for free as a Google Chrome extension. Other solid wallet choices include:

* [Rabby](https://rabby.io/)
* [Trust](https://trustwallet.com/)
* [Coinbase](https://www.coinbase.com/wallet)
* [Ledger](https://www.ledger.com/)

<figure><img src="/files/OUyNBsqVU2x4JodNpsYi" alt=""><figcaption></figcaption></figure>

**Choose a network**

WOOFi supports multiple blockchains and you can switch between these in the upper right corner of the screen. Click the network you want to use from the drop-down list, confirm the change in your wallet, and you'll be good to go.  &#x20;

<figure><img src="/files/sUx67WBJhxMV5vfxHerr" alt=""><figcaption></figcaption></figure>

#### Approve tokens

When swapping a token with WOOFi for the first time, you'll need to give WOOFi permission to access and move the token from your wallet. This is standard practice in DeFi, and you'll need to sign a token approval prompt which costs a small fee. &#x20;

Metamask specifically will ask you to enter the number of tokens you're happy for WOOFi to have access to. Once you've entered this, you can then go ahead and execute your swap.

![](/files/kgip4k8xGvUQ9iagKN4Q)


---

# 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://learn.woo.org/user-guides/get-started.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.
