> 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/dashboard/homepage/setup.md).

# Setup

<figure><img src="/files/pDzEL1kiZSHU7rPpBrJU" alt="In the main Captivate homepage, you can access &#x22;AI Chatbots&#x22; and &#x22;Chat Flows&#x22; by clicking the &#x22;Setup&#x22; dropdown located in the left-side dashboard."><figcaption><p>In the main Captivate homepage, you can access "AI Chatbots" and "Chat Flows" by clicking the "Setup" dropdown located in the left-side dashboard.</p></figcaption></figure>

**Setup** is where the magic happens!&#x20;

Clicking the drop-down arrow will reveal the following components:

### AI Chatbots

Create and edit all your AI Chatbots in  ![The AI Chatbots button in the Homepage](/files/Ke2WQPp9TNe49kCxMS76).

### Chat Flows

Create and edit your Chat Flows in  ![The Chat Flows button in the Homepage](/files/8d3fBxgvx0bQ6j0VLuWm).&#x20;

***

Clicking either **AI Chatbots** or **Chat Flows** for the first time will reveal an empty tab. However, they will slowly get populated by AI Chatbots and Chat Flows as you use our platform.&#x20;

If you want to skip straight to creating your AI Chatbots and Chat Flows, you can check these guides:

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

{% content-ref url="/pages/TeFDhW0EXurIMO8BpHpV" %}
[Create a Chat Flow](/start-creating/create-a-chat-flow.md)
{% endcontent-ref %}


---

# 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/dashboard/homepage/setup.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.
