# Lecture Session

{% tabs %}
{% tab title="Live Listen" %}

### Using Live Listen to Record and Transcribe

* **Select "Live Listen":**
  * Choose the "Live Listen" option to begin recording an in-person lecture or conversation.
* **Start Recording:**
  * Click the microphone icon to start recording. The screen will show the recording time and provide visual feedback as you capture the audio.
* **Pause or Stop Recording:**
  * You can pause the recording at any time by clicking the pause button.
  * Once you’ve finished recording, click the stop button to end the session.
* **AI-Generated Transcript, Outline, and Summary:**

  * After recording, the AI will automatically generate a full transcript of the lecture, along with an organized outline and summary for easy review.

<figure><img src="/files/RwvYhdDCv3PLuTIZnq2n" alt="" width="539"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Online Session" %}

### Using Online Session to Record and Transcribe

1. **Select "Online Session":**
   * Choose the "Online Session" option to start recording a live online meeting or class (e.g., Zoom, Google Meet, Teams).
2. **Start Recording:**
   * Click the record button. You will then be prompted to select the browser tab that has the meeting or online session running.
3. **Pause or Stop Recording:**
   * You can pause the recording at any time by clicking the pause button.
   * Once the session is over, click the stop button to end the recording.
4. **AI-Generated Transcript, Outline, and Summary:**
   * After recording, the AI will automatically generate a full transcript of the online session, along with an organized outline and summary for easy review.

<figure><img src="/files/xD1i47y54SnuKAHPneYW" alt="" width="540"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Youtube" %}

### Using YouTube Session to Transcribe and Summarize

1. **Add YouTube Video:**
   * Copy the link to the YouTube video you want to transcribe and paste it into the input field, then click "Start."
2. **Processing Video:**
   * The system will start processing the video. You can continue working on other tasks while this is happening.
3. **View Transcript and Summary:**
   * Once the video processing is complete, you’ll have access to the transcript and an AI-generated summary of the content.

<figure><img src="/files/blIwyY9cD2PWLe4zSmn7" alt="" width="265"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://guides.transcript.study/transcript-notebook/guides/materials/lecture-session.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.
