> ## 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.

# Use Cases

> Explore Agent Copilot use cases for sentiment analysis, knowledge retrieval, call summaries, and real-time translation.

Agent Copilot helps human agents support customers more effectively by streamlining workflows and simplifying daily tasks. The following use cases show how these features can be used in practice.

## Access Relevant Customer Data with Contextual Handover

When a live chat with a human agent begins, Agent Copilot retrieves relevant CRM data, previous queries, and interaction summaries.
All context is displayed directly in the Agent Copilot workspace. Human agents get a complete view of the customer's situation without switching tabs or navigating multiple systems, which leads to faster and more efficient issue resolution.

<iframe width="500" height="313" style={{ border: "1px solid #ccc", borderRadius: "12px" }} src="https://www.youtube.com/embed/kfRkczDBML0?si=NZB56ntJIdpwdQ4z&start=773" title="Access Relevant Customer Data with Contextual Handover" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen class="centered-iframe" />

## Detect Customer Emotions with Sentiment Analysis

Analyze the emotional tone of customer interactions with the [Sentiment widget](/ai/agents/develop/node-reference/agent-copilot/sentiment-tile) in real time. This widget helps human agents identify frustration or positive sentiment. Human agents can respond appropriately to de-escalate situations and capture positive customer experiences.

<div style={{textAlign: 'center'}}>
  <video width="500" height="313" controls alt="type:video" style={{border: '1px solid #ccc', borderRadius: '12px', display: 'block', margin: '0 auto'}} allowFullScreen>
    <source src="https://docscognigyassets.blob.core.windows.net/assets/sentiment-analysis.mp4#t=3" />
  </video>
</div>

## Automate Post-Call Summaries and Updates

After a call, Agent Copilot automatically transcribes the conversation, generates summaries, collects feedback, and updates records. This automation reduces manual tasks, enabling faster follow-ups and ensuring accurate, actionable customer records.

<iframe width="500" height="313" style={{ border: "1px solid #ccc", borderRadius: "12px" }} src="https://www.youtube.com/embed/kfRkczDBML0?si=YKEt8wkjR5895V2I&start=1212" title="Automate Post-Call Summaries and Updates" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen class="centered-iframe" />

## Integrate Knowledge Retrieval

Use a [Copilot: Knowledge Tile](/ai/agents/develop/node-reference/agent-copilot/knowledge-tile) Node to integrate RAG capabilities into your contact center platform. This allows Agent Copilot to bring up information from your knowledge base to human agents to answer user questions.

<iframe width="500" height="313" style={{ border: "1px solid #ccc", borderRadius: "12px" }} src="https://www.youtube.com/embed/NoXUoagMl2A" title="Integrate Knowledge Retrieval" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen class="centered-iframe" />

## Provide Real-Time Translation for Human Agents

In combination with Cognigy.AI's [Real-Time Translation](/ai/platform-features/translation-and-localization/real-time-translation) feature, you can provide human agents with translation of the user input in real time. Additionally, the human agent can reply in their own language, and the reply is automatically translated back to the user's language.

<iframe width="500" height="313" style={{ border: "1px solid #ccc", borderRadius: "12px" }} src="https://www.youtube.com/embed/TUJKXk-s3ZY?si=swhy6Sn5BkAfhGfs" title="Provide Real-Time Translation for Human Agents" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen class="centered-iframe" />

## More Information

* [Agent Copilot Nodes](/ai/agents/develop/node-reference/agent-copilot/overview)
* [Copilot: Knowledge Tile](/ai/agents/develop/node-reference/agent-copilot/knowledge-tile)
* [Real-Time Translation](/ai/platform-features/translation-and-localization/real-time-translation)
