# Workflow

- [Character Rig](https://kinemation.gitbook.io/scriptable-animation-system/workflow/character-rig.md): In this section we will set up the character rig.
- [Components](https://kinemation.gitbook.io/scriptable-animation-system/workflow/components.md): In this section we will learn about the core components.
- [Profiles and Layers](https://kinemation.gitbook.io/scriptable-animation-system/workflow/profiles-and-layers.md): In this section we will work with Animator Profiles and Layers.
- [Linking](https://kinemation.gitbook.io/scriptable-animation-system/workflow/linking.md): In this section we will learn how to link layers.
- [Integration](https://kinemation.gitbook.io/scriptable-animation-system/workflow/integration.md): In this section we will learn how to integrate the system.
- [Playing Animations](https://kinemation.gitbook.io/scriptable-animation-system/workflow/playing-animations.md): In this section we will find out how to play custom animations in runtime.
- [Extending the System](https://kinemation.gitbook.io/scriptable-animation-system/workflow/extending-the-system.md): In this section you will learn how to create custom animation modules.


---

# 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://kinemation.gitbook.io/scriptable-animation-system/workflow.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.
