# Creating Lists

- [Creating a List](https://docs.cheker.io/creating-lists/creating-a-list.md)
- [Task Types](https://docs.cheker.io/creating-lists/task-types.md)
- [Task (checkbox)](https://docs.cheker.io/creating-lists/task-types/task-checkbox.md): Task are useful for checking off items as they are complete.
- [Text](https://docs.cheker.io/creating-lists/task-types/text.md): Allows the user to add text which will be submitted with the checklist
- [Rating](https://docs.cheker.io/creating-lists/task-types/rating.md): Rating tasks prompt the user for a score out of 5 stars
- [Date](https://docs.cheker.io/creating-lists/task-types/date.md): Prompt the user for a date or date and time
- [Choice/Dropdown](https://docs.cheker.io/creating-lists/task-types/choice-dropdown.md): Allows users to select one or more items from a selection of options
- [Sharing a List](https://docs.cheker.io/creating-lists/sharing-a-list.md)


---

# 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.cheker.io/creating-lists.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.
