# Embed checklist on a page

<figure><img src="/files/Gcumv32anR8A9dxWHEZb" alt=""><figcaption><p>Embed checklist on a age</p></figcaption></figure>

To embed a checklist on a page, first make sure you have installed [the latest script(1.0.19 or above) and identified the user](/widget/installation-widget.md). Then, simply add&#x20;

<pre class="language-html"><code class="lang-html"><strong>&#x3C;div 
</strong>    data-alvis-app="checklist" 
    data-checklist-id="{{checklist_id}}" 
    data-fit-size="true"
>&#x3C;/div>
</code></pre>

If you still do not see the checklist, call

```javascript
window.Alvis("show_checklist_embed");
```

Also, most likely, you do not want this checklist to show as a popup. You can hide the checklist by choosing "Do not show on any page" in "Which page should we show this on?" setting on the checklist page.

<figure><img src="/files/KLsTEwAgwl6ZkMPBUa96" alt=""><figcaption></figcaption></figure>


---

# 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/embed-checklist-on-a-page.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.
