> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/engage/host-controls/personal-boundaries.md).

# Personal boundaries

A host can choose to enable or disable personal boundaries in a Session. When enabled, if two users enter close proximity, their avatars become invisible to each another.

This is provided for both user comfort and safeguarding. In situations where avatars are densely grouped, each user can still perceive a clear zone around them. In situations where one user wants to harass another by invading their personal space, the harasser would find it impossible to do so.

{% hint style="info" %}
Avatars become invisible only to the user who is in close proximity to them. Avatars that are invisible to you may still be visible to other users in the Session. You may still see other people's avatars in close proximity to each other.
{% endhint %}

{% hint style="info" %}
Personal boundaries are not applied in recordings. If an avatar becomes invisible to you while you are recording, they will remain visible when you play back the recording.
{% endhint %}

<figure><img src="/files/hnG3FLDmHBBxnkaoWxHJ" alt=""><figcaption><p>Personal boundary toggle on the Session Settings tab</p></figcaption></figure>

## Enabling personal boundaries

1. Open your menu or tablet, and then select **Host Controls** <img src="/files/bTt7cPfqc3Y5PAHZIalW" alt="" data-size="line">.
2. On the **Host Controls** page, select **Session Settings**.
3. Turn on the **Personal boundary** toggle.

## Disabling personal boundaries

1. Open your menu or tablet, and then select **Host Controls** <img src="/files/bTt7cPfqc3Y5PAHZIalW" alt="" data-size="line">.
2. On the **Host Controls** page, select **Session Settings**.
3. Turn off the **Personal boundary** toggle.


---

# 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.engagevr.io/engage/host-controls/personal-boundaries.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.
