Guidance Center

Learn how to provide guidance to automations in the Guidance Center.

Overview

When an automation needs additional context or clarification to proceed, it will raise a question (also called an exception). In Kognitos, exceptions are resolved by providing guidance — giving input to the system so it understands how to proceed. Using the Guidance Center, you can quickly provide guidance across automations to keep your processes running smoothly.

Getting Started

Access the Guidance Center from the top navigation menu. Here’s a quick walkthrough: ⬇️

Key Features

The Guidance Center contains the following key features:

Guidance Groups

Exceptions are grouped based on the automation step where each exception occurred. Using guidance groups, you can resolve similar issues together, instead of handling them individually.

Filters

Sort and filter exceptions by:

  • Agent

  • Assignee

  • Status (Pending, Archived, Answered)

  • Date (1 Week, 1 Month, 3 Months, Custom Range)

Exception Handling Modes

Use the Try New Flow toggle to switch between:

  • Group Handling (Try New Flow: enabled) - Resolve multiple related exceptions at once.

  • Individual Handling (Try New Flow: disabled) - Resolve exceptions one by one, a workflow used in the former Exception Center.


Providing Guidance

Providing guidance is the process of giving input (guidance) that helps the system understand how to resolve exceptions and continue execution. Guidance can take the form of a specific value, a decision to skip the issue, or another form of clarification. Additionally, guidance can be provided for individual exceptions or for an entire group of exceptions.

1. Group Exception Handling

Group exception handling allows you to resolve multiple exceptions at once. The Guidance Center automatically identifies and groups exceptions based on the automation step where each exception occurred. Instead of handling each exception individually, you can address the entire group. Additionally, group exception handling allows you to provide guidance using natural language instructions. Here's how:

1

Navigate to the Guidance Center

From the top navigation menu, go to the Guidance Center.

2

Try New Flow

Enable Try New Flow for group exception handling.

3

Select a Guidance Group

Select a guidance group by clicking on it.

4

View More Details

Open any run to view more details about an exception.

5

Provide Guidance in Natural Language

Provide instructions for resolving the exception. Then, click on Generate to create answer suggestions.

➡️ Best Practices

Provide clear instructions, including necessary context to avoid misinterpretations.

For the date, use the one from the invoice.
Match based on the Customer Name from the billing section.
6

Review Suggestions

Review the suggested answers. Hover over the icon to view an explanation summary.

7

Take Action

Decide how to handle each run, after reviewing the suggested answers. You can choose to submit, provide alternative guidance (individually or for multiple runs), or leave certain runs unresolved and return to them later.

Click on Choose another answer option to take an alternative action.

Individual Resolution Actions

These resolution actions can be taken on individual runs:

Enter your own answer directly, instead of using the system-generated suggestion. You can choose one of the following value types: Text, File Upload, or No Value. This option may be useful when the automation can’t infer the right answer.

Bulk Resolution Actions

Select one or more runs, then choose one of the following actions to apply to all:

2. Individual Exception Handling

The individual exception handling workflow (previously used in the Exception Center) is also available in the Guidance Center.

1

Navigate to the Guidance Center

From the top navigation menu, go to the Guidance Center.

2

Disable Try New Flow

Disable Try New Flow for individual exception handling.

3

Select an Exception

Select an exception to resolve from the bottom.

4

Select a Resolution Method

Select a resolution method to handle the exception.

5

Submit

Click Submit to submit the resolution.

Resolution Methods

When resolving exceptions in the Guidance Center, you can choose from several resolution methods:

Provide Value

Manually enter a static value to resolve the exception. Use this when you know the exact answer for simple values like names, numbers, dates, or text. Supports multiple input types (text, number, date, boolean, file upload, or no value). Character limit: 5,000.

Example:

Question: "What is the customer name?"
Answer: "John Smith"

Compute the Answer

Write executable automation code (a technique) that calculates the answer dynamically. Use this when the answer needs to be calculated from data, varies based on context, or requires extraction/transformation. The technique runs in a mini playground, and you can choose to use the output as the answer, retry the step, or skip the step. Character limit: 15,000.

Example:

Question: "What is the invoice total?"
Technique:
  open the invoice document
  extract the table named "Line Items"
  sum the "Amount" column

Skip

Bypasses the current step and continues to the next step. Use this for optional or non-critical steps, when you want to continue despite failures, or for testing. You can optionally provide additional facts before skipping.

Retry

Re-executes the failed step. Use this for temporary failures (network issues, rate limits, timeouts) or when waiting might resolve the issue. You can configure a minimum delay (wait time before retry) and timeout (maximum retry duration), both in seconds. Optionally provide additional facts before retrying.

Example:

Scenario: API call failed
Action: Retry after 5 seconds with 60-second timeout

Review

Approves a review request when the system needs human verification. Use this to approve extracted data, confirm actions should proceed, or validate quality control checkpoints.

Example:

Request: "Please review this extracted invoice data"
Action: Approve to proceed

Validate Facts

Provide or correct facts that failed validation. The system will run a technique with your corrected facts, then you choose to retry or skip the original step. Use this when extracted data is incorrect or incomplete, or when validation rules need to be overridden.

Example:

Issue: Invoice date extracted incorrectly
Action: Correct the date value

Replace Step

Replaces the problematic step with new steps you provide. Use this when the original step is fundamentally wrong, you need to change the approach entirely, or for one-time workarounds.

Example:

Original: "open file.xlsx"
Replace with: "open invoice_2024.xlsx"

Learning from Resolutions

Most resolution methods can be learned, meaning the same resolution will automatically apply to identical exceptions in the future. When submitting an answer, check the "Remember" checkbox and select where to apply (Draft Mode and/or Published Mode for processes, or agent's playgrounds). The learning will be stored and applied automatically to future identical exceptions, eliminating the need for repeated human intervention.

Notes

Exception Scope & Visibility

The Guidance Center only shows exceptions for published runs. Draft runs are treated as test runs, so they don’t generate exceptions. If you don’t see an exception, first check whether the process is published.

Last updated

Was this helpful?