# Accepting a connection's request to join your Session

A connection can send a request to join you in a Session. If they do, you will see a notification in the application like the following:

<figure><img src="/files/0c8kLyZvuKYXpwA0Sq8d" alt=""><figcaption><p>Invitation from a connection to join you</p></figcaption></figure>

To accept an request, complete the following steps:

1. Choose one of the following options:
   * Click, tap, or otherwise select the notification. On a desktop device, you can also press `v` on your keyboard.
   * On the menu screen, select **Connections**, and then select **Invitations**.
   * If you're in a Session, open your menu or tablet, select **People** <img src="/files/bSWKe67szXvzdXu5juSY" alt="" data-size="line">, and then select **Invitations**.
2. On the **Invitations** page, for the user that you want to join you, select <img src="/files/eaFXEnP1M93VvNfL2rhv" alt="" data-size="line"> **Invite**.

{% hint style="info" %}
If your Session is protected with a password, the person that you invite will need to enter the password to join the Session.
{% endhint %}


---

# 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/essential-features/connections/session-invitations/accepting-a-connections-request-to-join-your-session.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.
