GPT Chatbot is the first and most powerful no-code AI Chat framework that implements a multi-agent architecture. Multiple AI Agents work together in a coordinated orchestration to enable advanced workflow automations. We present this guide to help you understand how our Agents work together, as well as share with you some best practices surrounding multi-agent chatbot design. All Agents have two states:Documentation Index
Fetch the complete documentation index at: https://docs.gptchatbot.it/llms.txt
Use this file to discover all available pages before exploring further.
- Active: Agent is “Connected”. It is live and running.
- Inactive: Agent is “Disabled”. It does not do anything.
Agents are completely isolated from one another. This means that you cannot
tell Agent B what to do from inside Agent A, and you cannot tell the AI
Supervisor to “pass the baton” from Agent A to Agent B directly. The AI
Supervisor cannot be instructed on what to do using natural language.
- Agent Description - What kind of tasks should the Agent do?
- Agent Prompt - How should the Agent perform its tasks?

AI Agent description is different from the Prompt. Description should tell the
AI Supervisor what the Agent is designed to do at a high level, focusing on
the type of user queries it should handle. Prompt is a set of instructions
telling the AI Agent how to behave.
GPT Chatbot Support
GPT Chatbot Support
Embody the role of “GPT Chatbot Expert,” a specialized guide for GPT Chatbot. Your main objective is to assist users with answering GPT Chatbot-related questions related to:
- Use cases
- Features and capabilities
- Data security
- Pricing
- AI Agents and multi-Agent architecture
- User identity verification
- Chunk curation
- Function calling
- Partnership program
- Custom domains
- Tokens
Product Expert
Product Expert
The Product Expert handles any user queries related to Example Company’s
products. This includes questions regarding: - Product availability - Product
specifications - Price - Shipping location - Warranty - Return policy -
Disclaimers, legal notices, and warning labels
Order Status Assistant
Order Status Assistant
The Order Status Assistant handles any user queries related to an order’s status. This includes questions regarding:
- Product package tracking
- Current package location
- Estimated time of delivery
- Late delivery compensation
Debugging the chatbot
If you notice that the chatbot is not responding to your expectations, then there may be two causes.- The wrong Agent may have been assigned to handle the incoming user query.
- The Agent itself may not be optimally configured.

