> 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-a-chat-flow/ai-chatbots.md).

# AI Chatbots

<figure><img src="/files/AdJKe4zf7jKUUT5YtVvk" alt="After setup, the &#x22;My AI Chatbots&#x22; window is the first step of creating a Chat Flow. In the context of Chat Flow creation, users can select an existing AI Chatbot or create a new one from scratch by clicking the &#x22;+AI Chatbot&#x22; button."><figcaption><p>After setup, the "My AI Chatbots" window is the first step of creating a Chat Flow. In the context of Chat Flow creation, users can select an existing AI Chatbot or create a new one from scratch by clicking the "+AI Chatbot" button.</p></figcaption></figure>

Once you name your Chat Flow, you will be taken to ***Step 1: AI Chatbot*****.**&#x20;

Select the AI Chatbot you want to be involved in this particular Chat Flow. Think of it as choosing the AI Chatbot that will interact with your audiences through your platform (your website or social media platform, to name a few). &#x20;

You can proceed with *Step 1: AI Chatbots* in two ways:

## Create an AI Chatbot

If players create an AI Chatbot from scratch while making a Chat Flow, the AI Chatbot they will create will automatically be assigned to the Chat Flow they are setting up.&#x20;

Click ![The "+AI Chatbot" button inside the "Step 1: My AI Chatbots" window of creating a Chat Flow will take users to the steps of creating an AI Chatbot that will automatically be assigned to the Chat Flow.](/files/U57dEeHzJG0MFnTJh5Nb), and you will be taken to the same steps of this page:&#x20;

{% content-ref url="/pages/qj0en0fKQZYaeiNnVhqE" %}
[Create an AI Chatbot](/start-creating/create-an-ai-chatbot.md)
{% endcontent-ref %}

## Select an existing AI Chatbot

Click the Chatbot you want to use. Make sure it is fully functional.&#x20;

If you want to check its details, click ![If you select an existing AI Chatbot during the "Step 1: My AI Chatbots" of the Chat Flow set up process, you can click the "Next: Import your Information" button to upload data to be ingested. ](/files/p9NpMOD1I8w92PE5Qd4X). It will take you to the same steps of this page:

{% content-ref url="/pages/PIXeGBDLLz85r7jdkPWF" %}
[Import Your Own Information](/start-creating/create-an-ai-chatbot/import-your-own-information.md)
{% endcontent-ref %}

## Next steps

Once you've made your choice, you can move forward by either:

### If you created a new AI Chatbot

<figure><img src="/files/1QnaOfG5NpjVjtRjMn2Y" alt=""><figcaption></figcaption></figure>

After going through the steps of [#create-an-ai-chatbot](#create-an-ai-chatbot "mention"), you will end up in the ***Select Integration*** view. When finished with your Integrations, click ![](/files/VPwNZ51WmnauF4VN5dOk)

### If you selected an existing AI Chatbot

<figure><img src="/files/Pavapk2Y83ONqNNtApdi" alt=""><figcaption></figcaption></figure>

After selecting an existing AI Chatbot, click ***Step 2: Channel***, as seen on the left side of the screen.

&#x20;![](/files/WyGUyD8hKBEe5kT1LSjw)

***


---

# 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-a-chat-flow/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.
