# Lists

## Why does this feature exist?

Originally, Ellie just had the Brain dump. Everything was supposed to go into the Brain dump.

However, many users started to outgrow the Brain dump and ask for more organization options. So we released "Lists" as a solution. You can think of them as "mini brain dumps".

Lists are meant to "hold and capture" tasks, like the Brain dump, before they need to be acted on.

{% hint style="info" %}
The brain dump is a special list that cannot be edited or deleted. You can think of it as the default list
{% endhint %}

## Common use cases

Common things we see are people making lists lists to separate out "Work" and "Personal" tasks. We've also seen lists for specific projects or life areas.

If you have a trip coming up, you can make a list called "🗽 NYC Trip" and put all tasks that need to get done for that trip in there. Then once its over, you can delete the list.

## How does it work?

### Creating a new list

You can access all of your lists by clicking the list name itself. You'll able to be able to create new lists from there as well by clicking "New List"

<figure><img src="/files/gUkPeZYP8oaHOLXPPxtd" alt=""><figcaption><p>Single list mode</p></figcaption></figure>

### Editing and deleting lists

To edit a list, you can click the "3 dot menu" to the right of the list name.

<figure><img src="/files/OP9waJ57uT1i1Jcmx3RN" alt="" width="375"><figcaption><p>Editing and deleting a list in Ellie</p></figcaption></figure>

### Show all lists at once

If you want to show all lists at once, you can do this by going to Settings -> Personalization -> Braindump & Lists.

<figure><img src="/files/UM8PZmHKSvqOEDlWt9bb" alt=""><figcaption><p>"All lists" mode</p></figcaption></figure>

<figure><img src="/files/qRElBrud42GcBaPLN7hd" alt=""><figcaption><p>Sidebar layout settings</p></figcaption></figure>

To save space in this mode, we show a collapsed version of the cards. This allows you to view more cards at once. However, if you want to view the full cards in the sidebar, you can do so by selecting that option in the settings as well.

<figure><img src="/files/Ptj821JwD3SLVzyUmTu2" alt=""><figcaption><p>Full card mode</p></figcaption></figure>

## Best practices

1. If you can get away with using the Brain dump alone, default to this. Lists add additional complexity to your workflow and might not be suitable for everyone
2. Don't be afraid to delete lists when they are no longer useful (example: Creating lists for Projects, Trips, etc...)

## FAQs

**When should I use lists over labels?**

Lists are meant to capture and hold tasks before they are scheduled to be done. I would use a label if you want to further categorize it after the task leaves the list.

It is completely fine if labels and lists overlap. (Example: Having a "Personal" list and "Personal" label).

The reason they are not combined into one is to provide more flexibility for users.

{% hint style="info" %}
In the future, there will be an "auto-apply label to list" feature to help automate the process of automatically labeling a task if added to a list. You can vote for it [here](https://feedback.ellieplanner.com/feature-requests/p/automatically-label-task-by-list).
{% endhint %}


---

# 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/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.
