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

# For Patients and Caregivers

- [Get Started Here](https://support-en.braver.net/guides/for-patients-and-caregivers/get-started.md): In this section, you will find a tutorial bank in the form of videos and step-by-step guides that will help you familiarize yourself with each of Braver's features.
- [Accept Invitation to Join Care Team on Braver](https://support-en.braver.net/guides/for-patients-and-caregivers/accept-invitation.md)
- [Care Teams](https://support-en.braver.net/guides/for-patients-and-caregivers/care-teams.md)
- [View All Participants in a Care Team](https://support-en.braver.net/guides/for-patients-and-caregivers/care-teams/view-all-participants-in-care-team.md)
- [Find a Pinned Attachment in Care Team Space](https://support-en.braver.net/guides/for-patients-and-caregivers/care-teams/find-pinned-attachment-in-care-team-space.md)
- [Discussion Threads](https://support-en.braver.net/guides/for-patients-and-caregivers/discussion-threads.md)
- [Reply to a New Message](https://support-en.braver.net/guides/for-patients-and-caregivers/discussion-threads/reply-to-new-message.md)
- [View All Participants in a Discussion Thread](https://support-en.braver.net/guides/for-patients-and-caregivers/discussion-threads/view-all-participants-in-discussion-thread.md)
- [Access Attachments in a Discussion Thread](https://support-en.braver.net/guides/for-patients-and-caregivers/discussion-threads/access-attachments-in-discussion-thread.md)
- [Add a File, Photo, or Video to a Discussion Thread](https://support-en.braver.net/guides/for-patients-and-caregivers/discussion-threads/add-file-photo-or-video-to-discussion-thread.md)
- [Mark a Discussion as Unread](https://support-en.braver.net/guides/for-patients-and-caregivers/discussion-threads/mark-message-as-unread.md)
- [Find a Closed Discussion Thread](https://support-en.braver.net/guides/for-patients-and-caregivers/discussion-threads/find-closed-discussion-thread.md)
- [Audio and Video Calls](https://support-en.braver.net/guides/for-patients-and-caregivers/audio-video-calls.md)
- [Join and Leave a Conference Call](https://support-en.braver.net/guides/for-patients-and-caregivers/audio-video-calls/join-and-leave-call.md)
- [Possible Actions in Audio and Video Calls](https://support-en.braver.net/guides/for-patients-and-caregivers/audio-video-calls/actions-in-audio-video-call.md)
- [Profile Management](https://support-en.braver.net/guides/for-patients-and-caregivers/profile-management.md)
- [Modify Profile Photo](https://support-en.braver.net/guides/for-patients-and-caregivers/profile-management/modify-profile-photo.md)
- [Notification Management](https://support-en.braver.net/guides/for-patients-and-caregivers/notification-management.md)
- [Activate Notifications on Mobile Device](https://support-en.braver.net/guides/for-patients-and-caregivers/notification-management/activate-notifications-on-mobile-devices.md)
- [Set Unavailability Period](https://support-en.braver.net/guides/for-patients-and-caregivers/notification-management/set-unavailability-period.md)
- [Set Availability Schedule](https://support-en.braver.net/guides/for-patients-and-caregivers/notification-management/set-availability-schedule.md)
- [Security](https://support-en.braver.net/guides/for-patients-and-caregivers/security.md)
- [Generate New Recovery Code](https://support-en.braver.net/guides/for-patients-and-caregivers/security/generate-new-recovery-code.md)
- [Modify Password](https://support-en.braver.net/guides/for-patients-and-caregivers/security/modify-password.md)
- [Modify PIN](https://support-en.braver.net/guides/for-patients-and-caregivers/security/modify-pin.md)
- [Receive Two-Factor Authentication by SMS](https://support-en.braver.net/guides/for-patients-and-caregivers/security/receive-two-factor-authentication-by-sms.md)
- [Reset Password](https://support-en.braver.net/guides/for-patients-and-caregivers/security/reset-password.md)


---

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