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


---

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