# Chatbot Embed URL

In order to properly show your Chatbot, you first need to add your Chatbot Enabled Form to a new WordPress Page or Post. This new page will be used as the **"Chatbot Embed URL"** inside your Chatbot settings tab and is required in order for your Chatbot to function.&#x20;

The Chatbot Embed URL page should be a "standalone" page. ie. We highly recommend creating a new page without any other elements or sections. This page does not need to be crawlable or indexable to search engines.

1. To add a new page from your WordPress admin **hover over** **Pages > then click Add New.** (see screenshot)

![Adding a new page](/files/E0eRAYf4qDAYtU2KWKjO)

2\. To create your new standalone Chatbot Embed URL page for your Chatbot enabled form, there are 4 steps:

* Give your Chatbot page a title.
* Add your Chatbot enabled Gravity Form.
* In the advanced tab enable ajax.
* Click publish

![adding your Chatbot enabled form to a standalone page](/files/R9V2BilDbgDaLhjdfQqu)

Once the page has been published you can then update the Chatbot Embed URL inside your Chatbot settings.&#x20;

See also [How to build.](/building-your-gravity-bot/how-to-build.md)

{% hint style="info" %}
**Still need help?** Open a [*support ticket*](https://www.gravitybot.net/get-in-touch).
{% endhint %}


---

# 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.gravitybot.net/building-your-gravity-bot/chatbot-embed-url.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.
