# Supported Plugins

### Our Plugins, which officially support AdvancedHeads:

* [**AdvancedEnchantments** ](https://advancedplugins.net/item/AdvancedEnchantments.1)- <https://wiki.advancedplugins.net/configuration/config-items>
* [**BattlePass** ](https://advancedplugins.net/item/BattlePass.11)- <https://wiki.advancedplugins.net/configuration/config-items>
* [**AdvancedPets** ](https://advancedplugins.net/item/AdvancedPets.27)- <https://wiki.advancedplugins.net/configuration/config-items>

How to use custom heads in our plugins?

Define `advanced-heads` value for items in configuration, then those items will automatically use custom heads from AdvancedHeads plugin. Example:

```yaml
item:
  advanced-heads: 20
  name: 'Custom Head!'
```

This will automatically use custom head texture, with id of 20, from AdvancedHeads and integrate it into our plugin GUIs.&#x20;

How to find head IDs:             \
<https://heads.advancedplugins.net/usage/find-custom-head-id>

Full explanation of how our items are formatted: <https://wiki.advancedplugins.net/configuration/config-items>

### External plugins, which support AdvancedHeads:

Read our guide: [How to use in plugins](/information/how-to-use-in-plugins.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://heads.advancedplugins.net/information/supported-plugins.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.
