> 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/independent-account-creation.md).

# Independent Account Creation

## Step by Step

{% stepper %}
{% step %}
**When opening the application, click:&#x20;*****Sign up for free!***

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

{% step %}
**1) Enter your email address and 2) the password of your choice. 3)Repeat your new password a second time. 4) Then select&#x20;*****Create my account*****.**

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

{% step %}
**Retrieve the 6-digit security code from your emails and enter it in the provided text field. Click on&#x20;*****Create my account.***

{% hint style="info" %}
Remember to check your spam folder if it does not appear in your email inbox quickly.
{% endhint %}

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

{% step %}
**Create your profile. Click&#x20;*****Create a profile*****&#x20;to save your information.**

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

{% step %}
**Scroll to the bottom of the page and select&#x20;*****Accept terms of service*****.**

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

{% step %}
**Set up a PIN that you can use to unlock the app easily if you do not use Face ID or facial recognition. Click&#x20;*****Set up*****.**

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

{% step %}
**Enter your PIN and repeat it a second time.**

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

{% step %}
**Choose if you consent to receive communications from Braver.**

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

{% step %}
**You are now in Braver!**

<div align="left"><figure><img src="/files/TkvtuD9Wtc43xHiB3ykL" 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/independent-account-creation.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.
