# Export Transcripts

## Overview

<div data-full-width="true"><figure><img src="/files/Tib1BORWyoQ4nLjCEitI" alt=""><figcaption><p>How to Export Conversation Transcripts</p></figcaption></figure></div>

Agents can send the entire transcript of any user conversation by following the instructions below:

1. Find and click into the conversation you'd like the transcript for.&#x20;
2. Tap the 'Export' icon in the top right corner of the screen (next to the 'Resolve/Reopen' button).
3. Select one of the following three delivery methods and hit 'Submit':
   * Send the transcript to the customer
   * Send the transcript to the assigned agent (ensure that the assigned agent is not the assistant)
   * Send the transcript to another email address

## FAQs

<details>

<summary>Do private notes appear in a transcript?</summary>

Private notes or system actions will not appear in the transcript.

</details>

<details>

<summary>Who can export a conversation transcript?</summary>

Any agent can export any conversation's transcript, including conversations that were never escalated to an agent.&#x20;

</details>

<details>

<summary>Why is there no option to send the transcript to the customer?</summary>

Transcripts can only be sent to a user if an email is provided in the conversation's contact field. This option will not appear if no email is provided.&#x20;

</details>


---

# 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://docs.satisfilabs.com/resource-center/live-agent-engine/agent-overview/export-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.
