# Summaries & transcripts

After each conversation, your AI Agent automatically creates a transcript — a conversation log. The transcripts help you review conversations, process requests further, and improve your agent in a targeted way.

### **What is in the transcript?**

Each transcript contains:

* General information about the conversation (phone numbers, time, duration)
* A short summary of the conversation content
* A detailed transcript

The transcripts are created automatically; no manual activation is necessary.

### **Where can I find the transcripts?**

{% stepper %}
{% step %}
Open your **account management.**
{% endstep %}

{% step %}
Look for **"AI Agents",** in the sidebar on the left, expand the item and select **"Analysis"**
{% endstep %}

{% step %}
In the "Analysis" section, select your agent in the top left to display guided calls in the table below
{% endstep %}

{% step %}
In the table, look for the column **"Transcript"** — you may need to scroll to the right for this. There, click the button with the speech bubble icon
{% endstep %}
{% endstepper %}

As an admin, you can see all open and all already processed conversations here at a glance. As soon as you open a transcript, it is automatically marked as completed. This marking is only for overview purposes and has no influence on the conversation or the agent.

<figure><img src="/files/149a819d1f6fcc79994e9726891cdff46a305c94" alt=""><figcaption></figcaption></figure>

**Working with transcripts**

In the transcript, you can:

* View summaries and the full transcript
* Add your own notes about the conversation
* Copy content into a word processing document
* Search transcripts to find or evaluate conversations about specific topics more quickly

### **Why is post-processing important?**

Transcripts show which questions are asked frequently, where information is missing, or which points should be adjusted in playbooks. This allows you to gradually improve knowledge, conversation flow, and playbooks.

{% hint style="info" %}
**Tip:** In addition, you can receive summaries by email. More on this in the article [**Send email**](/ai-agents/en/follow-up/e-mail-summaries.md)**.**
{% endhint %}


---

# 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://help.sipgate.de/ai-agents/en/follow-up/summaries-and-transcripts.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.
