# CosmeticsCore

## English

- [Welcome](https://cosmeticscore.devs.beer/welcome.md)
- [First install](https://cosmeticscore.devs.beer/first-install.md)
- [Install base resourcepack](https://cosmeticscore.devs.beer/first-install/install-base-resourcepack.md)
- [If you don't have a resourcepack](https://cosmeticscore.devs.beer/first-install/install-base-resourcepack/if-you-dont-have-a-resourcepack.md)
- [ItemsAdder](https://cosmeticscore.devs.beer/first-install/install-base-resourcepack/itemsadder.md)
- [Any plugin and resourcepack](https://cosmeticscore.devs.beer/first-install/install-base-resourcepack/any-plugin-and-resourcepack.md)
- [Terms of service](https://cosmeticscore.devs.beer/terms-of-service.md)
- [Frequently asked questions](https://cosmeticscore.devs.beer/frequently-asked-questions.md)
- [Translations](https://cosmeticscore.devs.beer/translations.md)
- [Files editor](https://cosmeticscore.devs.beer/files-editor.md)
- [Commands](https://cosmeticscore.devs.beer/commands.md)
- [Permissions](https://cosmeticscore.devs.beer/permissions.md)
- [Examples](https://cosmeticscore.devs.beer/permissions/examples.md)
- [Adding content](https://cosmeticscore.devs.beer/adding-content.md)
- [Properties](https://cosmeticscore.devs.beer/adding-content/properties.md)
- [Creating a model](https://cosmeticscore.devs.beer/adding-content/creating-a-model.md)
- [Ballons (simple)](https://cosmeticscore.devs.beer/adding-content/ballons-simple.md)
- [Ballons ItemsAdder (simple)](https://cosmeticscore.devs.beer/adding-content/ballons-itemsadder-simple.md)
- [Balloon (advanced)](https://cosmeticscore.devs.beer/adding-content/balloon-advanced.md)
- [ItemsAdder Entity](https://cosmeticscore.devs.beer/adding-content/balloon-advanced/itemsadder-entity.md)
- [ModelEngine](https://cosmeticscore.devs.beer/adding-content/balloon-advanced/modelengine.md)
- [Leash location](https://cosmeticscore.devs.beer/adding-content/balloon-advanced/leash-location.md)
- [Hat](https://cosmeticscore.devs.beer/adding-content/hat.md)
- [Body Cosmetic](https://cosmeticscore.devs.beer/adding-content/body-cosmetic.md)
- [Static Body Cosmetic](https://cosmeticscore.devs.beer/adding-content/body-cosmetic/static-body-cosmetic.md)
- [Advanced Body Item](https://cosmeticscore.devs.beer/adding-content/body-cosmetic/advanced-body-item.md)
- [Settings](https://cosmeticscore.devs.beer/settings.md)
- [Wardrobe](https://cosmeticscore.devs.beer/wardrobe.md)
- [Customization](https://cosmeticscore.devs.beer/wardrobe/customization.md)
- [Saving player data](https://cosmeticscore.devs.beer/wardrobe/saving-player-data.md)
- [Contribute](https://cosmeticscore.devs.beer/contribute.md)
- [Edit the English wiki](https://cosmeticscore.devs.beer/contribute/edit-the-english-wiki.md)
- [Translate this wiki](https://cosmeticscore.devs.beer/contribute/translate-this-wiki.md)
- [Preview wiki changes](https://cosmeticscore.devs.beer/contribute/preview-wiki-changes.md)
- [Compatibility with other plugins](https://cosmeticscore.devs.beer/compatibility-with-other-plugins.md)
- [Compatible](https://cosmeticscore.devs.beer/compatibility-with-other-plugins/compatible.md)
- [ItemsAdder](https://cosmeticscore.devs.beer/compatibility-with-other-plugins/compatible/itemsadder.md)
- [Vulcan](https://cosmeticscore.devs.beer/compatibility-with-other-plugins/compatible/vulcan.md)
- [PlaceholderAPI](https://cosmeticscore.devs.beer/compatibility-with-other-plugins/compatible/placeholderapi.md)
- [Java API](https://cosmeticscore.devs.beer/developers/java-api.md)
- [Branding](https://cosmeticscore.devs.beer/developers/branding.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://cosmeticscore.devs.beer/welcome.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.
