> 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

This article explains how to customise chat bot landing page according to your website.

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

![](https://3241020264-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LV26ZH2qOAtZoupy1GS%2F-M3oPQlA8VYOqAFg2WtE%2F-M3o_qgpBafuCORIBgHI%2FScreenshot%20from%202020-04-01%2012-37-15.png?alt=media\&token=2eb4e6ce-a9c0-49af-8bf6-33baa74a2004)

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

![](https://3241020264-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LV26ZH2qOAtZoupy1GS%2F-M3oPQlA8VYOqAFg2WtE%2F-M3ohWoVFK8ZL5EjF6T6%2FiTCu9L1Cs9cW.png?alt=media\&token=77bf40e8-3a45-4041-8764-1f95b13f056c)

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