> 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.md).

# For Administrators

- [Get Started Here](https://support-en.braver.net/guides/for-administrators/get-started.md): In this section, you will find a guide to help you set up Braver for your organization as well as tutorials to help you through each step.
- [Configuration Guide](https://support-en.braver.net/guides/for-administrators/configuration-guide.md): This guide is intended for pilots, super-users, or administrators who will need to configure the Braver platform for its implementation.
- [Deploy Braver Independently](https://support-en.braver.net/guides/for-administrators/configuration-guide/deploy-braver-independently.md): Configure your organization in just 7 steps!
- [Organizational Units](https://support-en.braver.net/guides/for-administrators/organizational-units.md)
- [How to Create an Organizational Unit?](https://support-en.braver.net/guides/for-administrators/organizational-units/how-to-create-organizational-unit.md): This page shows you how to create an organizational unit, either with a video or a step-by-step guide.
- [Workplaces](https://support-en.braver.net/guides/for-administrators/workplaces.md)
- [How to Create a Workplace?](https://support-en.braver.net/guides/for-administrators/workplaces/how-to-create-workplace.md): This page shows you how to create a workplace, either with a video or a step-by-step guide.
- [Teams](https://support-en.braver.net/guides/for-administrators/teams.md)
- [How to Create a Team?](https://support-en.braver.net/guides/for-administrators/teams/how-to-create-team.md): This page shows you how to create a team, either with a video or a step-by-step guide.
- [Users](https://support-en.braver.net/guides/for-administrators/users.md)
- [How to Invite Users?](https://support-en.braver.net/guides/for-administrators/users/how-to-invite-users.md): This page shows you how to invite users, either with a video or a step-by-step guide.
- [How to Cancel or Resend an Invitation?](https://support-en.braver.net/guides/for-administrators/users/how-to-cancel-or-resend-invitation.md): This page shows you how to cancel or resend an invitation, either with a video or a step-by-step guide.
- [How to Grant a Role to an Existing User?](https://support-en.braver.net/guides/for-administrators/users/how-to-grant-role-to-existing-user.md): This page shows you how to invite users, either with a video or a step-by-step guide.
- [Audit Logs](https://support-en.braver.net/guides/for-administrators/audit-logs.md)
- [How to Search in Audit Logs?](https://support-en.braver.net/guides/for-administrators/audit-logs/how-to-search-in-audit-logs.md): This page shows you how to search in the audit logs, either with a video or a step-by-step guide.


---

# 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.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.
