> For the complete documentation index, see [llms.txt](https://docs.bueno.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bueno.art/buenoverse/interactions/abilities/movement.md).

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