AI Agent lets your business use AI to respond instantly based on your own business data and knowledge.Documentation Index
Fetch the complete documentation index at: https://chatbotx.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
How to create a new AI Agent
To create a new AI Agent:- Go to AI Hub from the navigation menu.
- Click + Create AI Agent.

- Fill in the required information and configure your Agent.

Provide information to the AI Agent
To help your AI Agent answer customers as accurately as possible, you need to give it business information and data. There are 2 main ways to do that:1. Add information in the System Message (Prompt)
The System Message acts as the core guidance for the AI. In the Prompt field, you can provide your business introduction, response style, and any general rules you want the Agent to follow while talking to customers.
2. Add Tools
Tools help the AI Agent do more than just answer questions. There are 3 kinds of Tools you can attach to an Agent:
- Upload documents in the Knowledge section.
- In the Agent settings, select the uploaded files that the Agent should use as reference sources.
- Open AI Functions, create a Function, and define its endpoint, method, and parameters.
- Attach the Function to the Agent so the Agent knows when to use it.
- Open MCP Servers and add the server endpoint you want to connect.
- Attach that MCP Server to the Agent in its settings.