# Manual vs Auto Scheduling

## Manual Scheduling

**What it is**\
Manual scheduling means placing tasks directly onto your calendar by dragging and dropping them into time slots. Motion treats these placements as fixed tasks; the system won’t automatically move them unless you manually reschedule.

**Why it’s not the best option**

* **Static** → Manually scheduled tasks don’t adapt if your day changes. A new meeting or shift in priorities may leave tasks overlapping or unscheduled.
* **Time-consuming** → Users must repeatedly adjust tasks themselves, which can become overwhelming with large workloads.
* **Less predictive** → Motion’s optimization engine is bypassed, so deadlines, priorities, and ETAs are not recalculated dynamically.
* **Error-prone** → Overlapping tasks and missed deadlines are common.

**When manual scheduling makes sense**

* **Fixed commitments** → When a task truly must happen at a specific time (e.g., client call prep at 8:30 AM).
* **High-control scenarios:** Critical tasks (e.g., finalizing notes before a board meeting).

#### **Example Scenario:**

You have your meeting prep at the same time every day before the company meeting, so you manually schedule a fixed-time task at 9:15 AM to complete before the meeting starts.

<table><thead><tr><th width="262.09375"></th><th width="187.7421875" align="center">Auto-scheduled Task</th><th align="center">Manually scheduled task</th></tr></thead><tbody><tr><td>Efficient</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></td></tr><tr><td>Dynamic</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></td></tr><tr><td>Reduced Errors</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></td></tr><tr><td>Streamlined</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></td></tr><tr><td>Fixed-time scheduling</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr></tbody></table>

## Auto-Scheduling

**What it is**\
Auto-Scheduling is Motion’s core system for dynamically placing tasks into your calendar. Instead of manually blocking time, you provide parameters (duration, start date, deadline, priority, effort), and Motion automatically finds the best available slots. As your calendar changes, Motion continuously updates tasks to keep you on track.

**Why it’s the better option**

* **Adaptive** → Tasks shift automatically when meetings are added, rescheduled, or canceled.
* **Optimized** → Motion considers deadlines, priorities, and estimated effort to reduce the chance of missing important work.
* **Time-saving** → Removes the need to constantly drag and drop tasks into your calendar.
* **Predictive** → Provides ETAs and deadline alerts so you know when you’re at risk of falling behind.

**When Auto-Scheduling makes sense**

* **Daily planning** → For ongoing task management where work shifts frequently.
* **Project execution** → When balancing multiple deadlines and priorities across tasks.
* **Team workflows** → Ensures everyone’s tasks align with availability and deadlines without constant manual updates.

**Example Scenario:**

You add 10 tasks with varying durations and deadlines. Motion intelligently schedules them into the optimal time slots without overlap; creating the most efficient and effective schedule in an instant.

## **Manual vs Auto-Scheduling**

<table><thead><tr><th width="185.61328125">Feature</th><th>Manual Scheduling</th><th>Auto-Scheduling</th></tr></thead><tbody><tr><td><strong>How it works</strong></td><td>User drags and drops tasks directly onto the calendar.</td><td>Motion automatically places tasks into available time blocks based on parameters.</td></tr><tr><td><strong>Adaptability</strong></td><td>Tasks stay fixed unless the user manually reschedules.</td><td>Tasks shift dynamically as meetings or priorities change.</td></tr><tr><td><strong>Effort required</strong></td><td>High — users must adjust schedules themselves.</td><td>Low — Motion continuously recalculates and updates placement.</td></tr><tr><td><strong>Optimization</strong></td><td>Deadlines and priorities are not recalculated automatically.</td><td>Motion uses deadlines, priorities, duration, effort, and schedules to optimize.</td></tr><tr><td><strong>Best for</strong></td><td>Fixed commitments or tasks tied to external coordination.</td><td>Daily planning, project execution, and balancing shifting priorities.</td></tr><tr><td><strong>Limitations</strong></td><td>Time-consuming, static, risk of overlaps or missed tasks.</td><td>Requires accurate task data (duration, deadlines, priority) to be effective.</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://www.usemotion.com/help/~/revisions/MRgVJ8iYmnAOZza4T9gj/time-management/auto-scheduling/reference-auto-scheduling/manual-vs-auto-scheduling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
