> For the complete documentation index, see [llms.txt](https://www.usemotion.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.usemotion.com/help/time-management/ai-agenda/concept-ai-agenda/purpose.md).

# Purpose

## What It Is and Why It Matters

**What it is**\
AI Agenda is your intelligent daily planner in Motion. It shows you exactly what to focus on today, while giving you a clear sense of what’s coming next — without cluttering your calendar or demanding unrealistic precision.

**Why it matters**

* **Clarity for today** → Wake up knowing exactly what’s on deck, instead of guessing or juggling lists.
* **Less overwhelm** → No need to plan every hour or map out weeks in advance — Agenda gives you the right level of detail at the right time.
* **Adaptable by design** → Your plan adjusts automatically when meetings shift, tasks change, or priorities move.
* **Confidence in the future** → Even if the long-term is fuzzy, you always know Motion has accounted for it — so nothing slips through the cracks.

AI Agenda matters because it gives you what you actually need: a simple, flexible guide for today, and confidence that the rest of your work is under control.

***

## Mental Model: How to Think About AI Agenda

AI Agenda is built around a simple idea:

* **Today is precise** → you see exactly what to focus on right now.
* **The future is flexible** → tasks scheduled further out are approximate, not locked to rigid times.
* **Everything adapts** → when priorities or meetings shift, your agenda updates automatically.

Think of it as a **living daily guide**: clear enough to act on today, flexible enough to stay useful tomorrow.


---

# 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://www.usemotion.com/help/time-management/ai-agenda/concept-ai-agenda/purpose.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.
