# Bot Overview & Creation

***

### **Overview** <a href="#overview" id="overview"></a>

* The Bots module allows you to manage and organize AI chatbots in CX Genie.
* Each bot can be trained, configured, and deployed for scenarios such as customer support, lead generation, or onboarding.
* This page covers the **Bots Dashboard**, **view options**, and **how to create a new bot**.

***

### Bots Dashboard

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

* Go to the **Bots** tab in the left sidebar.
* Bots are displayed as cards (default **Grid view**).
* Each bot card shows:
  * Avatar + Name
  * Last updated time
  * ⚙️ Settings (edit)
  * 🗑️ Delete

### Switch Between Grid and List Views

* Toggle in the top-right corner:
  * **Grid view (🔲)** – cards with images.
  * **List view (☰)** – vertical list format.
* View preference is saved per user.

***

### Create a New Bot

1. Click **+ Create bot**.
2. Fill in bot details:
   * Name (required, max 50 characters).
   * Greeting message (optional, max 250 characters).
   * Avatar (choose from preset options).
3. Choose a template (Blank or predefined).
4. Click **Create new bot**.
5. System redirects to the bot’s configuration interface.

### Example / Use Case

* A company creates a bot named **OrderHelper** to handle order tracking.
* The admin adds a friendly greeting, picks an avatar, and selects the Blank template.
* After creation, they continue configuring training data and workflows.

### Notes

* You can create multiple bots depending on your package.
* Grid/List view is saved individually for each user.

[<br>](https://documents.cxgenie.ai/dashboard/overview)


---

# Agent Instructions: 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:

```
GET https://documents.cxgenie.ai/bots/create-a-bot/bot-overview-and-creation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
