# Character Data Files

Data files are `xxx.dat` files generally located in the XIV client folder and sub folders at `<..>\Documents\My Games\FINAL FANTASY XIV - A Realm Reborn\`.

## [Character Creator Presets](/game-data/character-data-files/ffxiv_chara_xx.md)

The FFXIV Character Creator saves presets, when saving a character appearance at the end of character creation, in a file called `FFXIV_CHARA_XX.dat` where `XX` is the preset slot number from `01` to `40`.

## [Character Data Folder](/game-data/character-data-files/ffxiv_chr_folder.md)

All data related to characters that have been used on the current machine is saved in a folder called `FFXIV_CHRxxxx` where `xxxx` is a unique ID for the character.

This folder contains `*.dat` files for character settings, hotbars and UI configuration, macros and so on, as well as a `log` folder containing the chat logs.


---

# 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://xiv.dev/game-data/character-data-files.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.
