> 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/how-to-use-woofi-boosters.md).

# How to use WOOFi Boosters

You can see the amount of Boosters of each rarity on the staking page. If you don't own any or want to sell yours, click the Sudoswap or Opensea icons which will take you to the marketplace.

<figure><img src="/files/hLVNUBVT7rSHAscsK6LL" alt="" width="271"><figcaption></figcaption></figure>

When boosting your XP APR, click the dock and select the Boosters you want to use. Boosters will be permanently burned once it's activated. Boosting effect is only activated from the 0 UTC the next day.

<figure><img src="/files/W4F0hiccnI7QKjJ41W67" alt="" width="271"><figcaption></figcaption></figure>

When it's activated you will see a glow effect around your XP APR dashboard.

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

Boosters are obtained by completing quests. You can find upcoming quests and the amount and rarity of Boosters as the reward for the quest on the staking page. Quests are first come, first served, which means the quest will be closed once all the Boosters are allocated. You will be able to claim the Booster when the quest ends.&#x20;

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


---

# 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/how-to-use-woofi-boosters.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.
