# Overview

<figure><img src="/files/VhTcgfAerRnUjFeU1zK2" alt=""><figcaption></figcaption></figure>

The **Modular Character System** is a tool developed by **Stellar Game Assets** for the Unity Engine that allows anyone to create endless combinations of eye-catching characters, right in the Unity Editor.

This documentation will explain how to use the system.

## <mark style="color:blue;">Before You Begin</mark>

* You will need a basic understanding of the Unity Engine. The [Unity Learn](https://learn.unity.com/) website has fabulous introductory tutorials to get you started.
* You will need a Modular Base Character Pack. Base Characters include the entire Modular Character System and demos. They are available for purchase on the [Unity Asset Store](https://assetstore.unity.com/) and the Stellar Game Assets [website](https://www.stellargameassets.com/shop).

## <mark style="color:blue;">How to Use This Documentation</mark>

The documentation is organized into the following sections:

* [**SETUP**](/modular-character-system/setup.md):  Downloading and importing your Base characters and AddOn packs into a project.
* [**DEMO SCENES**](/modular-character-system/demo-scenes.md): Everything you need to know to configure your Base Characters and Add-On Packs in the demo scenes. Start creating characters right away!
* [**SYSTEM OVERVIEW**](/modular-character-system/system-overview.md): The ins and outs of the Modular Character System and its' elements.
* [**SCRIPTING GUIDE**](/modular-character-system/reference/scripting-guide.md): Public functions and scripting references.


---

# 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://stellar-game-assets.gitbook.io/modular-character-system/overview.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.
