# Linteum Character Kit

**First time visitor?** You probably want information about building a character, and an explanation of the various options included in the Linteum Character Kit. Please see the following pages for details.

{% content-ref url="for-users/quick-start-guide" %}
[quick-start-guide](https://docs.linteum.tools/for-users/quick-start-guide)
{% endcontent-ref %}

{% content-ref url="for-users/building-a-character" %}
[building-a-character](https://docs.linteum.tools/for-users/building-a-character)
{% endcontent-ref %}

**Are you a more advanced user interested in building compatible assets?** See:

{% content-ref url="advanced-topics/working-with-animations" %}
[working-with-animations](https://docs.linteum.tools/advanced-topics/working-with-animations)
{% endcontent-ref %}

{% content-ref url="extending/creating-compatible-clothing" %}
[creating-compatible-clothing](https://docs.linteum.tools/extending/creating-compatible-clothing)
{% endcontent-ref %}

{% content-ref url="extending/creating-a-morph" %}
[creating-a-morph](https://docs.linteum.tools/extending/creating-a-morph)
{% endcontent-ref %}

{% content-ref url="extending/creating-a-character-pack" %}
[creating-a-character-pack](https://docs.linteum.tools/extending/creating-a-character-pack)
{% endcontent-ref %}

{% content-ref url="extending/creating-a-base-character" %}
[creating-a-base-character](https://docs.linteum.tools/extending/creating-a-base-character)
{% endcontent-ref %}

**Need support?** Feel free to reach out to us at <contact@sinewavecompany.com>. We'll be glad to help.


---

# 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.linteum.tools/master.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.
