> For the complete documentation index, see [llms.txt](https://support-en.braver.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support-en.braver.net/guides/for-healthcare-professionals/account-creation/accept-invitation.md).

# Accept an Invitation

## Step by Step

{% stepper %}
{% step %}
**In the email you received, click on the button inviting you to accept the invitation.**
{% endstep %}

{% step %}
**One of the following screens might be displayed**

* If this is the first time you are opening Braver, and Braver has never been opened on your device, you will see a screen like the following:

  <div align="left"><figure><img src="/files/aEtcdNx32NK1meRWuCQP" alt="" width="375"><figcaption></figcaption></figure></div>

  \
  You can then choose the "Create a new account" option to continue to [step 3](#follow-account-creation-steps), unless you have already created a Braver account in the past (in which case you should choose the other option, and you will directly go to [step 4](#enter-invitation-secret-code-or-answer-secret-question)).
* If this is the first time you are opening Braver, but Braver has already been used by someone else on your device, you will see a screen like the following:

  <div align="left"><figure><img src="/files/vRqM57254HAR3vZWtrTF" alt="" width="375"><figcaption></figcaption></figure></div>

  \
  You can then choose the "Create a new account" option to continue to [step 3](#follow-account-creation-steps), unless you have already created a Braver account in the past (in which case you should choose one of the other options, and you will directly go to [step 4](#enter-invitation-secret-code-or-answer-secret-question)).
* If you have already created your account in the past with the same email address as the invitation, but your session is not already active on your device, you will see a screen like the following:

  <div align="left"><figure><img src="/files/Ev65Q1hQZVaB8zfYSbZF" alt="" width="375"><figcaption></figcaption></figure></div>

  \
  In this case, you should enter your password and in the next step, the security code you will receive by email or SMS, in order to proceed to [step 4](#enter-invitation-secret-code-or-answer-secret-question).
* If you have already created your account in the past with the same email address as the invitation, and your session is already active on your device, you will see a screen like the following:

  <div align="left"><figure><img src="/files/9KkHLMmxeN890g6aNIAU" alt="" width="375"><figcaption></figcaption></figure></div>

  \
  In this case, you should simply enter your PIN to proceed to [step 4](#enter-invitation-secret-code-or-answer-secret-question).
  {% endstep %}

{% step %}
**Follow the account creation steps**

{% hint style="info" %}
This step is only necessary if this is the first time you are using Braver.
{% endhint %}

You can [follow the tutorial](/guides/for-healthcare-professionals/account-creation/independent-account-creation.md#enter-your-email-address-and-password-of-your-choice-then-select-create-my-account) for this purpose.
{% endstep %}

{% step %}
**Enter the invitation secret code or answer the secret question**

{% hint style="info" %}
Depending on how the invitation was secured, you will either need to **answer a security question** or **enter a 12-digit secret code** (e.g., 1234-1234-1234).

If it asks for a secret code, you will find it **under the invitation button** in the invitation email you clicked on in [step 1](#in-the-email-you-received-click-on-the-button-inviting-you-to-accept-the-invitation).
{% endhint %}

<div align="left"><figure><img src="/files/d0MoRfx2IcOJN5Smzt7g" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# 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://support-en.braver.net/guides/for-healthcare-professionals/account-creation/accept-invitation.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.
