# How can I get a transcript?

After the recording is completed, we will generate a full transcript of the call with key points and colored dialog so it's easy to keep a trace of your conversation

You can also chat with your transcript and ask questions like "What was the release date we set on the project?" and our AI agent will answer you directly with the clickable timestamp of the video recording so you can jump back to the corresponding moment of the conversation without having to re-watch the entire call


---

# 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://support.recordmeeting.com/faq/how-can-i-get-a-transcript.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.
