> 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/a03.md).

# Keeping Your Account at The Sandbox Safe

Here are some quick points to help you keep your account at The Sandbox safe.

{% hint style="warning" %}

## Passwords <a href="#password" id="password"></a>

* Create a strong password. [See the Choosing A Strong Password page](/the-security-academy-jp/account-security/a02.md).
* Do not share your password with anyone.
* Do not write your password down in its entirety. And definitely do not save your password on your devices.
* Genuine The Sandbox support has no reason to know what your password is.
* Consider changing your password from time to time.
  {% endhint %}

{% hint style="warning" %}

## Accessing Your Account <a href="#access" id="access"></a>

* The only legitimate web address for The Sandbox is [https://www.sandbox.game](https://bit.ly/TSB_Login).
* This is also the same address for The Sandbox marketplace, staking, NFT claims, Alpha Seasons, Contests, and so on.
* You can log in through your username and password. Or through your connected wallet.
  {% endhint %}

{% hint style="warning" %}

## Protecting Your Account <a href="#protecting" id="protecting"></a>

* When was the last time you performed a virus scan on your device? Some viruses, such as spyware, tries to steal your passwords.
* Always make sure you are logged out of your account when it is not in use. Especially if you share a device with someone else or if it is a public device (ie, in a library).
* Do not let others share your account. As the person who created the account and accepted the legally-binding terms of use, you are solely responsible for everything that happens on the account, even if it was a friend, a sibling, or the cat. :cat:
  {% 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/a03.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.
