> For the complete documentation index, see [llms.txt](https://docs.lollipop.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lollipop.gg/ios-app/collection.md).

# Your Collection

Your collection is where claimed items appear in the iOS app.

## Where to find your collection

1. Open the app and go to the home screen.
2. Look below the **LOLLIPOP POINTS** card.
3. Browse the brand and product cards shown there.

<figure><img src="https://3764565543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQKjec3KUOsY9wSOPFigE%2Fuploads%2F4T1u4sufHrGAP4ex4OwG%2FScreenshot%202026-05-09%20at%206.26.18%E2%80%AFPM.png?alt=media&amp;token=91b61c6d-7fc1-4475-8c03-6822ba7cf4c9" alt="" width="375"><figcaption></figcaption></figure>

## How claimed items appear

After a successful claim:

1. The app finishes the claim flow.
2. Tap **View Item** on the success screen.
3. The app opens the claimed item from your collection when it is ready.

> Tip: If the item does not appear right away, close and reopen the app, then check again.

## Open an item in your collection

1. Tap a brand or product card on the home screen.
2. The card expands so you can read more details.
3. If the brand has more than one product, swipe across the card to move between items.

## What details you can see

Depending on the item, the collection view can show:

* Brand name
* Product name
* Rarity
* Product description
* Product image
* Brand links
* Activity details such as taps, visitors, recent activity, or points tied to that item

## What the labels mean

Some collection cards can include:

* **PRODUCT**
* **RARITY**
* **ACTIVITY**
* **Taps**
* **Visitors**
* **+Points**

<figure><img src="https://3764565543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQKjec3KUOsY9wSOPFigE%2Fuploads%2FOszmmelSuT0C6gveKx5d%2FScreenshot%202026-05-09%20at%206.27.02%E2%80%AFPM.png?alt=media&amp;token=467b2bf0-9c1a-4d32-ac89-5ddf41c60048" alt="" width="375"><figcaption></figcaption></figure>

## If you do not see a claimed item

1. Make sure the claim finished successfully.
2. Tap **View Item** from the success screen when possible.
3. Check that you are on the correct account.
4. Reopen the app and look again.
5. If the claim said the item was already claimed, it will not be added again.


---

# 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://docs.lollipop.gg/ios-app/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.
