# Finding a Session ID

A Session ID is a unique code that you can use to join a specific Session, Event, or instance of a scalable Event. A Session ID is six characters long and includes lowercase letters and numbers.

{% hint style="warning" %}
You can't use a Session ID, or any other method, to join a Session, Event, or instance of a scalable Event that's at its maximum capacity of users.
{% endhint %}

To find a Session ID, choose a method from one of the sections below.

## From within a Session or Event

If you are in any Session or Event other than a private Session, you can find the Session ID through your menu or tablet. For more information, see [inviting-others-to-your-session](https://docs.engagevr.io/engage/sessions/inviting-others-to-your-session "mention").

## From the Session list

1. On the menu screen in the ENGAGE app, select **Join Session**.
2. On the **Join Session** page, choose one of the following options:
   * For a currently active, standard Session, select **Live**, and then select **Public**.
   * For a persistent Session, select **Live**, and then select the name of your Enterprise group.
3. Browse to the Session.
4. Select the More icon for the Session, and then select **Copy ID**.

![More icon in Session list](https://3460182399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwVx6bvwqEE7tD0TYOcfj%2Fuploads%2Fgit-blob-9dcc0854de82bd6d449bf20dbcf189b7f5dc439a%2Fsession_id_from_list.png?alt=media)

The Session ID is copied to your clipboard. You can paste the Session ID into the **Join Session by ID** page in the ENGAGE app, into an email, or anywhere that you want to record or share it.


---

# 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://docs.engagevr.io/engage/sessions/finding-a-session-id.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.
