# Movement

The movement ability let’s builders alter the speed of players, or convey them, when they move over the interaction zone. It’s also possible to stack movement zones.

<figure><img src="/files/r5zhCzo922teAzZteaIt" alt=""><figcaption><p>Add movement</p></figcaption></figure>

A modal opens after adding the movement ability. It has a few settings builders can change.

There’s 2 options to choose from.

1. **Boost**

* Can let the player move slower or faster as they move within the zone.

<figure><img src="/files/ha0zTV86Dl7oCJYSIwtG" alt=""><figcaption><p>Boost options</p></figcaption></figure>

**2. Conveyor**

* Transports the player at a certain speed and direction. Like a conveyor belt.

<figure><img src="/files/x0kDqucEiqnt8qvuGxgA" alt=""><figcaption><p>Conveyor options</p></figcaption></figure>

In both movement types, builders can alter the speed of the movement by dragging a slider. The conveyor option also has a setting where the builder can input degrees to push the player in a certain direction.

<div><figure><img src="/files/Sp28mgH03QHm1ZzamMkR" alt=""><figcaption><p>Boost example</p></figcaption></figure> <figure><img src="/files/4WcYcgJeKC3aPvaLu0YH" alt=""><figcaption><p>Conveyor example</p></figcaption></figure></div>


---

# 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/interactions/abilities/movement.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.
