> For the complete documentation index, see [llms.txt](https://foton.gitbook.io/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foton.gitbook.io/introduction/beginners-intro/collector-hub.md).

# Collector HUB

After connecting, every new user will have a Collector Hub by default. This is the space where the User Profile details and stats will be displayed, the NFTs had in the Wallet Accounts, the Collections created, Followers and who they follow. \
\
The Profile tab is similar to an activity dashboard, collecting all interactions and Foton collectibles tied to the Marketplace and it's gamification features. (At Foton launch time they might still be static, but gradually they will get activated as the development evolves)

<figure><img src="/files/Fiqni3LvDQh7IUD5Qi5S" alt=""><figcaption><p>The Collector Hub dashboard </p></figcaption></figure>

The Collected Tab will show all the Collections where the user has items from. These are similarly displayed and grouped as the Radix mobile Wallet does it as well.&#x20;

<figure><img src="/files/L7SZtWA4aPCTpb2XZdSg" alt=""><figcaption><p>Collections where users have at least 1 item</p></figcaption></figure>

Opening a Collection will show the items (NFTs) owned by the user. This is also the place they will show up after minting new ones on the Drops page or directly via the Creator Studio.

<figure><img src="/files/11uS9L1Il2X6XEHX1cMq" alt=""><figcaption><p>Items owned inside a Collection</p></figcaption></figure>

The last two tabs display the users following you and the ones you follow back.

<figure><img src="/files/i2pgYl7ejunsErJ3XnY2" alt=""><figcaption><p>Followers tab</p></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://foton.gitbook.io/introduction/beginners-intro/collector-hub.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.
