# Configuration

- [Main config](https://docs.auroramc.gg/auroracrafting/configuration/main-config.md): Main plugin configuration
- [Workbench config](https://docs.auroramc.gg/auroracrafting/configuration/workbench-config.md): Guide how to create and configure new workbenches.
- [Blueprint config](https://docs.auroramc.gg/auroracrafting/configuration/blueprint-config.md): Guide how to crate custom recipes.
- [Smithing blueprint config](https://docs.auroramc.gg/auroracrafting/configuration/smithing-blueprint-config.md): Guide how to create vanilla smithing recipes
- [Cooking blueprint config](https://docs.auroramc.gg/auroracrafting/configuration/cooking-blueprint-config.md): Guide how to create a cooking recipe.
- [Brewing recipes](https://docs.auroramc.gg/auroracrafting/configuration/brewing-recipes.md): Guide how to create a brewing recipe.
- [Stonecutter blueprint config](https://docs.auroramc.gg/auroracrafting/configuration/stonecutter-blueprint-config.md): Guide how to create a stonecutter recipe.
- [Cauldron blueprint config](https://docs.auroramc.gg/auroracrafting/configuration/cauldron-blueprint-config.md): Guide how to create a cauldron recipe.
- [Recipe book config](https://docs.auroramc.gg/auroracrafting/configuration/recipe-book-config.md): Guide how to generate the recipe book.
- [Merchant config](https://docs.auroramc.gg/auroracrafting/configuration/merchant-config.md): Guide how to create villager shops. merchants.yml
- [Disabled vanilla recipes config](https://docs.auroramc.gg/auroracrafting/configuration/disabled-vanilla-recipes-config.md): Guide how to disable/remove vanilla registered recipes.


---

# 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.auroramc.gg/auroracrafting/configuration.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.
