> 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/care-channels/create-new-care-channel.md).

# Create a New Care Channel

## Step by Step

{% stepper %}
{% step %}
**In the patient tab, choose the patient you are interested in, then click on the three dots and "Create Channel" in the menu.**

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

{% step %}
**Give a title to the new channel.**

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

{% step %}
**Indicate which participants you want to involve in the care channel by clicking&#x20;*****Invite*****.**

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

{% step %}
**At this point, you could choose a participant from a&#x20;*****workplace*****&#x20;(as in the example).**

You could also use the search bar at the top of the page to find the desired participant.

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

{% step %}
**If you want to involve a team in the&#x20;*****care channel*****, click directly on&#x20;*****Add to Discussion*****&#x20;at the top of the&#x20;*****workplace*****, then select the team or teams needed by repeating the last steps.**

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

{% step %}
**Once your participants are selected, write your first message and add content if you wish. To finish, create the channel using the paper airplane button.**

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

{% step %}
**Your new care channel has been created in the selected patient file.**

<div align="left"><figure><img src="/files/9HOrMBIjJ8x5PVVAagJl" 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/care-channels/create-new-care-channel.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.
