# Attach to body

You can attach objects to your body so they will follow you in the [Play mode](https://learn.shapesxr.com/prototyping/interactivity-and-play-mode).

Select an object and find the Attach to options in the [Object Inspector](https://learn.shapesxr.com/object-inspector):

You have the following **attachment options**:

* head
* body
* left hand
* right hand

You should also pick a viewpoint the object will be attached. In the Play mode, the object will follow you when you're in this viewpoint (learn more about viewpoints [here](https://learn.shapesxr.com/basics/viewpoints)).

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FV5IFh3rk5kqfCwJPPYhE%2Fuploads%2FX8sx1YJ7P162jHn7V8RB%2Fattach-crop-video.mp4?alt=media&token=fcce6f49-3a26-4793-982e-34238dc23e0f>" %}

You can attach any object(s) or group of them, including objects in the [Background](https://learn.shapesxr.com/basics/scenes#background-scene).&#x20;

You can adjust the position of objects relative to parts of the viewpoint by moving the viewpoint's head or hands/controllers.

To switch between hands and controllers, change the Input mode (more information about it [here](https://learn.shapesxr.com/interactivity#how-to-change-the-input-mode)).

{% embed url="<https://youtu.be/d3NGABg6Jq0>" %}


---

# 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://learn.shapesxr.com/prototyping/attach-to-body.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.
