> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Copilot: Transcript Tile

<a href="/release-notes/4.60"><Badge className="version-badge" color="blue">Updated in 4.60</Badge></a>

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/zkuN4mfSk9TWL7kq/_assets/ai/develop/node-reference/agent-copilot/transcript-tile.png?fit=max&auto=format&n=zkuN4mfSk9TWL7kq&q=85&s=2a470bc980b82db66140db58a1feb3ca" alt="Copilot Transcript Tile Node configuration panel" style={{ width: 'auto' }} width="466" height="124" data-path="_assets/ai/develop/node-reference/agent-copilot/transcript-tile.png" />
</Frame>

## Description

This Node captures the most recent customer response and displays it on a designated Widget within the Agent Copilot workspace.

Additionally, the Copilot: Transcript Tile offers the option to enable Sentiment Analysis,
which allows for assessing the user's speech tone.
This sentiment analysis can provide insights into whether the user's response is positive, negative, or neutral.
Before using this option,
set the LLM provider in the [Settings](/ai/agents/develop/gen-ai-and-llms/generative-ai)
and select the appropriate model in the [supported model list](/ai/agents/develop/gen-ai-and-llms/model-support-by-feature).

## Parameters

| Parameter        | Type          | Description                                                                                                                                                                                                                   |
| ---------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Tile ID          | CognigyScript | The ID that you created in the Agent Copilot configuration.                                                                                                                                                                   |
| Enable sentiment | Toggle        | This option allows you to decide if sentiment analysis should be applied to the customer's voice input. Enabling this option means that Cognigy.AI assesses the emotional tone (positive, negative, or neutral) of the input. |

## Use Case

This Node is well-suited for scenarios involving voice calls,
where a human agent needs to listen to the user's speech and make quick decisions.
In such cases, the Copilot: Transcript Tile plays a crucial role in recording and presenting the user's spoken responses.
This approach allows human agents to have immediate access to this information,
thereby facilitating more effective and efficient communication and decision-making during voice call interactions.

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/zkuN4mfSk9TWL7kq/_assets/ai/develop/node-reference/agent-copilot/transcript-tile-example.png?fit=max&auto=format&n=zkuN4mfSk9TWL7kq&q=85&s=4e9f69030965a22f0130fd5aaf2a7dbb" alt="Transcript Tile widget displaying voice call transcript in Agent Copilot" style={{ width: 'auto' }} width="2486" height="1618" data-path="_assets/ai/develop/node-reference/agent-copilot/transcript-tile-example.png" />
</Frame>

## More Information

* [Copilot: Next Action Tile](/ai/agents/develop/node-reference/agent-copilot/next-action-tile)
* [Copilot: Sentiment Tile](/ai/agents/develop/node-reference/agent-copilot/sentiment-tile)
* [Copilot: Identity Tile](/ai/agents/develop/node-reference/agent-copilot/identity-tile)
* [Agent Copilot Nodes](/ai/agents/develop/node-reference/agent-copilot/overview)
* [Agent Copilot](/agent-copilot/overview)
