> 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/sessions/creating-a-session/creating-an-unlisted-session.md).

# Creating an unlisted Session

If you create an unlisted Session, it doesn't appear on the Join Session page. Other people can join the Session only if you or someone else invites them.

To create an unlisted Session, complete the following steps:

1. On the menu screen of the ENGAGE app, select **Start Session**.
2. Select a Location.
3. Select **With Others**.
4. Enter a **Session Name**.
5. **Optional**: Enter a password. This feature is only available to people with a PLUS or ENTERPRISE subscription. However, a password is typically not required for an unlisted Session.
6. **Optional**: From the **Max attendees list**, select the maximum number of users that you want to be able to join the session. You are counted as one of the users. For more information, see [Session capacity](/engage/sessions/creating-a-session/session-capacity.md).
7. **Optional**: If you are a member of multiple Enterprise groups, from the **Owned by** list, select the group that you want to own the session. This choice may affect who can join and what content, such as IFX, you can load, depending on the group's settings.
8. Turn on the **Unlisted** toggle.
9. Select **Start**.
10. Select **Start Session**.

{% hint style="info" %}
For instructions on how to invite other people, see [Inviting others to your Session](/engage/sessions/inviting-others-to-your-session.md).
{% endhint %}


---

# 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/sessions/creating-a-session/creating-an-unlisted-session.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.
