> 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/7.-where-can-i-find-my-collection.md).

# 7. Where can I find my Collection?

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

Here, you can view the miners you've received and merged, as well as the ones you haven't obtained yet. On this page, you can learn about all the miners' types, specs, crafting recipes, and merge possibilities to help you create the best development strategy for your endeavors!

The section is divided into two subsections: **Merge** (where you can see all the merged miners) and **Basic** (where you can see all the basic-level miners).

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

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

By clicking on “Miner Details,” you can view all the specs and the crafting recipe. Here, you can also check your total bonus power.

<figure><img src="/files/cox2sxUKw6TQyPhpUjx6" alt="" width="300"><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/7.-where-can-i-find-my-collection.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.
