> 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-enterprise-group-session.md).

# Creating an Enterprise Group Session

If you are a member of an enterprise group, you can create a Session that's listed only to other members of your Enterprise group. On the Join Session page in the ENGAGE app, other group members can select the name of your Enterprise group to see enterprise group Sessions.

If you select an appropriate name, such as the name of your meeting, then this approach makes it much less likely that an unwanted person will enter your meeting. You can then avoid the additional step of needing to use a password.

To create an enterprise group 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**. This name appears on the **Join Session** page.
5. **Optional**: Enter a password.
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 determines which Enterprise group list the Session will appear in.
8. Select the **Enterprise Group List** check box, and then clear the **Public List** check box.
9. Select **Start**.


---

# 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-enterprise-group-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.
