> For the complete documentation index, see [llms.txt](https://docs.gravitybot.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gravitybot.net/building-your-gravity-bot/chatbot-embed-url.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gravitybot.net/building-your-gravity-bot/chatbot-embed-url.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
