# Checklist item actions

Currently, there are 4 actions for an end-user to perform in a checklist item: click to watch a video, click to view an URL, click to start an Intercom Product Tour, and click to execute javascript code.

#### **Video action**

The Video action takes an URL of a video from four of the largest video streaming websites we support: Youtube, Vimeo, Wistia, and Loom. The checklist item will be marked as completed right after the end-user clicks to watch the video.&#x20;

#### **URL action**

{% content-ref url="/pages/VEcQ3SUo5grRhhvd9Oph" %}
[URL action](/checklist-item-actions/url-action.md)
{% endcontent-ref %}

#### **Intercom Product Tour action**

If you are using Intercom Product Tour, choose this action so that your users can start a product tour by clicking the "Start" button of an item. Make sure the product tour is published and the [“Use tour everywhere”](https://www.intercom.com/help/en/articles/2901144-share-your-product-tours) section must be turned on.

#### **Script action**

The Script action allows you to execute a piece of javascript code when the call-to-action button of a checklist item is clicked.


---

# 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/checklist-item-actions.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.
