# Chatbots Dashboard

Once logged in, you can view the following [dashboard](https://flow.botdistrikt.com/bots).

<figure><img src="/files/F0s5A2f7zYflwfRmR5R0" alt=""><figcaption><p>Chatbot Dashboard</p></figcaption></figure>

1. Click on **Add New Bot.** You will be instantly redirected to the [new](https://flow.botdistrikt.com/new) dashboard.

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

2. Select from **Blank Bot**/**Import Bot**/**Food Ordering Bot\***.

<figure><img src="/files/IqDakT9XbxFwsWkH2jKd" alt=""><figcaption><p>Add New Chatbot --> Select from Blank Bot/Import Bot/Template Bot</p></figcaption></figure>

In case, the BotDistrikt team has already created a bot for you through your registered email ID, you can view your bot on the Chatbot dashboard.

<figure><img src="/files/EqrFsEyXgWHcvl08lana" alt=""><figcaption><p>Sample Bot Dashboard with (Sample) Bot Created by BotDistrikt Team</p></figcaption></figure>

Click on your sample chatbot, or **Add new bot.** You will be redirected to the **BotDistrikt Dashboard** where (from the left-hand side navigation panel) you can update your bot's:

* Personality
* Dashboard
* Forms
* Rules
* Stories
* Responses
* Users
* Inbox
* Broadcasts
* Integrations
* Settings

\***Blank Bot**

<figure><img src="/files/QW4ItVjHhZ4hwjcF5hlM" alt=""><figcaption><p>Add a Blank Bot - Homepage (first step)</p></figcaption></figure>

Click on **Next Step** to **Setup your greeting story** with a small walkthrough.

<figure><img src="/files/VvfUqkVbDxVG1QIsb6cx" alt=""><figcaption><p>Setup your chatbot (walkthrough)</p></figcaption></figure>

Skip this to proceed to the main **Dashboard.** You can always update the skipped details on the main dashboard.

\*<mark style="color:blue;">**Import Bot**</mark>

**\*Template Bot**

<figure><img src="/files/RPgXZsF7f5lOS9R1314u" alt=""><figcaption><p>Add a Template Bot (e.g. Food Ordering Bot)</p></figcaption></figure>

Click on **Next Step** to proceed to set up business specifics.&#x20;

<figure><img src="/files/zrsK80auVzZMD1L3AMhA" alt=""><figcaption><p>Template Bot - Setup your Food Ordering Bot with Business Specifics</p></figcaption></figure>

Enter basic details:

* **Restaurant Address**
* **Country** (of operation)
* **Currency**
* **Opening Hours**
* **Contact Email**

<figure><img src="/files/j24GGu5MNGgTlv8AH9kM" alt=""><figcaption><p>Enter Menu Categories</p></figcaption></figure>

Enter parent **Menu Categories** (type a category and press tab).

<figure><img src="/files/f5insCYzqHpZ0nIUtT5K" alt=""><figcaption><p>Add Menu Items</p></figcaption></figure>

1. Click **Add Item** at the bottom of the default **Menu Items** and add a menu item.
2. Add a title
3. Add a menu image
4. Select from the dropdown menu categories. Update your menu categories from **Menu Categories.**
5. Click the delete icon to delete the current menu item
6. Move the current menu item up and down the menu.

<figure><img src="/files/aM9F8AlDacA0DaDl92su" alt=""><figcaption><p>Delivery Details</p></figcaption></figure>

Enter delivery details in the last section:

* **Delivery - Minimum Order Value** (enter delivery fee).
* **Free Delivery - Minimum Order Value** (enter minimum order value to avail free delivery).
* **Delivery Fee - Fixed** (enter delivery fee for orders below minimum order value threshold).

Click **Next Step** to proceed.

<figure><img src="/files/bdR4Rs7dMvo9ndFAINaN" alt=""><figcaption><p>Generating Food Ordering Bot after Entering Specifics</p></figcaption></figure>

Your Template Bot for your food business is generated.&#x20;


---

# 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://docs.botdistrikt.com/introduction/setup/chatbots-dashboard.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.
