> For the complete documentation index, see [llms.txt](https://docs.acorn.software/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acorn.software/outcomes/tasklist.md).

# Tasklist

Only **Small Scoped Outcomes** can have a Tasklist assigned to them. Completing a Task and checking it off brings you one step closer to making that Outcome Achieved.

## Adding a Checklist Item to Tasklist

To add a Checklist item in a Tasklist, do one of the following:

* **In Table View**
  1. Click on the Outcome's Statement to open the Expanded View for that Outcome.&#x20;
  2. On the left column, click on the **Tasklist** **tab** shown as two checkboxes icon.
  3. Click on Add a Checklist Item field.
  4. Type in the task content.
  5. Hit Enter.
* **In Map View**
  1. Double click on the Outcome card to open the Expanded View for that Outcome.&#x20;
  2. On the left column, click on the **Tasklist** **tab** shown as two checkboxes icon.
  3. Click on Add a Checklist Item field.
  4. Type in the task content.
  5. Hit Enter.

{% hint style="warning" %}
At the moment, existing Tasklist items are not editbale. If you need to change an exisitng checklist item, you would need to delete it and create a new one.&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.acorn.software/outcomes/tasklist.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.
