> 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-patients-and-caregivers/get-started.md).

# Get Started Here

## Essential Tutorials to Get Started

* To accept the invitation to join your care team on Braver, [click here](/guides/for-patients-and-caregivers/accept-invitation.md).
* [View the participants of your care team](/guides/for-patients-and-caregivers/care-teams/view-all-participants-in-care-team.md)
* [Respond to a message in a discussion thread](/guides/for-patients-and-caregivers/discussion-threads/reply-to-new-message.md)
* [Access attachments in a discussion thread](/guides/for-patients-and-caregivers/discussion-threads/access-attachments-in-discussion-thread.md)

## Tutorials to go further

### Using Braver

{% content-ref url="/pages/aQyDYQM87DMG3MEUmAbj" %}
[Accept Invitation to Join Care Team on Braver](/guides/for-patients-and-caregivers/accept-invitation.md)
{% endcontent-ref %}

{% content-ref url="/pages/PWVXLovkxf1OjuPbDiYc" %}
[Care Teams](/guides/for-patients-and-caregivers/care-teams.md)
{% endcontent-ref %}

### Communicating with Braver

{% content-ref url="/pages/bjQJ8u8kWU8kb1qNOWfj" %}
[Discussion Threads](/guides/for-patients-and-caregivers/discussion-threads.md)
{% endcontent-ref %}

{% content-ref url="/pages/tGZm85c42SNkqzgn52a7" %}
[Audio and Video Calls](/guides/for-patients-and-caregivers/audio-video-calls.md)
{% endcontent-ref %}

### Configure Braver for You

{% content-ref url="/pages/hARYf7rq5yBT1ejWSFRz" %}
[Profile Management](/guides/for-patients-and-caregivers/profile-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/hLb2GZFFC0AgR9LVQ6xa" %}
[Notification Management](/guides/for-patients-and-caregivers/notification-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/WmNbIufihRMPmSr9V3HY" %}
[Security](/guides/for-patients-and-caregivers/security.md)
{% endcontent-ref %}


---

# 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-patients-and-caregivers/get-started.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.
