# Joining with a Session ID

A Session ID is six characters long and includes lowercase letters and numbers.

{% hint style="info" %}
Before the release of ENGAGE v3.7, a Session ID was five characters long and could also include uppercase letters. You can still use an old Session ID to access a persistent Session, but we recommend that you use the new Session IDs. See, [finding-a-session-id](https://docs.engagevr.io/engage/sessions/finding-a-session-id "mention").
{% endhint %}

To use a Session ID to join a Session, complete the following steps:

1. On the menu screen, select **Join Session**.
2. On the **Join Session** page, select **Join Session by ID**.
3. On the **Join Session by ID** page, enter the Session ID, and then select **JOIN**.
4. If the Session requires a password, enter the password, and then select **Continue**.
5. If you need to download the location, wait for the download to complete, and then select **Go now**.


---

# 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/joining-a-session/joining-with-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.
