> For the complete documentation index, see [llms.txt](https://docs.checklist.getalvis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.checklist.getalvis.com/widget/embed-checklist-on-a-page.md).

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