# Chatbot

The **chatbot** is currently available **only for Premium users**. If you have any questions, please contact us by **email**.

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

* Go to the **chatbot page** and create a **new chatbot**.
* After creating the bot, you can **edit, delete, or enable/disable** it if needed.

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

**Chatbot Configuration Grid**\
The bot flow consists of **three interconnected node types**, which create a sequential and structured interaction path:

* **Event** – defines **when the chatbot should start**.
* **Condition** – evaluates **whether certain criteria are met**.
* **Action** – represents **a step or task that the chatbot performs**.

<div align="left"><figure><img src="/files/ddGiTTqmZOOkUhKYOZUO" alt=""><figcaption></figcaption></figure></div>


---

# 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.livecaller.io/livecaller/services/chatbot.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.
