# Checklist By Alvis

## Checklist By Alvis

- [Checklist introduction](https://docs.checklist.getalvis.com/master.md): Get your users to their aha! moment faster.
- [HubSpot Installation](https://docs.checklist.getalvis.com/hubspot-installation.md)
- [Widget installation](https://docs.checklist.getalvis.com/widget/installation-widget.md): Add widget in your website to enable Checklist
- [Show or hide checklist on URL changes](https://docs.checklist.getalvis.com/widget/show-or-hide-checklist-on-url-changes.md)
- [Show checklist manually](https://docs.checklist.getalvis.com/widget/show-checklist-manually.md)
- [Embed checklist on a page](https://docs.checklist.getalvis.com/widget/embed-checklist-on-a-page.md)
- [Hide checklist launcher](https://docs.checklist.getalvis.com/widget/hide-checklist-launcher.md): This will allow you to hide the checklist launcher in the beginning.
- [API Callback Methods](https://docs.checklist.getalvis.com/widget/api-callback-methods.md)
- [Why my checklist isn't acting correctly?](https://docs.checklist.getalvis.com/why-my-checklist-isnt-acting-correctly.md): Frequently asked questions about why a checklist isn't acting correctly.
- [Checklist item actions](https://docs.checklist.getalvis.com/checklist-item-actions.md): Describes different actions a user can perform in a checklist item
- [URL action](https://docs.checklist.getalvis.com/checklist-item-actions/url-action.md)
- [Complete checklist items](https://docs.checklist.getalvis.com/complete-checklist-items.md)
- [Add images in item detail](https://docs.checklist.getalvis.com/add-images-in-item-detail.md)
- [Customize checklist location](https://docs.checklist.getalvis.com/customize-checklist-location.md)
- [Customize embedded checklist UI](https://docs.checklist.getalvis.com/customize-embedded-checklist-ui.md)
- [Default Checklist Scss File](https://docs.checklist.getalvis.com/customize-embedded-checklist-ui/default-checklist-scss-file.md)
- [Content Security Policy](https://docs.checklist.getalvis.com/content-security-policy.md)
- [How to set up multiple checklists in sequential order](https://docs.checklist.getalvis.com/how-to-set-up-multiple-checklists-in-sequential-order.md)
- [What happens when trial ends?](https://docs.checklist.getalvis.com/what-happens-when-trial-ends.md)
- [How to uninstall](https://docs.checklist.getalvis.com/how-to-uninstall.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.checklist.getalvis.com/master.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.
