Skip to main content
Updated in 4.72
Copilot Knowledge Tile Node configuration panel

Description

This Node provides potential answers to human agents regarding customer questions. The Node creates an Agent Copilot widget that consists of a search bar and a response form. Additionally, it provides meta-source links, information about the files from which knowledge was derived and hints for further questions. The human agent uses the search bar to access a knowledge base and find information to respond to customer queries. Responses are generated based on a Large Language Model (LLM) via Knowledge AI. Before using the Copilot: Knowledge Tile Node, configure the LLM provider in the Settings and select the appropriate model from the supported model list. This Node supports models with the LLM Prompt Node and the Search Extract Output Node features. To set up the Copilot: Knowledge Tile Node, you need two Nodes for the Flow configuration: one to initiate the knowledge search process and the second one to execute it. Additionally, to prevent the content of other widgets from updating during the Node’s operation, move the Nodes under the Else child Node of the If Node. For more information, refer to the Configuration section.

Parameters

If you are using Live Agent as a handover provider, you can forward information from the widget to the Reply to User section by clicking forwarder and then sending it to the end user.For other providers, use the alternative option Enable copy to clipboard button to activate the Copy button on the tile. For Salesforce, to activate the Copy button, update your Salesforce integration using this guide.
  • You can add CognigyScript within Source Tags.
  • Source Tags are always lower-case, only alpha-numerics (a-z, 0-9), underscores, and hyphens are allowed.
  • When using CognigyScript for Source Tags, it is important to lowercase them. For example, by using the following: {{input.text.toLowerCase()}}.

Configuration

To use the Copilot: Knowledge AI widget, configure the following Flow:
  1. Add an If Node.
  2. Open the If Node editor.
  3. In the Condition field, specify the following condition: input.data._cognigy._agentAssist.payload.tileId === "tile-id", where tile-id is a Knowledge tile ID that you created in the Agent Copilot configuration via API.
  4. In the Knowledge Store field, select the source that you want to use for searching knowledge.
  5. Below the Then child Node, place the Copilot: Knowledge Tile Node.
  6. Below the Else child Node, add the other Copilot tile Nodes. This step is necessary to ensure that the content of these Nodes does not get updated during the operation of the Copilot: Knowledge Tile Node.
  7. Below the Copilot: Knowledge Tile Node and other tile Nodes, place the Once child Node.
  8. Below the On First Time child Node, add a duplicate of the Copilot: Knowledge Tile Node.
If the Flow is not working or issues arise with the Knowledge Source, try creating a new Agent and running the Flow in it.
Knowledge Tile Flow configuration with If, Once, and Knowledge Tile Nodes
Test your Flow by using a Demo Webchat in the Webchat Endpoint. You can use Live Agent as a handover provider or any other available provider.
Knowledge Tile widget showing search results in Agent Copilot

More Information

Last modified on June 15, 2026