# Create chatbot landing page

Below are the steps to create direct link to the chat bot/playbook.

* Login to our admin panel and go to AI builder (from the left sidebar menu)
* Create a playbook under Web playbooks or choose an existing playbook under Web playbooks.
* Go to Deploy menu as shown in the image below

![](/files/-LzmAYKZS_sLSeiZlk00)

* At the bottom of the page you can find direct link to the playbook/chat bot. This link can be used to share the chat bot with anyone or on your ad campaigns.

#### Customising the chat bot link

* Open the link in a chrome browser.
* Right click on the page and click on "view page source" to view the page source.
* Copy the page source. You can deploy the above html to your own website with any URL or your choice.

#### **Adding the page in WordPress website**

* Login to your WordPress account and navigate to dashboard.
* Go to the pages section.

![](/files/-M3omBj8zh7DPkWu7Zwm)

* Click on "Add New" .
* Press "Ctrl + shift +Alt + M" it will change the editor.

  ![](/files/-M3ohWoVFK8ZL5EjF6T6)

![](/files/-M3omXBUzkvhg6TViwwI)

* Click on Add title and Add title of your choice for the page.

* Paste everything you previously copied under the column "Insert Script to \<head>".

```markup
<body class="iticks-landing">
</body>
```

* Click on Publish on the top Right corner of the page.

* And you are done. The chat bot URL will be customised according to your website.&#x20;

![](/files/-M3o_qgpBafuCORIBgHI)


---

# 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.intelliticks.com/how-to/create-chatbot-landing-page.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.
