# Why my checklist isn't acting correctly?

#### **I have installed the widget, why isn't my checklist showing?**

After the widget is added to your website, you still have to identify the logged in user for the checklist to show. Call `window.Alvis("identify", "{{YOUR_UNIQUE_USER_ID}}")` when a user is authenticated. Make sure to use the user ID when you [identify your Intercom users](https://developers.intercom.com/installing-intercom/docs/intercom-javascript), this helps us link Intercom users to your Checklist users.

#### **I have set up so that a checklist only appears on one page, but why the checklist still appears when I click a link to another page where checklist should not appear?**&#x20;

For single-page app, whenever the URL or route changes, you need to call `window.Alvis("page")` for Alvis to check if or which checklist should be shown.


---

# 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/why-my-checklist-isnt-acting-correctly.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.
