> For the complete documentation index, see [llms.txt](https://docs.district.berlin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.district.berlin/features/store.md).

# In-Game Store

The in-game store lets you browse and purchase items using your **$CD** currency. Customize your experience with new tracks, avatars, and mixer skins.

## Store Categories

* **Sound** — Individual tracks and full albums from curated labels
* **Avatar** — Avatar items and customization options (outfits, headwear, accessories, and more)
* **Style** — Mixer skins to customize the look of your DJ equipment

## Purchasing

* Browse items by category or check out the **Featured** section for highlighted picks
* Each item shows its price in $CD
* Albums can be purchased as a bundle — if you already own some tracks from an album, the price is adjusted accordingly
* Your purchase history is tracked and all owned items are available across sessions

## Earning $CD

* **Starting balance**: 200 $CD for new players
* **Daily login**: +10 $CD (once per 24 hours)
* **Tutorial completion**: +100 $CD (one-time reward)
* **Playtime milestones**:
  * 10 minutes: +10 $CD
  * 30 minutes: +40 $CD
  * 60 minutes: +100 $CD


---

# 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.district.berlin/features/store.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.
