> For the complete documentation index, see [llms.txt](https://ivorydigitalhub.gitbook.io/ivorydigitalhub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ivorydigitalhub.gitbook.io/ivorydigitalhub/product-user-handbooks/realistic-basic-digital-planner/weekly-templates.md).

# Weekly Templates

The planner is available in two different starting formats: Sunday start and Monday start. Both formats feature four different weekly layouts, while the rest of the planner remains the same. The different layouts for both formats are options for you to choose from to find the best layout to suit your needs. The rest of the planner, such as the monthly and yearly views and the note pages, remain the same regardless of which starting format or weekly layout is selected.

#### Horizontal Layout

Each day of the week is positioned horizontally in this layout, with the date and day of the week labeled at the beginning of the day's section.

The horizontal layout is a popular choice for those who prefer a clear and simple layout, and it’s easy to navigate the schedule at a glance.

<figure><img src="/files/Q5tWThM8c7VDFgzqNev6" alt=""><figcaption><p>Weekly Horizontal Layout</p></figcaption></figure>

#### Boxed Layout

This layout allows for a clear and organized visual representation of a user's schedule, making it easy to quickly glance at the planner and see what is planned for each day.

The boxed layout is my favorite layout and is for those who like to have a structured and visual schedule.

<figure><img src="/files/6g0Pdkd5fqpwcoDpBnRl" alt=""><figcaption><p>Weekly Boxed Layout</p></figcaption></figure>

#### The Freestyle Layout

The freestyle layout is specifically tailored for individuals who enjoy expressing their creativity through drawing, engaging in mini journaling, or embracing a minimalist approach to their weekly pages.

This layout provides the perfect canvas for you to unleash your artistic talents, jot down meaningful snippets, or keep things simple and clutter-free. Whether you prefer sketching, doodling, or capturing brief moments in your journal, the freestyle layout offers you the flexibility and freedom to personalize your planner according to your unique preferences.

Embrace this layout and let your imagination run wild as you create a planner that truly reflects your individual style.

<br>

<figure><img src="/files/gX292magG2wXevU0JK5c" alt=""><figcaption><p>Weekly Freestyle Layout</p></figcaption></figure>

{% hint style="info" %}
In order for the hyperlinks to work, please remember to enable “read-only” mode on your note-taking app.
{% endhint %}


---

# 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://ivorydigitalhub.gitbook.io/ivorydigitalhub/product-user-handbooks/realistic-basic-digital-planner/weekly-templates.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.
