# Data Directory

Athenaware's data directory can be found at `%appdata%\.shulkerbox\prismarine`.

{% hint style="danger" %}
Only modify contents of your data folder if you know what you are doing or if you've been instructed to. Misconfiguration or mistakes in editing can cause stability issues such as crashing.
{% endhint %}

| File/Folder          | Description                                                                                                                            |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| `UserConfig_{}.json` | Your saved configuration file. Only edit the 'Value' property of each configurable option. The default property is only for reference. |
| `UserSkins.json`     | Your defined [custom skins](https://docs.shulker.app/prismarine/custom-skins).                                                         |
| `repo`               | Cache folder. Do not modify the contents of this folder unless instructed to!                                                          |


---

# 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.shulker.app/prismarine/data-directory.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.
