# 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: 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/user-guide/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.
