# Sign up

{% stepper %}
{% step %}

### Install the app

{% endstep %}

{% step %}

### Click register or sign in

{% endstep %}

{% step %}

### Enter your email and agree to the Terms of Use and Privacy Policy

<p align="center"><img src="/files/i8h1wmYl9mEisbTgsFlB" alt=""></p>
{% endstep %}

{% step %}

### Enter one time code (only via email)

<p align="center"><img src="/files/c39nXYUomf3qkCLSLD8I" alt=""></p>
{% endstep %}

{% step %}

### Enable biometrics

To keep your Moonshot account secure, we use your device's fingerprint or face recognition (like Touch ID or Face ID) to sign you in. Make sure your device is updated to the latest software and that these features are turned on in your device settings.&#x20;
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**Important Privacy Note:** Moonshot never stores or sees your actual fingerprint or face data - it's all handled securely by your device
{% 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://support.moonshot.com/get-started/sign-up.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.
