> For the complete documentation index, see [llms.txt](https://knowledge.maica.com.au/maica-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.maica.com.au/maica-knowledge-base/the-planner/planner-views-and-modes/agenda-view.md).

# Agenda View

## What information does the Agenda View display?

The Agenda View displays your Planner information in a list format, grouped by day. Instead of showing events on a grid, it provides a sequential agenda of **Appointments**, making it easy to quickly review what is scheduled for each day.

{% hint style="warning" %}
Agenda Mode only displays Appointments, in order to see Shifts, please use [Schedule](/maica-knowledge-base/the-planner/planner-views-and-modes/schedule.md), [Roster](/maica-knowledge-base/the-planner/planner-views-and-modes/roster-view.md) or [Shift](/maica-knowledge-base/the-planner/planner-views-and-modes/shift-view.md) Views.&#x20;
{% endhint %}

### Agenda Mode

{% hint style="success" %}
Please note, in Agenda View there is no toggle between Calendar or Timeline Mode, it is simply Agenda Mode.
{% endhint %}

In Agenda Mode, your Planner information will be displayed within a scrolling list organised by date. Each day expands to show all of its associated **Appointments** and **Shifts**, with details such as:

* **Time** of the Appointment or Shift
* **Participant(s)** allocated (if applicable)
* **Location** recorded on the Appointment

{% hint style="info" %}
Inline with the rest of the Planner, the information on these cells in Agenda View are configurable in the Planner Management Settings. To learn more, [click here](/maica-knowledge-base/maica-administration-guide/settings/planner-management.md).&#x20;
{% endhint %}

<figure><img src="/files/eiFp6yYG9V7RFqmRAC1c" alt=""><figcaption><p>The Maica Planner in Agenda View</p></figcaption></figure>

{% hint style="warning" %}
Please note, drag & drop functionality will be locked when the Planner is in Agenda View.&#x20;
{% endhint %}

When you create or edit an Appointment in Agenda Mode, it will automatically appear in the correct chronological order for the day.&#x20;


---

# 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://knowledge.maica.com.au/maica-knowledge-base/the-planner/planner-views-and-modes/agenda-view.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.
