> For the complete documentation index, see [llms.txt](https://helpdocs.conducttr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.conducttr.com/labs/free-apps/live-scribe.md).

# Live Scribe

## AI transcription and summarisation

<figure><img src="https://370044388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBSkFcQnW6QEDBmurguxR%2Fuploads%2FvZmltU2N5EYez3ItNdVd%2Fimage.png?alt=media&amp;token=318e2ee9-d617-4100-a56a-85bae3f0b4ee" alt=""><figcaption></figcaption></figure>

{% embed url="<https://youtu.be/tB4wdwzu2Eg>" %}

## Setup

{% stepper %}
{% step %}

### Add Transcribe persona

.. update your exercise with a persona called Transcribe
{% endstep %}

{% step %}

### Check your Master Events List&#x20;

In the Editor, check that the top line of Facilitator Guidance for each inject is unique. The Live Scribe app will log summaries and decisions against this.&#x20;

<figure><img src="https://370044388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBSkFcQnW6QEDBmurguxR%2Fuploads%2FnpFgsqDwF1Sw2YomyPdc%2Fimage.png?alt=media&amp;token=0ad40abd-9f04-4845-ba93-7c6e13c1b6a3" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### BYOP?

Consider creating a prompt using the Bring Your Own Prompt feature to analyse the recorded events at the end of the exercise.
{% endstep %}

{% step %}

### Create a new project

Add your space ID and the unique UUID we provide and you're good to go!
{% endstep %}
{% endstepper %}

<figure><img src="https://370044388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBSkFcQnW6QEDBmurguxR%2Fuploads%2FbDVGeHu3ZLFuXZZ90xy8%2Fimage.png?alt=media&amp;token=778a0189-9b04-41b4-a2eb-58f9dbbf9d22" alt=""><figcaption></figcaption></figure>

## Operation

Before the start of the exercise:

1. select the correct mic (or choose video call if online)
2. click "start streaming" to check the speech to transcription
3. click "record" to begin capturing and sending summaries to Conducttr

<figure><img src="https://370044388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBSkFcQnW6QEDBmurguxR%2Fuploads%2FzwDIhxnSttMeMXY05C53%2Fimage.png?alt=media&amp;token=ce30328a-6375-470a-b9b2-6af37278b287" alt=""><figcaption></figcaption></figure>

### Summaries

Summaries and decisions are posted to the Log channel (renamed in the screenshot below to Transcript).

<figure><img src="https://370044388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBSkFcQnW6QEDBmurguxR%2Fuploads%2FJNZ5Mizktz30SdjQwQLi%2Fimage.png?alt=media&amp;token=89c6b512-ede0-4b08-a3cd-a5d4f01de038" alt=""><figcaption></figcaption></figure>

Add an after-action review comment to ensure the right content appears in the AAR report

<figure><img src="https://370044388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBSkFcQnW6QEDBmurguxR%2Fuploads%2Fl4tG2tZG6aMAccaJEkay%2Fimage.png?alt=media&amp;token=b4686dc6-50a6-458b-a2c2-8a7aaf496ce6" alt=""><figcaption></figcaption></figure>

### Remove unwanted content

All summaries are posted to the project log channel as they happen but you can delete entries in the Live Scribe app so they're not included in the AI-generated report.

<figure><img src="https://370044388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBSkFcQnW6QEDBmurguxR%2Fuploads%2FMDVBgMujm8VMR19rRIJv%2Fimage.png?alt=media&amp;token=86362bd3-4556-4109-8328-d7cbcb91c017" alt=""><figcaption></figcaption></figure>

### Generate report

Live Scribe has its own report built from the decisions and summaries. This is in addition to Conducttr's AAR report. Use the copy button to combine them via pasting into the AAR report.

<figure><img src="https://370044388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBSkFcQnW6QEDBmurguxR%2Fuploads%2FTK972KJWq19pqkpd4Ggx%2Fimage.png?alt=media&amp;token=3f3a3a9f-38bf-4400-aed8-2a789b894a2b" alt=""><figcaption></figcaption></figure>


---

# 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://helpdocs.conducttr.com/labs/free-apps/live-scribe.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.
