> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/f.a.q./storage/8.-where-can-i-find-my-sets.md).

# 8. Where can I find my Sets?

To access the collection of your sets, go to “[<mark style="color:green;">Storage</mark>](https://rollercoin.com/storage)” and click “[<mark style="color:green;">Sets</mark>](https://rollercoin.com/storage/sets)” section.

Sets consist of Racks and Miners that, when combined, provide additional bonuses.&#x20;

* For example, the Silver Farm Set, if filled with two Silver Farm miners, will give you +2 Ph/s, and if you fill it with four Silver Farm miners, you will receive an additional +3 Ph/s to your power!

Here, you can view the sets you've received and bought, as well as the ones you haven't obtained yet. The section is divided into two subsections: **All Sets** (sets you have but are yet to complete and install in your room) and **My Sets** (your installed sets).

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

By clicking on a set, you can see all the bonuses and needed components for it. Here, you can also click on a component, such as a Rack or a Miner, and immediately go to the Marketplace to purchase it.

<figure><img src="/files/gnaW71lSm2k5FhJDzMJn" 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://faq.rollercoin.com/rollercoin/f.a.q./storage/8.-where-can-i-find-my-sets.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.
