# How to

- [Change the Default Playbook](https://docs.intelliticks.com/how-to/change-default-playbook.md): This article explains how to make the new playbook created by you as the default playbook
- [Schedule meetings on calendar](https://docs.intelliticks.com/how-to/schedule-meetings-on-calendar.md)
- [How to integrate calendly for meetings](https://docs.intelliticks.com/how-to/schedule-meetings-on-calendar/how-to-integrate-calendly-for-meetings.md)
- [How to integrate Acquity for meetings](https://docs.intelliticks.com/how-to/schedule-meetings-on-calendar/how-to-integrate-acquity-for-meetings.md)
- [How to Integrate YouCanBook for meetings](https://docs.intelliticks.com/how-to/schedule-meetings-on-calendar/how-to-integrate-youcanbook-for-meetings.md)
- [Block a User](https://docs.intelliticks.com/how-to/block-a-user.md): This document explains steps to block and unblock a user. Blocking a user will make the chat widget unavailable for that particular user.
- [Delete a User](https://docs.intelliticks.com/how-to/delete-a-user.md): This document explains steps to delete a user. Deleting a user will delete all the conversations and the data associated with the user from the records.
- [Hide trigger message from website](https://docs.intelliticks.com/how-to/hide-trigger-message-from-website.md)
- [How to show chatbot in right middle of website](https://docs.intelliticks.com/how-to/how-to-show-chatbot-in-right-middle-of-website.md)
- [Start chatbot on a button click](https://docs.intelliticks.com/how-to/start-chatbot-on-a-button-click.md)
- [Create chatbot landing page](https://docs.intelliticks.com/how-to/create-chatbot-landing-page.md)
- [Customize Landing Page Link](https://docs.intelliticks.com/how-to/customize-landing-page-link.md): This article explains how to customise chat bot landing page according to your website.
- [Enable Notifications on browser](https://docs.intelliticks.com/how-to/enable-notifications-on-browser.md)
- [Popup bot on Facebook page automatically](https://docs.intelliticks.com/how-to/popup-bot-on-facebook-page-automatically.md)
- [How to send data to chatbot via Javascript](https://docs.intelliticks.com/how-to/how-to-send-data-to-chatbot-via-javascript.md)


---

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