# Building your Gravity Bot

- [How to Build](https://docs.gravitybot.net/building-your-gravity-bot/how-to-build.md): This article serves as an overview for building Chatbot Enabled Forms.
- [Page Conditional Logic](https://docs.gravitybot.net/building-your-gravity-bot/page-conditional-logic.md): This help doc article helps you to configure your Chatbots conditional logic.
- [Chatbot Embed URL](https://docs.gravitybot.net/building-your-gravity-bot/chatbot-embed-url.md): Adding your Gravity Bot enabled form to your WordPress website.
- [Clicker Shortcode](https://docs.gravitybot.net/building-your-gravity-bot/clicker-shortcode.md): How to add the Gravity Bot shortcode to a WordPress page or post.
- [Enable Chatbot Confirmation](https://docs.gravitybot.net/building-your-gravity-bot/enable-chatbot-confirmation.md): Enabling the Gravity Bot custom confirmation.
- [Downloading CRM add-ons](https://docs.gravitybot.net/building-your-gravity-bot/downloading-crm-add-ons.md): Learn where to download a Gravity Forms CRM add on.


---

# 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.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.
