# Extensions

Extension data types provided by the Combat plugin that add fields to other plugins' entries.

| Extension                    | Extends          | Description                     |
| ---------------------------- | ---------------- | ------------------------------- |
| Character Stats Extension    | `CharacterEntry` | Combat stats on characters      |
| Item Stats Extension         | `ItemEntry`      | Stat modifiers on equipment     |
| Item Abilities Extension     | `ItemEntry`      | Abilities granted by items      |
| Weapon Auto Attack Extension | `ItemEntry`      | Auto-attack config on weapons   |
| Quest Objectives Extension   | `QuestEntry`     | Combat-related quest objectives |

See [Extensions](/documentation/developer-guide/core-systems/extensions.md) for how to create custom extensions.


---

# 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.sparkframework.dev/documentation/developer-guide/plugins/combat/extensions.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.
