> 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/summoning-users/summoning-all-users.md).

# Summoning all users

You can summon users to a specific area. This is particularly useful in large locations when users have become dispersed. To summon all users, complete the following steps:

1. Open the menu, select **Host Controls** <img src="/files/bTt7cPfqc3Y5PAHZIalW" alt="" data-size="line">, and then select the **Host Actions** tab.
2. Select **Summon**.

<figure><img src="/files/RW8B6O47RG3rjfXiKamy" alt=""><figcaption><p>Summon option on Host Actions tab</p></figcaption></figure>

3. Move the summon marker to the point where you want users to be placed.
4. **Optional**: By default, summoned users will face towards you, as indicated by the point on the summon marker. To change the direction in which the users will face, choose one of the following options:
   * On a desktop device, hold down the left mouse button, and then move the mouse forwards or backwards to rotate the summon marker. The summon starts when you release the mouse button, and so you can skip Step 5.
   * On a VR headset, rotate your right wrist as though you were turning a key in a lock.
5. Press either the left mouse button or the trigger button on the right controller.

![Summon marker](/files/CsfwAsRZ2Wgzf5gRkeHS)


---

# 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/summoning-users/summoning-all-users.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.
