> For the complete documentation index, see [llms.txt](https://docs.motorica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motorica.com/documentation/motion-stage/how-to-guides/generate-a-single-take-animation.md).

# Generate a Single-take Animation

In this guide, we'll demonstrate how to:

1. Select and mix two Styles
2. Use and customize a preset root motion path
3. Generate and export the animation's `.fbx` file

## Prerequisites

* A Motorica account, created when you first open the [Motorica app](https://app.beta.motorica.ai/).

## Get Started

Open Motion Stage within your Motorica dashboard to begin.

## Select Styles

Styles add character and personality to your generated animations.

1. Choose an initial Style for `Style slot 1`.&#x20;
2. Click the `Create style mix` button to add an additional Style.
3. Choose an additional Style for `Style slot 2`.
4. Adjust `Mix percentages` in `Style slot 1` and `Style slot 2` to your preferences.
5. Click the purple **Animate** button.
6. Readjust `Mix percentages` to acquire a desired Style mix and click **Animate** to preview each readjustment.

## Use a Preset Root Motion Path

1. Select the Motion tab to open the Motion Controls menu.
2. Open the `Preset` dropdown and choose your desired root motion path.
3. Click the purple **Animate** button to preview the animation on your selected path.

### Customize the Motion

Use the sliders and numerical value fields to adjust the speed, arc rates, and duration of the root motion animation.

Click the `Enable advanced controls` to do the following:

* Switch the motion's Simulation Type to either `Spring-Based` or `Kinematic`
* Change the acceleration and deceleration rates
* Adjust turning behaviour

## Export Animation

1. Click the purple **Animate** button to generate your animation
2. Click the **Export** button to download the `.fbx` of your animation. Exports should be downloaded in your web browser's default download folder.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.motorica.com/documentation/motion-stage/how-to-guides/generate-a-single-take-animation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
