> 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-administrators/configuration-guide/deploy-braver-independently.md).

# Deploy Braver Independently

### Here are the steps to set up your organization in Braver:

{% stepper %}
{% step %}
**Define Your Organization Structure**

If you are using Braver independently and are not sure about the best structure for your organization, let us help you.

Here is a concrete example of a healthcare organization structure:

<img src="/files/PCBUnaCSzTgIyTp3OVqQ" alt="Private Physiotherapy Clinic" class="gitbook-drawing">
{% endstep %}

{% step %}
**Submit an Organization Creation Request**

1. Share your organization's name with the Braver team using the following form
2. Wait for a Braver team member to contact you for the next steps

{% embed url="<https://braverhealth.typeform.com/to/smKccheM>" %}
{% endstep %}

{% step %}
**Access the Administrative Application**

{% hint style="warning" %}
If you have not yet created your account, you should have received an email invitation. Here is [the tutorial](/guides/for-healthcare-professionals/account-creation/independent-account-creation.md) to help you create your account.
{% endhint %}

You can access the administrative application via [https://admin.braver.net](https://admin.braver.net/#/login). Use the same credentials as those for logging into your Braver account (email + password)
{% endstep %}

{% step %}
**Create Your Organizational Units**

Here is [how to create an organizational unit](/guides/for-administrators/organizational-units/how-to-create-organizational-unit.md).

If you are not familiar with the concept of organizational unit, here is [the documentation](/guides/for-administrators/organizational-units.md).
{% endstep %}

{% step %}
**Create Your Workplaces**

Here is [how to create a workplace](/guides/for-administrators/workplaces/how-to-create-workplace.md).

If you are not familiar with the concept of workplace, here is [the documentation](https://github.com/braverhealth/documentation/blob/main/guides-en/for-administrators/lieux-de-travail/README.md).
{% endstep %}

{% step %}
**Create Your Teams**

Here is [how to create a team](/guides/for-administrators/teams/how-to-create-team.md).

If you are not familiar with the concept of team, here is [the documentation](https://github.com/braverhealth/documentation/blob/main/guides-en/for-administrators/equipes/README.md).
{% endstep %}

{% step %}
**Send User Invitations**

Before sending user invitations, it is very important to understand what roles and permissions you will grant them. Here is [the documentation](https://support.braver.net/pour-les-administrateurs/utilisateurs/roles-et-permissions) to help you.

You are now ready to send user invitations. Here is [how to invite a user](https://github.com/braverhealth/documentation/blob/main/guides-en/for-administrators/utilisateurs/comment-inviter-des-utilisateurs.md).

{% hint style="info" %}
For inviting patients and caregivers, this is done by authorized clinicians through the clinician application. Here is [a tutorial](https://github.com/braverhealth/documentation/blob/main/guides-en/pour-les-professionnels/communication-patients-et-proche-aidants/inviter-un-patient-ou-un-proche-aidant-a-rejoindre-braver.md) to guide you.
{% endhint %}
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**Congratulations, your organization is now part of the Braver network!** 🎉

There are only two sections left to explore:

* [Patient and Caregiver Module](https://support-en.braver.net/guides/for-administrators/configuration-guide#le-module-patient-et-proche-aidant) (if relevant to you)
* [Other Technical Details](https://support-en.braver.net/guides/for-administrators/configuration-guide#autres-details-techniques) (if relevant to you)
  {% 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://support-en.braver.net/guides/for-administrators/configuration-guide/deploy-braver-independently.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.
