> For the complete documentation index, see [llms.txt](https://documentation.movatic.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.movatic.co/movatic-app/user-account/account-setup.md).

# Account Setup

From the app, there will be a few steps users will encounter with their initial usage. They'll begin by entering a phone number and agreeing to the terms and conditions. From there, an SMS code will be sent to that number for confirmation. After confirmation, the system will ask for an email address.

![Quickly sign up with your phone number, email, and name.](/files/-M3SlNA2XPKjP5AljQxU)

{% hint style="info" %}
Use the dropdown to the left of the input box to change to your phone number's corresponding country code. If your country code isn't shown, please reach out to <support@movatic.co>.
{% endhint %}

The screen with the map is the first screen users will see when they open the app after the initial setup. Users have the option to select a piece of hardware by selecting the **Nearby** option on the bottom left of the screen, which will pull up the nearest available [location](https://documentation.movatic.co/feature-guide-2/locations), by tapping the map pin of the location to pull up additional options, or by selecting the **Scan** option to scan a QR code.&#x20;

{% hint style="info" %}
The phone number cannot be changed later. If you decide to change your phone number, you will need to open a new account. If you have any existing memberships that you don't want to lose, please reach out to customer support.
{% endhint %}


---

# 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://documentation.movatic.co/movatic-app/user-account/account-setup.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.
