# Widget

- [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)


---

# 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.checklist.getalvis.com/widget.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.
