> 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/internet-and-social-network-security/d03.md).

# Official Links

Scammers will often try to create temporary websites that will try to mimic a legitimate one. They often trick people into visiting these websites by making the link appear legitimate, when it in fact isn't or has a deliberate spelling error to make you think it is.

On this page are the only official links to certain webpages and communities.

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

## Websites & Webpages

* The Sandbox Website: <https://www.sandbox.game/>
* The Sandbox Marketplace: <https://www.sandbox.game/shop/>
* The Sandbox Reward Claims: <https://www.sandbox.game/me/claim/>
* The Sandbox Staking: <https://www.sandbox.game/me/defi/>
* The Sandbox Press Kit: <https://press.sandbox.game/>
* The Sandbox Alpha: <https://www.sandbox.game/season>
* The Sandbox Contests: <http://sandbox.game/season/contests/>

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

## Software & Downloads

* The Game Maker Software: <https://www.sandbox.game/create/game-maker/>
* The VoxEdit (NFT maker) software: <https://www.sandbox.game/create/vox-edit>
* Avatar Creator: <https://www.sandbox.game/me/avatar/>
* The Sandbox Alpha Client: <https://www.sandbox.game/en/season>

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

## Knowledge Bases & Academies

* The Sandbox's Main Knowledge Base: <https://sandboxgame.gitbook.io/the-sandbox/>
* The Game Maker Academy: <https://sandboxgame.gitbook.io/the-game-maker-academy/>
* The VoxEdit Academy: <https://sandboxgame.gitbook.io/the-voxedit-academy/>

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

## Social Media, Communities, & Blogs

| <p><strong>Twitter:</strong></p><p><a href="https://twitter.com/TheSandboxGame"><https://twitter.com/TheSandboxGame></a></p>            | <p><strong>Facebook:</strong> <br><a href="https://www.facebook.com/TheSandboxGame/"><https://www.facebook.com/TheSandboxGame/></a></p>   |
| --------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>Medium:</strong> </p><p><a href="https://medium.com/sandbox-game"><https://medium.com/sandbox-game></a></p>                  | <p><strong>Blog:</strong> </p><p><a href="https://bit.ly/TSB-blog"><https://www.sandbox.game/en/blog/></a></p>                            |
| <p><strong>Instagram:</strong> </p><p>UNAVAILABLE</p>                                                                                   | <p><strong>YouTube:</strong> <br><a href="https://www.youtube.com/thesandboxgame"><https://www.youtube.com/thesandboxgame></a></p>        |
| <p><strong>Twitch:</strong> <br><a href="https://www.twitch.tv/thesandboxgame"><https://www.twitch.tv/thesandboxgame></a></p>           | <p><strong>Discord:</strong> <br><a href="https://discord.gg/thesandboxgame"><https://discord.gg/thesandboxgame></a></p>                  |
| <p><strong>Telegram:</strong><br><a href="https://t.me/sandboxgame"><https://t.me/sandboxgame></a></p>                                  | <p><strong>Reddit:</strong> <br><a href="https://www.reddit.com/r/TheSandboxGaming/"><https://www.reddit.com/r/TheSandboxGaming/></a></p> |
| <p><strong>Game Maker Fund Twitter:</strong><br><a href="https://twitter.com/gamemakerfund"><https://twitter.com/gamemakerfund></a></p> | <p><strong>VoxEdit Twitter:</strong><br><a href="https://twitter.com/VoxEdit"><https://twitter.com/VoxEdit></a></p>                       |

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

## OpenSea Collections

* LAND Collection: <https://opensea.io/collection/sandbox>
* ASSET Collection: <https://opensea.io/collection/the-sandbox-assets>

{% hint style="info" %}
Look for the blue checkmark on OpenSea indicating that it is a verified collection.
{% endhint %}

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

## Other

* GitHub Repository: <https://github.com/thesandboxgame>
* Contacts: Found here - <https://sandboxgame.gitbook.io/the-sandbox/links-and-resources/chat-live-support>


---

# 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/internet-and-social-network-security/d03.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.
