> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/the-security-academy-jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sandbox.game/the-security-academy-jp/account-security/a01.md).

# Registering An Account At The Sandbox

Registering an account at The Sandbox is quick, easy, and simple. However, you should be aware of fake websites that try to look similar to the real thing in order to trick you. Although The Sandbox does utilise a dedicated service that hunts down these fake websites and gets them removed as soon as possible, it is still possible that you may run into one of these fakes.

## The Sandbox's Official Website

The only legitimate web address for The Sandbox's official website, including its marketplace, NFT claims, Alpha Seasons, Contests, and Staking pages is:

* [**https://www.sandbox.game**](https://www.sandbox.game)

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

## Registering Your Account - In Five Steps <a href="#register-basic" id="register-basic"></a>

How to register an account at The Sandbox, in five easy steps.

**Step 1:** Go to The Sandbox website.&#x20;

**Step 2:** Click the blue "Sign In" button in the top-right of the website.

**Step 3:** Choose a registration option. Beware that the option you choose will also determine which cryptocurrency wallet that you connect to your account. Choose wisely.

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f449">👉</span> Click here to learn more about which registration options offer which wallets</summary>

* Choosing to register with WEB3 will allow you to connect a MetaMask wallet to your account.
* Choosing to register with email (except Gmail), will allow you to connect a Bitski wallet to your account.
* Choosing to register with Facebook, Twitter, or Gmail will allow you to connect a Venly wallet to your account.
* Choosing to register with Coinbase will allow you to connect a Coinbase wallet to your account.

</details>

{% hint style="warning" %}
Your chosen cryptocurrency wallet currently cannot be changed after your account at The Sandbox is registered. Make sure you select the correct option for the wallet you have, or wish to connect.
{% endhint %}

**Step 4:** Follow any necessary instructions from the wallet provider that you chose.&#x20;

**Step 5:** When prompted, give yourself a username, choose a password, and enter your email address. This email address will be used to notify you if you have won (legitimate) contests, so make sure it is accessible.

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

### Registering Your Account - A More Detailed Guide <a href="#register-detailed" id="register-detailed"></a>

For a more detailed guide on registering an account at The Sandbox, including video guides and instructions on connecting your chosen wallet, see this page on The Sandbox's main knowledge base:

* [**How to create an account at The Sandbox |** *Official Knowledge Base*](https://sandboxgame.gitbook.io/the-sandbox/getting-started/how-to-register-on-the-sandbox)

{% hint style="danger" %}
Always remember that The Sandbox will never ask for your wallet's seed phrase. Not even on the official website. There is no reason why anybody but yourself needs to know your seed phrase. For more information, see the [Protecting Your Seed Phrase](/the-security-academy-jp/wallet-security/b02.md) page.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sandbox.game/the-security-academy-jp/account-security/a01.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
