# Create an Account

{% hint style="info" %}
There is not any difference between an account created from the SDK and an account created from within the REACH Explorer app.
{% endhint %}

Navigate to the [REACH Explorer app](https://app.reachcloud.org). Then, select the "Log In" button.

![](https://user-images.githubusercontent.com/14853489/187987705-4e7b9d99-fed9-4424-85b7-f721f29a23e5.png)

Click on "Don't have an account?"

![](https://user-images.githubusercontent.com/14853489/187987802-94cd9fc4-1bb7-4fad-87fe-22edd0c1aa3d.png)

Enter your account information and press "Register" when finished.

![](https://user-images.githubusercontent.com/14853489/187987868-f9061f8a-4e62-4327-99a2-b1d375f4b969.png)

After finishing the email verification, you may now log in via the login screen!

{% hint style="success" %}
You have successfully created an account! This account can also be used to upload and create worlds.
{% 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://reach-cloud.gitbook.io/reach-explorer-documentation/reach-explorer/create-an-account.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.
