Skip to main content
The Copilot: Knowledge Tile Node is an Agent Copilot Node that uses Knowledge AI to provide human agents with accurate information about customer questions.

Key Features

Prerequisites

Set Up the Copilot: Knowledge Tile

To set up the Copilot: Knowledge Tile, select the Flow where you configured Agent Copilot in Build > Flows and add the following Nodes in the Flow editor:
  • If Node โ€” separates the Copilot: Knowledge Tile Node from other Agent Copilot Nodes. This separation prevents the content of other widgets from updating while the AI Agent uses Copilot: Knowledge Tile Node.
  • First Copilot: Knowledge Tile Node โ€” starts the knowledge retrieval.
  • Once Node โ€” guarantees that the Flow executes the Copilot: Knowledge Tile Node once.
  • Second Copilot: Knowledge Tile Node โ€” a duplicate of the first Copilot: Knowledge Tile Node that executes the knowledge retrieval.

If Node

  1. Click + under Start and add an If Node.
  2. In the Condition field, enter input.data._cognigy._agentAssist.payload.tileId === TILE_ID, where TILE_ID is the Tile ID you created in the Agent Copilot configuration.
  3. Move other Agent Copilot Tile Nodes after the Else Child Node.

First Copilot: Knowledge Tile Node

  1. After the Then Child Node of the If Node, add the first Copilot: Knowledge Tile Node.
  2. Configure the following fields:
    • Tile ID โ€” enter the Tile ID you created in the Agent Copilot configuration.
    • Knowledge Source โ€” select the Knowledge Source from which you want to retrieve information.

Once Node

  1. Add a Once Node after the If Node.

Second Copilot: Knowledge Tile Node

To copy the first Copilot: Knowledge Tile Node and paste it after the On First Time Child Node, do the following:
  1. Click the first Copilot: Knowledge Tile Node and press Cmd + C or Ctrl + C.
  2. Click the On First Time Child Node and press Cmd + V or Ctrl + V.
For more detailed information about the Copilot: Knowledge Tile Node, read the Copilot: Knowledge Tile Node reference.

More Information

โŒ˜I