# Animate

Animate mode lets you create simple animations from a base model.

Use keyframes or motion presets.

### Quick steps

{% stepper %}
{% step %}

#### Open Animate mode

Open a model.

Switch to **Animate**.
{% endstep %}

{% step %}

#### Add motion

* Describe in a text prompt how you'd like the character to move.&#x20;
* choose a preset (walk, rotate, float)
  {% endstep %}

{% step %}

#### Preview

Loop playback.
{% endstep %}

{% step %}

#### Export

Export a baked clip.

Common formats:

* FBX
* GLTF / GLB
  {% endstep %}
  {% endstepper %}

### Notes

* Baked export means the motion is saved into the file.
* Exact options depend on the export format.

<details>

<summary>Reviewer checklist</summary>

* Confirm the name of the Animate mode in the UI.
* Confirm which presets ship.
* Confirm supported export formats.
* Add a short GIF of the preview.

</details>


---

# 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://sloyd.gitbook.io/documentation/3d-tools/animate.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.
