> 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/style-cloning/how-to-guides/create-a-style-clone.md).

# Create a Style Clone

In this guide, we'll demonstrate how to:

1. Create a Style Clone container
2. Upload mocap data to your Style Clone container
3. Review uploaded mocap data and root motion extraction
4. Send a Style Clone generation request to Motorica

## Prerequisites

* A Motorica account, created when you first open the [Motorica app](https://app.beta.motorica.ai/).
* An enterprise license. For more information, contact our Sales team.
* Existing mocap animation data. View our [Reference docs](/documentation/style-cloning/reference.md) for more information and instructions

{% hint style="warning" %}
If the name of your organization is incorrect in the Motorica dashboard, please reach out to us in our communication channel so we can address and fix the issue.
{% endhint %}

## Get Started

1. Open Style Cloning within your Motorica dashboard to begin.
2. Click the **Add style clone dataset** button.

## Data Guidelines

The "Guidelines for style clone animation data" document will pop up when you try to add a new Style Clone Dataset. Ensure you read this document thoroughly before uploading any data.

Once you've read through the Guidelines document, click the understanding agreement box at the bottom of the page and click the purple **Continue** button. You'll be prompted to name your Style Clone and the hip bone height attached to the clone's model.

## Upload files

Only upload relevant `.fbx` and `.bvh` files that you'd like used for training the Style Clone.

Motorica will automatically extract and generate root motion data based on the uploaded animations.

See the [Data Preparation](/documentation/style-cloning/reference/data-preparation.md) reference document for more information on proper data for training.

### Review Uploaded Files

Remove any files that cause errors and fix the occurring errors in your chosen animation software. Then, review the rest of your files to ensure the root motion data extraction is accurate.

If you need to edit an animation's root motion data, you can do so within the Style clone dataset dashboard. View the [Edit an Animation's Root Motion Data](/documentation/style-cloning/how-to-guides/edit-an-animations-root-motion-data.md) guide for more instruction.

## Send a Style Clone Generation Request

1. Go back to the Style Cloning dashboard
2. Select your newly created Style Clone
3. Click the **Fine-tune model** button.
4. Assign a name and version number to your Fine-tune model and click the agreement box.
5. Click the purple **Send request** button to finish.

### View Fine-tune Model Status

Click the **Fine-tune models** pop up button to view information on Style Clone generation requests.

Models typically take from 3 - 5 days to complete training.


---

# 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/style-cloning/how-to-guides/create-a-style-clone.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.
