> For the complete documentation index, see [llms.txt](https://guide.ellieplanner.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.ellieplanner.com/features/the-timebox.md).

# The Timebox

## What is timeboxing (or timeblocking)?

In Ellie, timeboxing is the act of adding tasks onto the calendar to plan your day.

<figure><img src="/files/zrH5hVsChcrmfkmEOR6r" alt=""><figcaption><p>Tasks timeboxed onto the calendar</p></figcaption></figure>

## Separate from your actual calendar (or not)

Unlike many apps that support timeboxing, Ellie doesn't require you to connect your actual calendar to use it.

So if you are someone who just wants to timebox, but don't want tasks to appear in your Google/Outlook/Apple calendar, Ellie is perfect.

However, for those that do want tasks to appear in their Google calendar, we do offer a Google calendar integration. You can learn more about it here 👇

{% content-ref url="/pages/NxtvdwEeBUFuqHnfZMFv" %}
[Google calendar integration](/features/the-timebox/google-calendar-integration.md)
{% endcontent-ref %}

For Apple calendar users, we allow you to overlay Apple calendar events on the all devices. You can learn more about it here 👇

{% content-ref url="/pages/lmFPernaYB1gotPku8D2" %}
[Apple calendar integration](/features/the-timebox/apple-calendar-integration.md)
{% endcontent-ref %}

For Outlook integration, check out our Outlook calendar integration!

{% content-ref url="/pages/IU4Zm69PbiUl65nH7Nwx" %}
[Outlook calendar integration](/features/the-timebox/outlook-calendar-integration.md)
{% endcontent-ref %}

## Working with multiple calendars

If you want to display multiple calendars on your timebox, you can do so by clicking the calendar icon in the bottom right of the timebox.

You can toggle calendars on/off by clicking the name directly

<figure><img src="/files/0oXxjPpKDHDJdWq1zemJ" alt="" width="375"><figcaption><p>Calendar toggle in the Ellie timebox</p></figcaption></figure>

## Week view

If you prefer to view your entire week at once in the Timebox, you can switch to "Calendar" view which makes the Timebox the focus of the app rather than the Kanan. The Ellie Kanban is moved to the right side and only displays a single day.

You can drag tasks directly onto this calendar as well.

<figure><img src="/files/aWySIsG5tTPXBHkaK4Rk" alt=""><figcaption><p>Week view in Ellie</p></figcaption></figure>

## Month view

{% hint style="info" %}
Month view (along with a number of other views) is currently being worked on. You can upvote this [feedback item](https://feedback.ellieplanner.com/feature-requests/p/month-view) to get an email update once its released
{% endhint %}

## Calendar settings&#x20;

There are a few calendar settings that you can update to further customize the timebox/calendar experience in Ellie:

1. Change the week start day (default is Sunday, but some users prefer Monday)
2. Ability to hide weekends
3. Ability to hide declined events
4. Ability to change the time increment in the calendar (helpful if you need more granular increments when timeboxing)

If you have any setting suggestions, please request them on our [feedback board](https://feedback.ellieplanner.com/)!

<figure><img src="/files/aEjbw5nzfQW7qShBp2mP" alt=""><figcaption><p>Calendar setting options</p></figcaption></figure>


---

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