> 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/auto-scheduling/concept-auto-scheduling.md).

# Concept: Auto-scheduling

## Introduction

Most people spend too much time planning their day and not enough time doing the work. Calendars fill up with meetings, tasks get shuffled manually, and deadlines slip through the cracks. Motion’s Auto-Scheduling solves this by using AI to intelligently arrange your tasks in the optimal order and time slots instantly, and continuously.

Auto-Scheduling matters because it:

* **Eliminates manual scheduling overhead** → no dragging tasks around your calendar.
* **Adapts dynamically** → schedules adjust automatically as meetings, priorities, and deadlines change.
* **Respects constraints** → due dates, dependencies, and task effort are always factored in.
* **Balances workloads** → creates a plan that scales across days, weeks, and even months.

With Auto-Scheduling, your calendar becomes a living plan — always accurate, always optimized.

### At a Glance

* **What it is** → AI that arranges tasks on your calendar based on priority, deadlines, duration, and dependencies.
* **Why it matters** → Saves time, reduces errors, and adapts instantly when schedules change.
* **Mental model** → Tasks + constraints + calendar availability → AI builds the optimal schedule.
* **Use cases** → Balancing heavy workloads, managing shifting priorities, and aligning work with real deadlines.
* **Manual vs Auto-Scheduling** → Manual control works for fixed events; Auto-Scheduling shines for dynamic, evolving task lists.
* **Best practices** → Keep task details accurate, review your plan daily, and let Motion adapt.
* **Pitfalls & solutions** → Overloaded calendars, deadline crunches, or shifting priorities — all handled by Motion’s recalibration.
* **Connections** → Auto-Scheduling works with Tasks, Projects, Docs, and Chat to keep plans aligned.

**Conclusion**

Planning your day shouldn’t take more time than doing the work. Auto-Scheduling removes the manual overhead of dragging tasks into place and constantly reshuffling when priorities change. By dynamically arranging tasks around your real deadlines, dependencies, and calendar events, Motion keeps your plan accurate, efficient, and adaptable — whether you’re managing a single project or balancing multiple roles.

#### Key Takeaway

**Auto-Scheduling turns your task list into a living calendar — intelligent, dynamic, and effortless — so you can focus on execution while Motion handles the planning.**<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/time-management/auto-scheduling/concept-auto-scheduling.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.
