> For the complete documentation index, see [llms.txt](https://animotive.gitbook.io/animotive-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://animotive.gitbook.io/animotive-documentation/learning-animotive/props.md).

# Props

In Animotive, once you’ve [embodied](/animotive-documentation/learning-animotive/embodying-a-character.md) a character, you can handle Props using the Grip buttons on your controllers. To pick up a Prop, approach it and **extend your character’s hand towards the Prop** as if you were going to grasp it. Then, **press and hold the grip button on the controller** to grab the Prop. To release the Prop, **let go of the grip button**.

To move your Prop with your laser, **hover over it and select it by holding down the Grip button**. There are two ways to move a Prop with your laser. The default mode is **Linear Mode**. You can move the Prop anywhere in the space by **moving your controller and holding the Grip**. You can move the Prop closer or farther away from you by **continuing to hold the grip and** **pushing the Thumbstick forward or back**. When you are happy with the orientation and position, just **release the Grip** on your controller.

The second mode is called **Parabola Mode**. You can switch to this by **continuing to hold the grip flicking the right Thumbstick left or right**. In Parabola Mode, the Prop will become anchored to the floor, and you can move it through the space by **moving your controller and holding the Grip button**. You can **rotate it by** **twisting your controller left or right**. To place a Prop, make sure your laser is blue, and **release the Grip button**.

**This tutorial teaches how you can import your own props into the scene and how to interact with the props as listed above:** [**https://youtu.be/CMCF7g72Dd0?si=bf0pQftNHaEY2mcv**](https://youtu.be/CMCF7g72Dd0?si=bf0pQftNHaEY2mcv)&#x20;


---

# 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://animotive.gitbook.io/animotive-documentation/learning-animotive/props.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.
