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

# Plugins

Spark is built as a collection of plugins. Each plugin adds a specific feature set to your game and is managed through its own tabs in the Spark Editor.

Plugins are sold individually on the [Unity Asset Store](https://assetstore.unity.com/publishers/49855). See [How is Spark Distributed](/documentation/user-guide/getting-started/how-spark-is-distributed.md) for details on purchasing options.

## Available Plugins

| Plugin                                                                        | Description                                         |
| ----------------------------------------------------------------------------- | --------------------------------------------------- |
| [Combat](/documentation/user-guide/plugins/combat.md)                         | Abilities, stats, formulas, statuses, and factions  |
| [Items](/documentation/user-guide/plugins/items.md)                           | Items, inventories, equipment, and loot tables      |
| [Currency](/documentation/user-guide/plugins/currency.md)                     | Currency types, wallets, and conversions            |
| [Crafting](/documentation/user-guide/plugins/crafting.md)                     | Crafting recipes and categories                     |
| [Quests](/documentation/user-guide/plugins/quests.md)                         | Quests, objectives, and rewards                     |
| [Progression](/documentation/user-guide/plugins/progression.md)               | Experience, leveling, and level-up rewards          |
| [Classes](/documentation/user-guide/plugins/classes.md)                       | Character classes with main and secondary selection |
| [Professions](/documentation/user-guide/plugins/professions.md)               | Learnable trade skills                              |
| [Races](/documentation/user-guide/plugins/races.md)                           | Playable races with character variants              |
| [Character Customization](/documentation/user-guide/plugins/customization.md) | Visual appearance customization                     |
| [Spellbooks](/documentation/user-guide/plugins/spellbooks.md)                 | Ability collections                                 |
| [Item Bar](/documentation/user-guide/plugins/item-bar.md)                     | Quick-use item slots                                |
| [NPCs](/documentation/user-guide/plugins/npcs.md)                             | NPC definitions and interactions                    |


---

# 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://docs.sparkframework.dev/documentation/user-guide/plugins.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.
