> 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/rollercoin-f.a.q.-pt-br/f.a.q./armazenamento/8.-onde-posso-encontrar-meus-conjuntos.md).

# 8. Onde posso encontrar meus Conjuntos?

Para acessar a coleção dos seus conjuntos, vá para “[<mark style="color:verde;">Armazenamento</mark>](https://rollercoin.com/storage)” e clique na seção “[<mark style="color:verde;">Conjuntos</mark>](https://rollercoin.com/storage/sets)”.

Conjuntos consistem em Racks e Miners que, quando combinados, oferecem bônus adicionais.&#x20;

* Por exemplo, o Silver Farm Set, se preenchido com dois miners do Silver Farm, dará a você +2 Ph/s e, se você o preencher com quatro miners do Silver Farm, receberá um adicional de +3 Ph/s ao seu poder!

Aqui, você pode visualizar os conjuntos que recebeu e comprou, bem como aqueles que ainda não obteve. A seção é dividida em duas subseções: **Todos os Conjuntos** (conjuntos que você possui, mas ainda não concluiu e instalou no seu quarto) e **Meus Conjuntos** (seus conjuntos instalados).

<figure><img src="/files/7cdcde2918fcf9cab72e6d54466c3fde5be95aff" alt=""><figcaption></figcaption></figure>

Ao clicar em um conjunto, você pode ver todos os bônus e os componentes necessários para ele. Aqui, você também pode clicar em um componente, como um Rack ou um Miner, e ir imediatamente ao Marketplace para comprá-lo.

<figure><img src="/files/6b0265b19c6d6a5e438d797f9d18f6aa33ba0fe3" 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/rollercoin-f.a.q.-pt-br/f.a.q./armazenamento/8.-onde-posso-encontrar-meus-conjuntos.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.
