Learning a BDK Book

A guide to learning a custom BDK Book in Kognitos.

Learning Books

Before an agent can use a Book’s procedures in a Playground or Process, it must first learn the Book. This allows the agent to recognize the Book and its procedures.

Follow the steps below to learn your custom Book after deployment.

How to Learn a BDK Book

  1. Retrieve the HTTPS endpoint from your deployment.

  2. Place this at the beginning of your automation, substituting your own endpoint in the syntax:

learn "https://<your-endpoint>"

Last updated

Was this helpful?