# Unite Scribe AI

**Unite Scribe AI** uses ambient listening technology to convert doctor-patient conversations into structured medical documentation. During an active consultation, it records the conversation in real time, generates an English summary, and maps the extracted content to the relevant **SOAP** sections available in **Diagnosis** tab.

Clinicians can review the generated summary, verify the mapped content, and append the selected sections to the patient's medical record. Audio recordings remain available for later review within the visit workflow.

{% hint style="info" %}
For usage analytics, see [**Ambient Listening Dashboard**](/uniteemr/application-modules/dashboard/ambient-listening-dashboard.md).
{% endhint %}

***

### Steps to use Unite Scribe AI

* Open the **Current Medical Records (Home > Medical Records > Current Medical Records)** screen and start the consultation for the required patient visit.
* The **Diagnosis** tab is displayed by default. Click **Scribe AI** to start the recording session.

  <figure><img src="/files/O6RkgoxYX4CvW7I7gnKG" alt=""><figcaption></figcaption></figure>
* Check that the microphone is connected and working properly, then click **Start Now** to begin recording the consultation.

  <figure><img src="/files/J3JUkI9HQInoXsO5E6cl" alt=""><figcaption></figcaption></figure>
* If required, click **Pause** during the consultation and resume the recording when needed.
* Once the consultation is complete, click **Stop** to end the recording. The audio summary opens automatically for review.

  <figure><img src="/files/1v1veZKKzmnsqAxHlgnl" alt=""><figcaption></figcaption></figure>
* In the audio summary pop-up, review the audio playback and the generated summary. If the consultation was recorded in multiple languages, the summary is displayed in English.
* Verify the recording details shown at the top of the pop-up:
  * **Consumed minutes**
  * **Recording start date and time**
  * **Recording end date and time**
* Review the **Brief Summary** and **Full Summary** on the left side and the mapped SOAP sections on the right side.
* All SOAP sections are selected by default. Clear any section that is not required, then click **Append Selection** and confirm the action to add the selected content to the diagnosis record.
* To review recordings created during the current visit, click **Summary** and select the required recording from the list.
* To review recordings from earlier visits, open the [**Journey**](/uniteemr/application-modules/medical-records/journey.md) tab. Each visit shows an **Audio Summary** icon when Scribe AI was used.
* After capturing the required details, click **SAVE** to save the information.

***


---

# Agent Instructions: 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:

```
GET https://unitecare.gitbook.io/uniteemr/application-modules/medical-records/diagnosis/unite-scribe-ai.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
