# Demo Project

- [Resources](https://kinemation.gitbook.io/scriptable-animation-system/demo-project/resources.md): In this section you will learn what animations and models are used in the demo.
- [Controller](https://kinemation.gitbook.io/scriptable-animation-system/demo-project/controller.md): In this section you will find out more about the demo scripts.
- [Weapons and Items](https://kinemation.gitbook.io/scriptable-animation-system/demo-project/weapons-and-items.md): In this section you are going to learn more about the weapon structure.
- [Attachment System](https://kinemation.gitbook.io/scriptable-animation-system/demo-project/attachment-system.md): In this section you will find more about attachments.


---

# 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/demo-project.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.
