# Custom bots

## Build Your First Bot From Scratch

{% stepper %}
{% step %}
In the AI Builder screen, navigate to custom bots

<figure><img src="/files/z5GJWzMET7rcmQjnUZxX" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Under custom bots section click on "Create Bot" card and enter a name for the Bot.

<figure><img src="/files/Amx9OJ5wnnE4eQ8q5iUr" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
After creating a bot, Let's add a playbook root node - like a "**Quick Reply (With Branches)**" Node or any other node which you want as a root node.

<figure><img src="/files/sBvur9UTWOrPeD63FUiu" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
To edit node simply click on edit icon, which is at the top right corner of added node.

<figure><img src="/files/jQPH2rygVlMrEun4WpnF" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
To add more nodes on the playbook conversation flow click on plus icon which is shown below the node.

<figure><img src="/files/OZX9foDR8kL8XPoeKT2S" alt=""><figcaption></figcaption></figure>
{% 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.quickreply.ai/product-modules/ai-builder/shopify-and-non-shopify-bots/custom-bots.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.
