> 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/getting-started.md).

# Getting Started

- [What is Motion?](https://www.usemotion.com/help/getting-started/what-is-motion.md): Learn what Motion is, how it works, and why it’s built to save you time every day.
- [2 Minutes Quick start](https://www.usemotion.com/help/getting-started/quickstart.md)
- [Navigation Basics](https://www.usemotion.com/help/getting-started/navigation-basics.md)
- [Sidebar Navigation Guide](https://www.usemotion.com/help/getting-started/navigation-basics/sidebar-navigation-guide.md)
- [Organization & Shortcuts](https://www.usemotion.com/help/getting-started/navigation-basics/sidebar-navigation-guide/organization-and-shortcuts.md)
- [Keyboard & Accessibility](https://www.usemotion.com/help/getting-started/navigation-basics/sidebar-navigation-guide/keyboard-and-accessibility.md)
- [Navigating Motion Features](https://www.usemotion.com/help/getting-started/navigation-basics/navigating-motion-features.md)
- [Navigating Project Management Features](https://www.usemotion.com/help/getting-started/navigation-basics/navigating-motion-features/navigating-project-management-features.md)
- [Navigating AI Features](https://www.usemotion.com/help/getting-started/navigation-basics/navigating-motion-features/navigating-ai-features.md)
- [Concept: How the Motion team sets up their Motion](https://www.usemotion.com/help/getting-started/navigation-basics/concept-how-the-motion-team-sets-up-their-motion.md)
- [Mobile App](https://www.usemotion.com/help/getting-started/mobile-app.md)
- [Reference: Mobile App](https://www.usemotion.com/help/getting-started/mobile-app/reference-mobile-app.md)
- [Display Options](https://www.usemotion.com/help/getting-started/display-options.md): Theme, week start, timezone
- [Motion Desktop Tabs](https://www.usemotion.com/help/getting-started/display-options/motion-desktop-tabs.md): Note: Motion's Desktop App Tabs are limited to the desktop app. This feature will not be available for use on Motion's browser or mobile versions.
- [FAQ](https://www.usemotion.com/help/getting-started/faq.md)
- [Account and Login FAQ](https://www.usemotion.com/help/getting-started/faq/account-and-login-faq.md)
- [Working With Others (Team Subscriptions) FAQ](https://www.usemotion.com/help/getting-started/faq/working-with-others-team-subscriptions-faq.md)
- [Additional Topics](https://www.usemotion.com/help/getting-started/faq/additional-topics.md)


---

# 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/getting-started.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.
