> For the complete documentation index, see [llms.txt](https://wiki.hyronic.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.hyronic.dev/configurations.md).

# CONFIGURATIONS

- [AE / CE Default Configs](https://wiki.hyronic.dev/configurations/ae-ce-default-configs.md): Say goodbye to the dull and boring defaults that AE/CE provides. We offer a brand-new configuration with customized display name and lore, making them cleaner, more organized, beautifu.
- [AE Enchant UI Textures](https://wiki.hyronic.dev/configurations/ae-enchant-ui-textures.md): With a simple and closely aligned aesthetic to Vanilla Friendly Minecraft, this will be the only resource you need to elevate the custom enchant playstyle of your server.
- [Items Comparison](https://wiki.hyronic.dev/configurations/ae-enchant-ui-textures/items-comparison.md)
- [\[Addon\] Item Tooltips](https://wiki.hyronic.dev/configurations/ae-enchant-ui-textures/addon-item-tooltips.md)
- [\[Addon\] Wizard NPC](https://wiki.hyronic.dev/configurations/ae-enchant-ui-textures/addon-wizard-npc.md)
- [NPC Avatar Series](https://wiki.hyronic.dev/configurations/npc-avatar-series.md): Enhance your NPC's dialogue with our NPC avatar configuration series, which includes Citizens, CharacterDialogue, Oraxen, and ItemsAdder.
- [Volume 1](https://wiki.hyronic.dev/configurations/npc-avatar-series/volume-1.md)
- [Volume 2](https://wiki.hyronic.dev/configurations/npc-avatar-series/volume-2.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.hyronic.dev/configurations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
