# Fundamentals

- [Rig](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/rig.md): In this section you will learn about the character skeleton.
- [Framework Architecture](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/framework-architecture.md): In this section you will learn how the framework is structured internally.
- [Animator Profiles](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-profiles.md): In this section you will learn about new layer system.
- [Animator Layer](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layer.md): In this section you will find out more about the Animator Layers.
- [Input System](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/input-system.md): In this section you will learn about the property system.
- [Animator Layers](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers.md): In this section you can find detailed descriptions of all layers.
- [Weapon Layer General](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/weapon-layer-general.md)
- [Additive Layer](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/additive-layer.md)
- [Ads Layer](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/ads-layer.md)
- [Attach Hand Layer](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/attach-hand-layer.md)
- [Collision Layer](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/collision-layer.md)
- [IK Layer](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/ik-layer.md)
- [IK Motion Layer](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/ik-motion-layer.md)
- [Look Layer](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/look-layer.md)
- [Pose Offset Layer](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/pose-offset-layer.md)
- [Pose Sampler Layer](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/pose-sampler-layer.md)
- [Sway Layer](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/sway-layer.md)
- [View Layer](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/view-layer.md)
- [Blending Layer](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/blending-layer.md)
- [Turn Layer](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/turn-layer.md)
- [New Animation Library](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/new-animation-library.md): In this section you will get an overview of the new animation core.
- [Tools](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/tools.md): In this section you will learn about the framework tools.


---

# 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/fundamentals.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.
