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

# Intelligence Overview

<Badge icon="arrow-left" color="gray">[Back to NLP Topics](/ai-for-service/automation/natural-language/nlp-topics)</Badge>

The Platform provides built-in intelligence features that help your AI Agent handle the natural twists and turns of human conversation — including interruptions, context shifts, and emotional cues — without losing track of the user's goals.

***

## Dialog Management

| Feature                                 | Description                                                                                                                                                                                                                                              |
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Interruptions and context switching** | Control hold and resume behavior at the app, task, and node levels. [Learn more](/ai-for-service/automation/intelligence/conversation-management/manage-interruptions#manage-interruptions)                                                              |
| **Entity value modification**           | Let users amend entity values mid-conversation and control post-amendment behavior. [Learn more](/ai-for-service/automation/natural-language/nlu-configurations/amend-entities#amend-entities)                                                           |
| **Multi-intent detection**              | Detect and execute multiple intents from a single user utterance. [Learn more](/ai-for-service/automation/natural-language/nlu-configurations/multi-intent-detection#multi-intent-detection)                                                             |
| **Ignore words**                        | Mark words and phrases that don't aid task recognition so the AI Agent can respond faster and more accurately. [Learn more](/ai-for-service/automation/intelligence/conversation-management/ignore-words-and-field-memory#ignore-words-and-field-memory) |

***

## Context Management

AI Agents are stateless by default, but conversations depend on shared context. The Platform lets you capture and reuse contextual data across intents, entities, and FAQs to create more natural, human-like experiences.

| Feature               | Description                                                                                                                                                                         |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Context switching** | Enable or disable context switches between tasks and pass contextual data between them. [Learn more](/ai-for-service/automation/intelligence/context-management#context-management) |
| **Session variables** | Use Platform-provided or custom session variables with defined scope. [Learn more](/ai-for-service/automation/agent-flows#session-management)                                       |

***

## Sentiment Management

Trigger conditional flows and steer conversations based on a user's emotional state.

| Feature                | Description                                                                                                                                                                        |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Sentiment analysis** | Detect and respond to user emotions to deliver better experiences. [Learn more](/ai-for-service/automation/intelligence/intelligence-overview#sentiment-management)                |
| **Tone processing**    | Analyze tone scores and use them to drive dialog transitions (for example, escalating to a live agent). [Learn more](/ai-for-service/automation/intelligence/events#tone-analysis) |
