> For the complete documentation index, see [llms.txt](https://docs.daylite.app/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daylite.app/help/learn-iphone/execute-on-projects/staying-on-top-of-due-dates.md).

# Staying on Top of Due Dates

So much can happen all at once, and it's easy to forget when something is due. Missing deadlines can increase your stress, tarnishes your reputation and stops you from reaching your goals.

Once you create a Task and assign a due date, Daylite will encourage you to view your upcoming Tasks and make sure you always meet your deadlines.

## Assigning a Due Date

The first thing you will need to do is assign a due date when either creating a new Task, or when you are editing an existing one.

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

## Worklists

{% hint style="info" %}
**Pro Tip:**

Concerned you might miss something important?

Start a best practice by selecting the **Today** Tab to view all your upcoming Tasks.&#x20;
{% endhint %}

Daylite groups all of your upcoming Tasks in one convenient location, no matter what kind of Task it is.

Select the **Today** Tab to view all of your Tasks chronologically. These will include past due Tasks that still need to addressed, Tasks that are due today,  and any upcoming Tasks.

<figure><img src="/files/0mZFTIsqkhStcBrzlnOM" alt=""><figcaption></figcaption></figure>

As you know, some Tasks are a higher priority than others, and should be attended to first. This is accomplished by marking the Task with a **Worklist Pin**, which places it in a specific Task folder called Worklist, which appears at the top of your Today list.

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

## Marking Tasks as Done

Once a Task is done, it is important to mark it accordingly.  There is always a sense of accomplishment when a Task is finished, why not commemorate it with a check mark?

Placing a checkmark next to a Task removes it from the Today list, and places it in the **Done** folder. These Tasks can still be edited if necessary.

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

### Wrap Up

Daylite helps you focus on the future and feel less stressed over looming due dates by staying on top of them.&#x20;

&#x20;Now you're ready to create reminders for those due dates so you can get notified when things need to get done in [How to Stop Things Falling through the Cracks.](/help/learn-iphone/execute-on-projects/stop-things-from-falling-through-the-cracks.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.daylite.app/help/learn-iphone/execute-on-projects/staying-on-top-of-due-dates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
