> For the complete documentation index, see [llms.txt](https://manual.captivatechat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.captivatechat.ai/start-creating/create-an-ai-chatbot/modify-your-ai-chatbots.md).

# Modify your AI Chatbots

After you finish creating your AI Chatbot, you will return to the ***Setup > My AI Chatbots*** view. Your newest AI Chatbot will be displayed as the first tile from the top left of your list.&#x20;

To maintain an existing AI Chatbot, select the tile from the list provided.  You can then proceed using any of the following steps:&#x20;

***

## Click the tile or the settings

<figure><img src="/files/xD6yQ1fkeuGtsFKzvzUL" alt="Click on any AI Chatbot or the hamburger tile menu beside the AI Chatbot of your choice to access its settings (Edit, Duplicate, Delete)."><figcaption><p>Click on any AI Chatbot or the hamburger tile menu beside the AI Chatbot of your choice to access its settings (Edit, Duplicate, Delete).</p></figcaption></figure>

You can modify your AI Chatbot by first **clicking any AI Chatbot tile or by clicking the settings (** ![Click the hamburger tile menu beside the AI Chatbot of your choice to access its settings. You can edit the AI Chatbot to go through the AI Chatbot creation process, make a copy, upload new data, do testing, or delete it entirely.](/files/KST6nVMhsZouA9SL5Nug) **) ,** and then choosing an action you want accomplish:&#x20;

* **Edit:** Adjusts all parameters of the AI Chatbot.
* **Duplicate:** Creates a copy of the AI Chatbot.
* **Delete:** Permanently deletes the AI Chatbot.


---

# 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://manual.captivatechat.ai/start-creating/create-an-ai-chatbot/modify-your-ai-chatbots.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.
