# Motion 1.6

## Motion 1.6

- [Changelog](https://docs.kia.dev/motion/start-here/changelog.md)
- [Getting Started](https://docs.kia.dev/motion/start-here/getting-started.md)
- [Clone the pre-configured Motion Character](https://docs.kia.dev/motion/start-here/getting-started/clone-the-pre-configured-motion-character.md)
- [Create your own Motion Character](https://docs.kia.dev/motion/start-here/getting-started/create-your-own-motion-character.md)
- [Modifying your Motion Character](https://docs.kia.dev/motion/start-here/modifying-your-motion-character.md)
- [Creating a custom ability](https://docs.kia.dev/motion/tutorials/creating-a-custom-ability.md)
- [Add Footsteps to Motion](https://docs.kia.dev/motion/tutorials/add-footsteps-to-motion.md)
- [Add Surfaces to Motion](https://docs.kia.dev/motion/tutorials/add-surfaces-to-motion.md)
- [Retargeting Marketplace Characters](https://docs.kia.dev/motion/tutorials/retargeting-marketplace-characters.md)
- [Using Metahumans](https://docs.kia.dev/motion/tutorials/using-metahumans.md)
- [Architecture Diagram](https://docs.kia.dev/motion/tutorials/architecture-diagram.md)
- [Walk Component](https://docs.kia.dev/motion/core-components/walk-component.md)
- [Sprint Component](https://docs.kia.dev/motion/core-components/sprint-component.md)
- [Jump Component](https://docs.kia.dev/motion/core-components/jump-component.md)
- [Crouch Component](https://docs.kia.dev/motion/core-components/crouch-component.md)
- [Movement Sound Component](https://docs.kia.dev/motion/core-components/movement-sound-component.md)
- [Motion Camera Component](https://docs.kia.dev/motion/core-components/motion-camera-component.md)
- [Breath Component](https://docs.kia.dev/motion/extra-components/breath-component.md): The Breath Component provides camera movement for when the player stands still, moving it up and to the side, for a more immersive and dynamic experience.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.kia.dev/motion/start-here/changelog.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.
