Skip to main content
Your agent can help its users to talk to him with Datasources. A datasource is a list of preset of inputs wich will prefill the chatbox input by text, attachments, tools or metadata. Each agent needs to be configured with its own Datasources. Datasource can be designed from a simple static items list or a more complex data fetch from Automation.

Adding a Datasource

  • Go to AI Knowledge > your agent > Advanced > Datasources.
  • Click on “Add a datasource”.
  • Fill the form
Options is the way your list will be populated. You can fill your own options statically in this form, or you can define a endpoint URL in optionsEndpoint field. Once the datasource is saved, your agent will display a + icon instead of the attachment button: image.png This button will display a menu with every of you datasources titles: menu.jpg with items listed in a right sidebar: items.jpg

Datasource options Endpoint

You can set a endpoint to tell agent where to find and paginate items datasource. This endpoint must Output the following structure:
You will find a template ready to import as a new Workspace here.