> 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/welcome-to-the-sandboxs-security-academy.md).

# Welcome to The Sandbox's Security Academy

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

The online world can be both a thrilling and a dangerous place to be. The internet provides us with endless means of education, entertainment, convenience, and more. But it also has a darker side - like everything else in life, it has its fair share of shady individuals and criminal activities.

The blockchain is no different to the internet. It can also provide the same things, and can also harbour the same dangers.&#x20;

The Sandbox takes the security, privacy, and safety of its users very seriously. It is known, at the time of writing, to be the blockchain project which offers the most education in regard to security and safety on the blockchain, whether it be through our knowledge bases, community informational channels, funded experiences in the metaverse, and so on.

The Sandbox is stepping up its education on security by providing a dedicated Security Academy for its community. This Security Academy is an expansion of our [Account And Wallet Security Guide from The Sandbox's main knowledge base](https://sandboxgame.gitbook.io/the-sandbox/account-wallet/account-and-wallet-security).

{% hint style="info" %}
Use the page list on the left to navigate to relevant pages or pages of interest (if you are on a mobile device, this list may be collapsed due to screen space - press the button that shows several straight lines in that case).

You can also use the search button in the top-right to search for keywords to find topics of interest or relevance.
{% endhint %}

{% hint style="success" %}
Unless otherwise stated, none of the third-party links shared within this academy are officially endorsed by The Sandbox, nor is there any collaboration with the third-party in return for their links being shown. They are shared here purely for educational purposes to help you improve your security awareness.
{% 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/welcome-to-the-sandboxs-security-academy.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.
