# Signup & Login

<figure><img src="/files/0oOsLEr9fI66irM7Xzdo" alt=""><figcaption></figcaption></figure>

## ***Signing up as a new user***

1. Download the Astro Space app from Appstore or Google Play.
2. Open the app, enter your email address.
3. Click “Send Code” which will send the verification code to your email and enter this verification code into the app.
4. Choose a password and enter it one more time to confirm.&#x20;
5. Read the Terms of Use and Privacy Policy and if you agree, click “Agree”
6. Click “Sign Up” to finish creating your account.

## ***Logging in as a returning user***

1. Enter the email and password you used when you signed up
2. If you forgot your password, just click "Forgot Password" and follow the steps.
3. Click “Login” to start playing.


---

# 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://astrospace.gitbook.io/astrospace/introduction/signup-and-login.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.
