> 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/getting-started/plan-your-day.md).

# Plan Your Day

You've added contacts, tasks, emails, and appointments to Daylite. Now let's put it all together into a daily routine that keeps you focused and in control.

### Start with Home

Click **Home** in the sidebar. This is your command centre — it shows your Worklist, upcoming Appointments, and recent activity in one view. It's designed to answer one question: *What do I need to focus on today?*

{% embed url="<https://www.youtube.com/watch?v=HGTU6RnYWVo>" %}

### Build Your Worklist Each Morning

Your Worklist helps you keep your most important Tasks front and centre, without getting lost in every Task on your plate.

Open the Worklist view to see Tasks that are due, overdue, or already pinned to your Worklist. When there’s something you want to keep visible, click the pin icon to add it to your Worklist. Those pinned Tasks also appear on your Home screen, so you can quickly see what you’ve chosen to focus on today.

A good daily habit: start your day by checking your Worklist, not your full Task list. It gives you a focused view of what needs attention now, so you can decide what to tackle first and keep your day moving.

{% hint style="info" icon="lightbulb" %}
**Tip**: The Worklist view is a great way to focus on Tasks that are due or overdue. As you get more comfortable in Daylite, you can also create Smart Lists for other focused Task views, such as Tasks with no due date, Tasks for a specific project or client, or Tasks related to a certain type of work. We’ll cover Smart Lists later in this guide.
{% endhint %}

### Use Your Calendar & Tasks

Once Tasks are visible on your Calendar, switch to My Calendar to plan your day around both your Appointments and Task due dates.

Your Calendar shows where your time is already committed. Your Tasks show what still needs to get done. Seeing them together helps you plan with the full picture, instead of jumping between views or guessing what you can fit in.

**Learn more:** [Using the Worklist to Focus on Your Top Priorities](https://docs.daylite.app/help/learn/getting-started/) — how to get the most out of your daily task review.


---

# 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/getting-started/plan-your-day.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.
