> 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/faq/account-and-login-faq.md).

# Account and Login FAQ

#### **1. I forgot my password. How do I reset it?**

If you’ve forgotten your password, go to the login page and click “Forgot Your Password?” Enter the email address associated with your account, and you’ll receive an email with a link to reset your password.\
\
To access the login page click \[[here](https://app.usemotion.com/firebase-auth?webapp=true)].

#### 2. Why is it saying I don’t have permission when connecting my calendar for the first time?

If you're seeing a permission error when trying to connect your calendar, it's likely that your organization's admin needs to grant permission for third-party applications to integrate with Motion.

For Google calendars, you can follow the steps outlined here: [Google OAuth Instructions](https://app.usemotion.com/oauth-instructions).

For Microsoft calendars, you can follow the steps outlined here: [Addressing "Need Admin Approval" Error: Microsoft 365 Calendar sync](https://www.usemotion.com/help/~/revisions/q19CG9FaLRTUO6DpKHSc/time-management/all-things-calendars/reference-all-things-calendars/all-things-microsoft/addressing-need-admin-approval-error-microsoft-365-calendar-sync).

#### **3. Can I change my email address?**

Yes! Just reach out to our support team via the in-app chat or via email at <support@usemotion.com> and provide the new email address that you’d like to use!

#### **4. Why didn’t I receive the set up email?**

If you haven't received the email, it's likely that you've entered an incorrect address, or it may have been routed to your "Junk" or "Spam" folders. Please check there to see if it's been filtered.

If you still can't find it, no worries! You can easily set up your account on a computer browser by:

1. Visiting the Motion website at <https://www.usemotion.com/> on any desktop browser.
2. Click the “Try Motion for Free” button to begin the registration process.
3. Choose your preferred login method: Google, Microsoft, Apple, or sign up using your email and password.
4. Select the plan that fits your needs: Individual or Team Trial. The Team Trial is ideal for collaborative work.
5. Choose your subscription: Pro AI or Business AI, and provide your billing information. A $1 card hold is placed to verify your account, but it will be released in a couple of days.

<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/getting-started/faq/account-and-login-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.
