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