Agent Management

Managing Resources

Learn how to add and manage Knowledge Bases and Actions for your agent

What are Resources?

Resources are components that give your agent capabilities. There are 2 types of resources:

Knowledge Base

Data and information that the agent can use to answer questions

Manual (direct text)
URL (web page)
HTTP (API endpoint)
Sitemap (multiple URLs)
Domain (full website)
File (documents)

Actions

Ability to perform actions like calling external APIs

HTTP (call API)
More types coming soon

Resources Page

Resources Page

Resources Page with Knowledge Base and Actions

The Resources page displays all Knowledge Bases and Actions you have added to the agent.

Resources Page Features:

  • • Filter by type (All, Knowledge, Actions)
  • • Search resources
  • • Training status (for Knowledge Bases)
  • • Pagination for many resources
1

Creating Knowledge Base

Create Knowledge Base

Select the Knowledge Base type to create

Click the "Create Resource" button to add a new Knowledge Base.

Knowledge Base Types:

Manual

Direct text input. Suitable for FAQs, product information, or data you already have.

URL

Fetch content from a single web page. Agent will read and learn the page content.

HTTP

Fetch data from API endpoint. Useful for dynamic data that changes frequently.

Sitemap

Fetch multiple URLs from sitemap.xml. Suitable for documentation or blogs.

Domain

Crawl entire website. Agent will read all pages found.

File

Upload documents (PDF, TXT, DOCX, etc). Agent will read the document content.

2

Creating Actions

Create Actions

Select the Action type to create

Click the "Actions" tab in the Create Resource modal to add an action.

Action Types:

HTTP

Call external API to perform actions (GET, POST, PUT, DELETE).

Example uses:

  • • Send email
  • • Create support ticket
  • • Update database
  • • Trigger webhook
3

Managing Resources

Each resource card displays information and actions you can perform.

Resource Information:

Name & Type

Resource name and type (Knowledge/Action)

Status

Training status (Pending, Training, Ready, Failed)

Created Date

Date resource was created

Resource Actions:

Edit

Modify resource configuration

Retry

Retry training if failed

Delete

Delete resource permanently

Training Status

Knowledge Bases need to be processed (trained) before they can be used by the agent.

Pending

Waiting to be processed

Training

Being processed

Ready

Ready to use

Failed

Failed to process (click Retry)

Deleting Resource

When you delete a resource, here's what happens:

Resource permanently deleted

Cannot be recovered

Agent can't access the data

Information from resource no longer available

Chat history remains

Old conversations are not deleted

Tips & Best Practices

Start with Manual

For testing, use Manual knowledge base first

Use clear names

Descriptive resource names make management easier

Update regularly

Update knowledge bases when information changes

Monitor training status

Ensure all resources are in "Ready" status