> For the complete documentation index, see [llms.txt](https://docs.zipchat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zipchat.ai/installation-and-setup/account-management/manage-ai-agents.md).

# Manage AI Agents

The **AI Agent** section in Zipchat AI lets you create and manage multiple AI Agents, each functioning as a standalone chatbot. This feature is ideal for businesses with multiple websites, stores, or distinct customer audiences, ensuring every chatbot is tailored to its specific environment.

<figure><img src="/files/4TJ1TGLzty5eMO9bkt0V" alt=""><figcaption></figcaption></figure>

### **Key Features**

1. **Create Additional AI Agents**
   * Easily add new AI Agents, each acting as an independent chatbot.
   * Customize each agent’s behavior, tone, and responses to fit the needs of its audience or platform.
2. **Dedicated Training and Knowledge Base**
   * Each AI Agent has its own separate training and knowledge base.
   * Equip each chatbot with relevant information, such as product details or brand-specific messaging, for optimal performance.
3. **Custom Installation**
   * Install different AI Agents on specific websites or stores.
   * Tailor each chatbot to the unique content, objectives, and user expectations of its platform.
4. **Tailored Customer Interactions**
   * Align each chatbot with the brand it represents.
   * Example: Use a formal tone and styling advice for a luxury fashion store and a technical focus for a gadget shop.
5. **Manage AI Agents**
   * Switch between AI Agents for updates or monitoring.
   * Delete agents no longer needed to keep your setup streamlined.

***

### **Why Use Multiple AI Agents?**

* **Flexibility**: Serve multiple domains or brands with chatbots tailored to each audience.
* **Accuracy**: Ensure responses are relevant and aligned with specific content.
* **Improved Engagement**: Deliver personalized interactions that resonate with each customer group.

***

The **AI Agent** section gives you the tools to build a network of smart, specialized chatbots that enhance customer interactions across all your platforms. 🚀


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.zipchat.ai/installation-and-setup/account-management/manage-ai-agents.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
