> 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/reference/style-cloning-ui.md).

# Style Cloning UI

## Style Cloning Dashboard

<div align="center" data-full-width="false"><figure><img src="/files/ozGAq7XvF62lvCyRp8va" alt="A minimalist, dark purple UI for uploading animation files."><figcaption><p>Infographic of the Style Cloning dashboard.</p></figcaption></figure></div>

1. Buttons for creating a style clone dataset and for fine-tuning a completed dataset to generate a style clone.
2. A searchable table containing all of your organization's created style clone datasets and their associated information.

## Dataset Dashboard

<div data-full-width="false"><figure><img src="/files/vUX7dNFRA7IZpHJCBEil" alt="A dark purple UI with a red progress bar and a table containing animation files and their status."><figcaption></figcaption></figure></div>

1. Buttons for uploading animation files to your dataset and for viewing animation file guidelines.
2. A status section that displays after uploading animation files to your dataset. When the progress bar is red, we recommend viewing the rest of your animations directly in the dashboard to ensure a high-quality dataset.

<div data-full-width="false"><figure><img src="/files/wMznFnz19fzQuCh9fEeR" alt="A fully green and completed progress bar."><figcaption><p>Example of a completed Dataset Checkup progress bar.</p></figcaption></figure></div>

3. The uploaded assets table has three top-level buttons: one for searching for assets via filenames, another for deleting selected assets, and a final button for editing the extracted root motion data from uploaded animations. Check out our [Concepts](/learn/concepts/style-cloning.md#root-motion-extraction) and [How-To Guide](/documentation/style-cloning/how-to-guides/edit-an-animations-root-motion-data.md) on Root Motion Extraction for more information.\
   \
   This table includes important metadata information related to uploaded assets. For example, the table will display whether a file errors and must be fixed in your DCC to be used in Style Cloning generation, as well as displays warnings that can be fixed by editing the file's root motion data in the dashboard.


---

# 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:

```
GET https://docs.motorica.com/documentation/style-cloning/reference/style-cloning-ui.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.
