> For the complete documentation index, see [llms.txt](https://docs.d5render.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.d5render.com/user-guide/animation-path/character-path.md).

# Character Path

## Draw Path <a href="#draw" id="draw"></a>

Select the Character Path tool, click it and select a model from the library. Up to 18 models can be added to the Character Path.

Please refer to:point\_down:

{% content-ref url="/pages/-MkMPHMi9HhzBv1aGFJo" %}
[Draw Path](/user-guide/animation-path/draw-path.md)
{% endcontent-ref %}

## Path Parameters

Path-related parameters to adjust the movement and distribution of the path character model.

D5 has automatically set the spacing, position and speed randomness of the character, no need to adjust again.

### Density

"Density" controls the total number of models on the currently selected path. The exact number depends on the length of the path. When the density is minimal, the path will have at least one character model.

### Width

"Width" is used to control the side-by-side distribution of the character models. The larger the path width, the more characters can walk side by side.

### Direction

There are only two directions of character path movement, and the direction drawn along the initial path is specified as "forward". The forward and reverse movement of the path is toggled by a switch.

### On the ground

When the model surface is curved and uneven, the path does not fit the model surface completely, and the model on the path will float in mid-air. When you use the "On the Ground" function, the model will be automatically attached to the nearest model surface.


---

# 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.d5render.com/user-guide/animation-path/character-path.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.
