# Themes

- [Themes](https://nexo-maker.gitbook.io/nexo-maker-docs/themes/themes.md): Theme variables and functions to change App visuals
- [Replace Assets](https://nexo-maker.gitbook.io/nexo-maker-docs/themes/themes/replace-assets.md): Use postAsset() to register dynamic assets so your Expansion can safely display them in the frontend.
- [Assets List](https://nexo-maker.gitbook.io/nexo-maker-docs/themes/themes/replace-assets/assets-list.md)
- [Language](https://nexo-maker.gitbook.io/nexo-maker-docs/themes/language.md)
- [Post Template](https://nexo-maker.gitbook.io/nexo-maker-docs/themes/post-template.md): Templates are predefined models and textures that streamline item creation. Through Nexo Maker’s API, creators can load their own templates directly in the templates window.


---

# 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://nexo-maker.gitbook.io/nexo-maker-docs/themes.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.
