# 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: 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:

```
GET https://documentation.movatic.co/movatic-app/user-account/account-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
