> 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/settings/integrations/reference-integrations/task-from-siri.md).

# Task from Siri

## **Overview**

Use Siri to create tasks in Motion **hands-free**. This is ideal when you’re on the go, driving, or multitasking, letting you capture tasks quickly without needing to type.

**Key benefits**

* **Hands-free task creation** → Capture ideas or reminders with just your voice.
* **Fast and efficient** → Tasks are created in seconds.
* **Seamless sync** → Siri sends details directly into your Motion workspace.

## **How It Works**

1. **Enable Siri Shortcuts** → Configure Motion’s Siri integration in the app.
2. **Speak a command** → Use natural voice prompts like *“Hey Siri, Motion, add a task to…”*.
3. **Task appears in Motion** → Siri creates the task and syncs it automatically into your workspace.

**System flow**

* User → Siri: “Hey Siri, Motion, add a task to call Bob tomorrow.”
* Siri → Motion: Creates the task.
* Motion → User: Task confirmation appears in the workspace.

## **Best Practices**

* Be specific with **verbs and dates** (“submit by Friday,” “call at 3 PM”) so Motion captures correct details.
* Keep tasks short and focused — Siri works best with single, clear requests.
* Review tasks in Motion to confirm deadlines and priorities are set correctly.

## **Examples of Tasks with Siri**

{% tabs %}
{% tab title="Example 1: Quick Task Creation" %}
**Example 1: Quick Task Creation**

* Command: “Hey Siri, Motion, schedule a call with Sarah tomorrow at 2 PM.”
* **Result in Motion**
* Title: Call with Sarah
* Due Date: Tomorrow, 2 PM
* Priority: Medium
  {% endtab %}

{% tab title="Example 2: High-Priority Task" %}
**Example 2: High-Priority Task**

* Command: “Hey Siri, Motion, finish the quarterly report by next Monday. High priority.”
* **Result in Motion**
* Title: Finish Quarterly Report
* Due Date: Next Monday
* Priority: High
  {% endtab %}
  {% endtabs %}

## **Best Practices**

* Use clear and structured voice commands.
* Pause briefly between *"Hey Siri"* and *"Motion."*
* Be specific with task details (e.g., time, priority, deadline).

**Good Example:**

> "Hey Siri, Motion, draft the sales strategy document by Friday, two hours block."

**Bad Example:**

> "Hey Siri, Motion, do the thing."


---

# 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/settings/integrations/reference-integrations/task-from-siri.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.
