> 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/project-management/meeting-events/concept-meeting-events/purpose.md).

# Purpose

#### Why Events Matter

Events are the **fixed points** in your schedule — the meetings, appointments, or commitments that don’t move unless you move them. They give your calendar its structure and provide the framework that tasks work around.

Without events, Motion’s AI wouldn’t know which parts of your day are truly off-limits. By anchoring your schedule with events, you:

* **Protect commitments** → Motion won’t schedule tasks over Busy events.
* **Create clarity** → Everyone knows which blocks are non-negotiable.
* **Guide AI planning** → Tasks flow into the open spaces between events, ensuring deadlines are met without conflict.
* **Maintain balance** → Events help shape your day realistically, so work and life coexist without overlap.

**Key idea:** Events are the anchors of your schedule. They stay exactly where you put them, while tasks adapt dynamically around them.

#### How Motion Uses Event States

Not all events are equal. Some represent time that’s completely off-limits, while others are more flexible. In Motion, this distinction is made through **event states** — **Busy** or **Free**.

* **Busy events**
  * Motion will not schedule tasks during this time.
  * The time shows as unavailable on your calendar.
  * Protects focus, ensures commitments are never double-booked.
  * Example: a client call, doctor’s appointment, or travel block.
* **Free events**
  * Motion can schedule tasks during this time if needed.
  * The time appears as available in your calendar.
  * Tasks or other events can overlap without conflict.
  * Example: lunch, soft focus blocks, or optional catch-up time.

**Why it matters:** Choosing between Busy and Free tells Motion how flexible your time really is. Busy protects immovable commitments, while Free gives the AI more room to optimize your day.

<br>


---

# 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/project-management/meeting-events/concept-meeting-events/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.
