Skip to main content

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.

Playbooks give contact center agents structured, step-by-step guidance for handling customer interactions. Supervisors create and manage playbooks to help agents maintain consistent quality, even during high call volumes or complex situations.

Playbook Main Page

Displays all playbooks in the system. Use this page to create, edit, and delete playbooks.
TabDescription
Name and ChannelDisplays the playbook name and the channel it applies to — Chat, Voice, or Chat and Voice.
TypeShows whether the playbook is Primary or Conditional. A Primary playbook runs throughout the conversation. A Conditional (Dynamic) playbook runs only when a specific condition is met, such as a dialog execution step or a matched utterance.
DescriptionShows the description entered when creating the playbook.
Triggers ForShows the agents the playbook applies to.
CreationShows the execution mode of the playbook. Displays LLM when GenAI mode is selected and Manual when Deterministic mode is selected.
Last UpdatedShows the date and time of the most recent change to the playbook.
StatusShows whether the playbook is active or inactive. Toggle On to activate the playbook for live conversations or Off to deactivate it.

Playbook Types

TypeDescription
PrimaryStandard playbooks triggered for all assigned agents. Include Open and Close stages with multiple configurable steps. Always visible on the Agent AI widget.
DynamicSituation-specific playbooks triggered by a customer utterance or dialog execution. A lightbulb icon on the widget alerts the agent when a Dynamic Playbook matches.

Create a Playbook

Create a Primary Playbook

  1. Sign in to the Platform.
  2. Select Agent AI > AGENT EXPERIENCE > Agent Playbook. Agent Playbook Path
  3. Select + New Playbook.
  4. Fill in the General Settings:
    FieldDescription
    Playbook NameA name that reflects the playbook’s purpose.
    DescriptionA short description of what the playbook covers.
    TypeSelect Primary (selected by default).
    TagsLabels for grouping and searching similar playbooks. Press Enter after each tag.
    Step ProgressionSequential — steps must be completed in order. Random — agents can complete steps in any order.
    ChannelsVoice or Chat.
    Configure how playbooks perform during runtime* Deterministic: The system uses NLP utterance-based models to trigger playbooks, steps, and adherence.
    * GenAI: The system uses GenAI models to trigger playbooks, steps, and adherences.
  5. Select Save. The playbook is created with two default stages (Open and Close), five sample steps, and the following note:
    You may experience runtime latency depending on the selected GenAI model.
  6. Select Done.

Create a Dynamic Playbook

  1. Sign in to the Platform.
  2. Select Agent AI > AGENT EXPERIENCE > Agent Playbook.
  3. Follow steps 3-4 from Create a Primary Playbook, but select Dynamic in the Type field.
  4. Select the Assignments menu to define which agents see this playbook. The default selection is Trigger for all interactions.
  5. Select the Triggers menu to define when the playbook appears on the widget.
  6. Choose a trigger type: By Customer’s Utterance:
    1. Enter an utterance.
      For Deterministic type step trigger and adherence, the AI suggests options similar to your entry. Select the utterances to include, and select Add.
    2. Select Save.
    By Dialog Execution:
    1. Select a Dialog Task from the Automation list.
    2. Select when the playbook triggers (Wait for dialog Execution for…):
      • Initiated — triggers when the Dialog Task starts.
      • Completed — triggers when the Dialog Task finishes.
  7. Select Save.

Configure Playbook Steps

Stages and Steps

Playbooks are organized into Stages (primary groupings) and Steps (tasks within each stage). Primary playbooks have Open and Close stages by default. Dynamic playbooks start with no stages — you add them manually.

Create a Step in a Primary Playbook

  1. Open the playbook and select + Add Step.
  2. Enter a Step Title and Step Body.
  3. To allow sending the step content to the customer, enable Enable send/copy button (available for Voice channel only).
  4. Select Add Buttons and choose Yes/No confirmation buttons.
    • Yes — marks the step as complete.
    • No — marks the step as incomplete.
  5. Optionally change button colors or delete buttons.
  6. Select Save.

Create a Step in a Dynamic Playbook

  1. Open the Dynamic Playbook and select + Add Stage.
  2. Enter a stage name and select the tick mark.
  3. Select + Add Step, then follow steps 2-6 from Create a Step in a Primary Playbook.

Step Adherence

Step adherence tracks whether an agent completed a step. By default, agents mark steps complete manually. You can configure automatic adherence based on utterances or dialog execution. To configure automatic adherence:
  1. Open the playbook and select + Add Step.
  2. Select Step Adherence.
  3. Choose an adherence method: By Agent’s Utterance:
    1. Enter an utterance.
      For Deterministic type step trigger and adherence, the AI suggests options similar to your entry. Select the utterances to include, and select Add.
    2. Select Save.
    By Dialog Execution:
    1. Select a Dialog Task from the Automation list.
    2. Select when adherence is recorded:
      • Initiated — step is marked complete when the task starts.
      • Completed — step is marked complete when the task finishes.
  4. Select Apply.

Assign a Playbook

Control which agents see the playbook.
  1. Open the playbook and select the Assign button in General Settings.
  2. Choose an assignment option:
    OptionBehavior
    Trigger for all InteractionsVisible to all agents for all interactions.
    Trigger for Selected AgentsVisible only to the selected agents or groups.
  3. Select Save.

Edit a Playbook

  1. Sign in to the Platform.
  2. Select Agent AI > AGENT EXPERIENCE > Agent Playbook.
  3. Select the vertical ellipsis(⋮) next to the playbook, and then select Edit. Playbook Edit Button
  4. Select Settings and make your changes.
  5. Select Update.

Delete a Playbook

  1. Sign in to the Platform.
  2. Select Agent AI > AGENT EXPERIENCE > Agent Playbook.
  3. Select the vertical ellipsis(⋮) next to the playbook, and then select Delete.
  4. Confirm by selecting Yes.

Edit a Step

  1. Sign in to the Platform.
  2. Select Agent AI > AGENT EXPERIENCE > Agent Playbook.
  3. Select Edit on the playbook.
  4. Select the step you want to edit.
  5. Make changes on the Step Configuration page.
  6. Select Update.

Delete a Step

  1. Sign in to the Platform.
  2. Select Agent AI > AGENT EXPERIENCE > Agent Playbook.
  3. Select Edit on the playbook.
  4. Select Delete on the step. Step Delete Button
  5. Confirm by selecting Yes in the Delete Step window.