> 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/essential-features/connections/accepting-or-rejecting-an-invitation-to-connect.md).

# Accepting or rejecting an invitation to connect

When you receive an invitation to connect with another user, a red dot is displayed on the Connections button on the menu screen. If you go to the connections section of the application, a red dot on the Invitations button also indicates that you have a new invitation.

<figure><img src="/files/MATKJq2LAGrIAc3RXLmJ" alt=""><figcaption><p>Example of pending invitations</p></figcaption></figure>

{% hint style="info" %}
After you view your pending invitations, the red dot is hidden until the next time that you log in to the application.
{% endhint %}

To accept an invitation, complete the following steps:

1. Choose one of the following options:
   * 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 invitation that you want to accept or reject, select <img src="/files/iwiUtTVymtrzPskQSgQV" alt="" data-size="line"> **Respond**.
3. In the panel that appears, select either **Accept** or **Reject**.

<figure><img src="/files/y78JTYYpzleFJWFiH6em" alt=""><figcaption><p>Option to respond to an invitation to connect, and the accept or reject panel that it causes to appear</p></figcaption></figure>

{% hint style="info" %}
If you reject an invitation, the person that sent it'sn't notified. From their perspective, the invitation remains pending. If you change your mind after you reject a connection, you can follow the instructions to create a invitation. If their invitation to you is still pending, you will automatically connect. For more information, see [Inviting someone to connect](/engage/essential-features/connections/inviting-someone-to-connect.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/essential-features/connections/accepting-or-rejecting-an-invitation-to-connect.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.
