# Creating a new bot

#### **Create a new bot**&#x20;

{% stepper %}
{% step %}
To create a new bot, simply click **'Add new'.**

<div data-with-frame="true"><figure><img src="/files/t4tZ2y18YDdGRNDyooj5" alt="" width="563"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}
Continue through the sequence and choose which venue you would like to add your bot to. You have the option to search for your restaurant or choose from the list provided below.

<div data-with-frame="true"><figure><img src="/files/sEhYlTtJWqaIxMv8v4ME" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Note the two options available for bots:

* AI agent for restaurants (most common)
* Reservation agent

<div data-with-frame="true"><figure><img src="/files/SmkaMxT4mMdf2Tt2JmZJ" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
The final step will be to decide whether you would like to create your bot from scratch or clone it.

<div data-with-frame="true"><figure><img src="/files/EzfhvlzGvyAmPPQe8eW2" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
If you choose to clone a bot, choose a previously made bot to copy and click **Clone Bot**.

<div data-with-frame="true"><figure><img src="/files/ZUQVIfPXQLtqe32P671v" alt="" width="290"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}
Otherwise, you can create your bot **From scratch**, which offers a higher level of customization and feature control.

<div data-with-frame="true"><figure><img src="/files/32u5IU0EzEuymqhRDASN" alt="" width="174"><figcaption></figcaption></figure></div>

{% endstep %}
{% endstepper %}


---

# 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.bookline.io/client-portal/products/creating-a-new-bot.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.
