> 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/customize-landing-page-link.md).

# Customize Landing Page Link

**Follow these steps to set your playbook as the default playbook:**

* Create a chat bot landing page.
* Right click on the chat-bot landing page and go to "view page source".
* A new tab will open, copy all the contents of that page.
* Paste the content in your website.

**Steps To add the page in your WordPress website**

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

![](/files/-M3o_qgpBafuCORIBgHI)

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

![](/files/-M3ohWoVFK8ZL5EjF6T6)

* 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>".
* Paste the following in the column just below "Add Title".

```
<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;
