# Create an Account

{% hint style="info" %}
Before getting started, make sure you've properly [installed the SDK](/reach-explorer-documentation/metaverse-cloud-engine-sdk/unity-engine-sdk/how-to-install-the-sdk.md)!
{% endhint %}

1. Select the "REACH Explorer" tab from Unity. And navigate to "Windows > Account".

![Click on REACH Explorer > Windows > Account](https://user-images.githubusercontent.com/14853489/187988068-9c47ca33-58e6-4061-a612-6dbd938e8771.png)

2. Then click on "Don't have an account?"

<figure><img src="/files/Jli1I3DLQtoM0CuQj9rc" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/i2fgN8WvAFx56nIiwkBQ" alt=""><figcaption></figcaption></figure>

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


---

# 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/metaverse-cloud-engine-sdk/unity-engine-sdk/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.
