> 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/clicker-shortcode.md).

# Clicker Shortcode

{% hint style="info" %}
**Please Note:** The Gravity Bot clicker shortcode will only work if you have also added the actual Form to a standalone page and updated the Chatbot Embed URL inside your plugins settings. See our [*Chatbot Embed URL documentation article*](/building-your-gravity-bot/chatbot-embed-url.md) for help.
{% endhint %}

Adding the Gravity Bot shortcode <mark style="color:blue;">**\[chatbot formid="7"]**</mark>

* For page builders such as **WPBakery or Elementor,** you will choose the text block/module then paste the shortcode directly inside the text block.
* Paste the shortcode \[chatbot formid="7"] inside the field. (see screenshot)
* Update the "7" with the actual form ID of your Chatbot-enabled form.&#x20;

![Text block](/files/4nBglY1LpXWeSWVZZ6Se)

* For sites using the **Gutenburg editor** simply click the + icon and then choose the shortcode block.&#x20;
* Paste the shortcode \[chatbot formid="7"] inside the field. (see screenshot)
* &#x20;Update the "7" with the actual form ID of your Chatbot-enabled form.&#x20;

![Shortcode block](/files/xKqjURzfCuJytLbYNphb)

{% 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:

```
GET https://docs.gravitybot.net/building-your-gravity-bot/clicker-shortcode.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.
