> 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/managing-notifications/notifications-faq.md).

# Notifications FAQ

#### **1. Can I receive reminders for tasks and events on my iPhone?** <a href="#id-1.-can-i-receive-reminders-for-tasks-and-events-on-my-iphone" id="id-1.-can-i-receive-reminders-for-tasks-and-events-on-my-iphone"></a>

Motion offers specific mobile notifications for:

* Task assignments
* Status changes
* Mentions in comments
* Auto-archived tasks

#### **2. Can Motion remind me automatically to complete a task?** <a href="#id-2.-can-motion-remind-me-automatically-to-complete-a-task" id="id-2.-can-motion-remind-me-automatically-to-complete-a-task"></a>

Automatic task reminders are not available in the mobile app at this time.

#### **3. Can Motion automatically remind my team members about tasks?** <a href="#id-3.-can-motion-automatically-remind-my-team-members-about-tasks" id="id-3.-can-motion-automatically-remind-my-team-members-about-tasks"></a>

A: Motion allows team members to enable their own notifications for tasks assigned to them on desktop and web apps. However, automatic mobile reminders for others are not currently supported.

#### **4. Can I receive reminders for tasks created with Siri/Apple Intelligence?** <a href="#id-4.-can-i-receive-reminders-for-tasks-created-with-siri-apple-intelligence" id="id-4.-can-i-receive-reminders-for-tasks-created-with-siri-apple-intelligence"></a>

Yes! If you’ve enabled Mobile Notifications, tasks created with Apple Intelligence will trigger notifications on your mobile device.


---

# 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/managing-notifications/notifications-faq.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.
