Providing Guidance
An overview of providing guidance to an automation in Kognitos.
Last updated
Was this helpful?
An overview of providing guidance to an automation in Kognitos.
Last updated
Was this helpful?
When the automation needs additional context or clarification to proceed, it will raise a question. A question is an exception that requires user guidance to proceed.
There are two ways to identify processes that require user guidance.
To identify processes requiring guidance, navigate to the Exception Center via the left sidebar.
An email notification will be sent from Kognitos Automation when guidance is required. Click on Take Action in the email to be redirected to the Exception Center.
This section will overview how to provide guidance in Kognitos along with different exception types, resolution methods, and input options.
Provide data: The automation cannot find a file or a particular data point from the document.
Automation error: There is an internal issue with the program and the automation is unable to proceed.
Translation error: The automation doesn't understand what's being asked, mainly due to syntactical errors.
Provide method: The automation understands what's being asked, but requires more detail to proceed.
Review data: The automation requires human review before proceeding.
This option allows you to type in any value for the requested field.
Note: For this option, your English doesn't need to be formatted as it would be for an automation—any value will work.
This option allows you to upload a file in response. Click the icon and select a file from a local folder to upload.
This option lets you manually select the desired field within the document by clicking and dragging a box around it.
🚧 SyntaxTo use this option, ensure you use the syntax
get the <X> as a scanned document
. For example:Note: Do not use
document
as the value for<X>
.
This option allows you to say "at this time no value is needed or necessary". This option is useful when a value is unavailable or not applicable. Internally, a dash ("-") will replace the value as a placeholder.
This option retries the failed automation step. It may be helpful if the exception was caused by a network error or a timeout.
The automation can be re-executed post a certain period of time, that can be determined by you.
This method allows you to modify the automation to resolve the exception. Use the Mini-Playground to refine and test the automation without affecting the main process.
This option bypasses the step in the automation. Skipping a step can lead to another exception if the step resolves data that is referenced later in the automation.
For example: An exception occurs with the message "Could not get a file as a scanned document". The user chooses the Skip this step option. Later, the automation attempts to reference the document, resulting in a new exception: "Please provide scanned document."
For each resolution method, you have the option to mark each answer as:
Secret
Always use this answer for this department?
This option saves your answer as an encrypted secret. It can be viewed by admin users if saved as a Learning.
This option sets the response to the error for that specific line of English to be applied across the agent. This option is helpful for very common errors.
For example, if you are working with a system that often times out, using the Retry option could be a helpful option to set for use across the entire agent.