> 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-factory/how-to-guides/trail-set-manager-guides/create-preset-trail-sets-with-the-guided-template.md).

# Create Preset Trail Sets with the Guided Template

In this guide, we'll demonstrate how to:

1. Create a new Trail Set using the Guided Template.
2. Make adjustments to a singular Trail.
3. Customize batches of Trails.

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

## Get Started

Open the Trail Set Manager module within your Motorica dashboard to begin.

## Create a Trail Set with the Guided Template

1. In the Trail Set Manager's dashboard, click the purple `New trail set` button and select the `Guided template`.

{% hint style="info" %}
The Empty slate option creates an empty Trail Set, requiring every Trail and Gait to be made from scratch.
{% endhint %}

2. Select the Gaits you'd like to include in your Trail Set, whether those Gaits include strafe animations, and select if the Trails should be long or short.&#x20;

<figure><img src="/files/095aZveFrnNR3fDxrwo7" alt="A dark and purple UI with buttons and toggles for selecting between Walk, Run, and Spring gaits."><figcaption><p>Options within the guided trail set template.</p></figcaption></figure>

3. Click the purple `Add Trail Set` button when you're finished.

## Edit and Customize a Trails

View the [next How-To Guide](/documentation/motion-factory/how-to-guides/trail-set-manager-guides/create-and-edit-gaits-trails-and-trail-segments.md) for more instruction on customizing Trails and creating new Trails from scratch.

## Use Trail Set in Motion Factory

Select the purple `Use in Motion Factory` button when you're ready to generate animations with your Trail Set. This button directly navigates you to a new Motion Factory instance preloaded with your Trail Set.

<figure><img src="/files/tkOCpoYkLxJZ4c0mq7t0" alt="A dark and purple UI with a file explorer of animations on the left, a 3D animation viewport in the middle, a Playback Timeline on the bottom, and animation trail settings on the right."><figcaption><p>Example of a finished Trail Set ready for use in Motion Factory.</p></figcaption></figure>


---

# 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-factory/how-to-guides/trail-set-manager-guides/create-preset-trail-sets-with-the-guided-template.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.
