# Overview

## Contents

| Documentation                                      | Description                                                                                                     |
| -------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| [Motion Stage](/documentation/motion-stage.md)     | A free, readily available product for generating single-take locomotion animation.                              |
| [Motion Factory](/documentation/motion-factory.md) | An enterprise product for generating batch locomotion datasets for motion matching systems.                     |
| [Style Cloning](/documentation/style-cloning.md)   | An enterprise product for creating Styles to use in Motion Stages and Motion Factory using your own mocap data. |
| [Integrations](/documentation/integrations.md)     | Plugins, APIs, and tooling for integrating Motorica into your animation pipeline.                               |


---

# 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.motorica.com/documentation/overview.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.
