> For the complete documentation index, see [llms.txt](https://wiki.dmmax.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dmmax.me/optimization/email/zero-inbox.md).

# Zero inbox

## Purpose

To understand better, what are the current emails you need to work on.

## Pipeline

When you can see new e-mails in your box, you can define what it is a category

* Category 1: important and need to answer
* Category 2: important and need to keep \[bills, copy of books, promo code, etc]
* Category 3: not important and need to answer in some time
* Category 4: not important and do not need to answer

Depending on each category you will need to do the next concrete action

* For Category 1: if the answer will take less than 2 minutes, just answer and if you do not need to await a response, archive the mail. If the answer will take a significant amount of time, then you need to keep it unread and add a task to your to-do list to answer ASAP.
* For Category 2: for emails that are needed for history, you need to move them in separate folders/categories with meaningful names. Use filters to move them automatically.
* For Category 3: if you can delegate this mail, just do it. Otherwise, you need to create one more task in your to-do list but probably with a lower priority than for Category 1.
* For Category 4: archive it immediately and if you have such emails on regular basis, create a filter to archive them automatically

## Links

* [How to do zero-inbox + interviews](https://blog.doist.com/inbox-zero/)


---

# 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://wiki.dmmax.me/optimization/email/zero-inbox.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.
