# Avatars

When you launch the app, you'll find yourself in the **Green Room** — your personal space to customize your avatar and equipment before heading to the club.

### Avaturn Integration

District VR uses **Avaturn** to create hyper-realistic avatars. Simply take a photo of yourself and get a lifelike avatar that looks just like you.

**To create your avatar:**

1. Go to the Avatar Selection area in the Green Room
2. Take a photo of yourself using the Avaturn creator
3. Your realistic avatar will be generated automatically

**Avatar customization categories:**

* Outfit
* Top / Bottom
* Footwear
* Headwear
* Accessories

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

### Purchasing Avatars

You can browse and purchase additional avatar items in the **in-game store** using your $CD currency.

{% hint style="info" %}
**Loading Time**: If the avatar takes a long time to load, it's likely due to a slow internet connection. For faster loading, ensure you have a good internet connection.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.district.berlin/features/markdown.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
