> For the complete documentation index, see [llms.txt](https://docs.intelliticks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intelliticks.com/how-to/create-chatbot-landing-page.md).

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