# Paths

With paths, builders can make elements move around the room. The elements can have z-index, hitboxes, interactions and animations. These will all move along the path with the element.

## Create a Path

To add a path go to **Build menu > Elements > Path**.

Builders can drag the path-points to any position:

* To add a new path-branch, hover over it and click the **+** icon.
* To add a point in between existing points, hold `CMD` or `CTRL`, and click on the line.

<figure><img src="/files/3Qu0kIqrtLl0mAH3l7hA" alt=""><figcaption><p>Edit a path.</p></figcaption></figure>

## Add Elements to Path

To make an element follow the path, just drag and drop it on to one of the points. The path-point will turn green. Multiple elements can be on the same path.

There’s a few settings builders can edit:

* The speed at which the elements move.
* The direction the elements should move in (left, right and both).

In the example below, we've placed a guard on a patrol path, moving in a single direction around our treasure-topped tower.&#x20;

<figure><img src="/files/y8KMwT9Aw0nIbdDvC323" alt=""><figcaption><p>Place objects on a path.</p></figcaption></figure>


---

# 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://docs.bueno.art/buenoverse/fundamentals/paths.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.
