# How to set up multiple checklists in sequential order

Sometimes, you'd like to have users learn a set of features before showing them advanced lessons. For example, there are two checklists, say A and B, and your users will only see B if the person completes A first.

To accomplish this, you can set up "Trigger" (which is run on a user after completing a checklist) in Checklist A to tag a user as “checklist-A-completed”.

![Tag a user as “checklist-A-completed”](/files/SOrcdc0BU76AC1h1d9sL)

Then, in Checklist B, set up a filter that includes "User tag equals checklist-A-completed". This way a user will only see Checklist B after the person completes Checklist A.


---

# 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/how-to-set-up-multiple-checklists-in-sequential-order.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.
