# Subtasks

## What are subtasks?

Subtasks are little mini "tasks" within a task.&#x20;

{% hint style="info" %}
Subtasks are not full fledged tasks. They only have a checkbox and a title.
{% endhint %}

<figure><img src="/files/MM2b8KBZyicypYskBehh" alt=""><figcaption></figcaption></figure>

You can quickly glance at how many subtasks a task has (and how many have been completed) by the subtask indicator on the task card.

<figure><img src="/files/2I5gy6fmeaQcKrBv3aTW" alt=""><figcaption></figcaption></figure>

### Duplicating and deleting Subtasks

You can duplicate and delete a subtask by clicking the three dot menu on the right

<figure><img src="/files/56wY6Ps0x2Srr8U6Wqcg" alt=""><figcaption></figcaption></figure>

### Auto-complete tasks when subtasks are completed

There are 2 major settings when it comes to subtasks

1. Moving subtasks to the bottom of the subtask list on completion
2. Automatically marking the parent task as complete when all subtasks have been completed

You can toggle either of these through the "Personalization" settings

<figure><img src="/files/NamV2RFz43MBPJFpJXtg" alt=""><figcaption></figcaption></figure>


---

# 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://guide.ellieplanner.com/features/tasks/subtasks.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.
