LogoLogo
About
  • Home
  • Guides
  • BDK
  • REST API
  • BDK Overview
  • Planning Guide
  • Setup Guide
  • Development Guide
  • Deployment
  • Learning a BDK Book
  • Connection Commands
  • BDK API Reference
    • Concepts
    • Connections
    • Decorators
      • @book
      • @concept
      • @config
      • @connect
      • @oauth
      • @oauthtoken
      • @procedure
    • Docstrings
    • Enums
      • FilterBinaryOperator
      • FilterUnaryOperator
    • Filter Expressions
    • Noun Phrases
    • Procedures
Powered by GitBook
On this page
  • Learning Books
  • How to Learn a BDK Book

Was this helpful?

Export as PDF

Learning a BDK Book

A guide to learning a custom BDK Book in Kognitos.

Last updated 1 month ago

Was this helpful?

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>"

If you implemented any custom , make sure you also to your Book after learning.

connections
connect