# Avatars and customization

Roomie Kit has a customization layer for changing the starter without rewriting app code.

Built in:

* `web/roomie.config.json` for app name, theme template, colors, and asset aliases.
* Local override folders under `web/public/roomie-local`.
* Avatar base model, texture, skin, outfit, hair, shoes, and thumbnail conventions.
* Branding overrides for logos, icons, lobby cards, and app imagery.
* Room, furniture, wall, floor, animation, emote, SFX, and general asset overrides.

Local files win when present. Missing files fall back to the configured starter asset base URL.

Related docs:

* [Customization](/open-source-starter/customization.md)
* [Asset naming conventions](/reference/asset-naming.md)
* [Asset folders](/open-source-starter/assets.md)


---

# 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.roomiekit.io/features/avatars-customization.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.
