> 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/audio-video-calls/start-and-leave-call.md).

# Start and Leave a Conference Call

{% embed url="<https://www.loom.com/share/353cb0f603bc4b5d9c9b49e544b2aba4?sid=0c47a77c-27a2-47a9-8cb6-1e25cf00be18>" fullWidth="true" %}

## Step-by-Step

{% stepper %}
{% step %}
**In a discussion thread with the person or people to join, click on the phone icon.**

{% hint style="warning" %}
If you are alone in the discussion, or if other participants have not yet accepted the discussion, the call button will not be displayed.
{% endhint %}

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

{% step %}
**If there is more than one person who could be notified of this call, the application will offer you to select those you want to notify.**

<div align="left"><figure><img src="/files/3uSVA7wRlX0uYZ9Kj6Si" alt="" width="375"><figcaption></figcaption></figure></div>

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

{% step %}
**You are now in the conference call! Click on the red phone icon to end the call.**

<div align="left"><figure><img src="/files/IUjhzwx4Fu50kMJlwSte" 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/audio-video-calls/start-and-leave-call.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.
