> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/en/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/en/general.md).

# General

- [Play, Create & Earn](https://docs.sandbox.game/en/general/play-create-and-earn.md): Learn how you can Play, Create, & Earn in The Sandbox and participate in our circular economy.
- [Map](https://docs.sandbox.game/en/general/map.md): Learn about The Sandbox metaverse Map and features.
- [Marketplace](https://docs.sandbox.game/en/general/marketplace.md): Discover digital property on The Marketplace to enhance your user experience as you play, create, and earn in The Sandbox ecosystem.
- [FAQs: Marketplace](https://docs.sandbox.game/en/general/marketplace/faqs-marketplace.md): Find answers to common questions about The Sandbox Marketplace here.
- [About The Sandbox Marketplace Beta](https://docs.sandbox.game/en/general/marketplace/faqs-marketplace/about-the-sandbox-marketplace-beta.md)
- [The Sandbox MoonCats NFT Recall](https://docs.sandbox.game/en/general/marketplace/faqs-marketplace/the-sandbox-mooncats-nft-recall.md): Important information for The Sandbox members who hold The Sandbox MoonCat NFTs.
- [Discord Community](https://docs.sandbox.game/en/general/discord-community.md): About The Sandbox's Discord community
- [Join Discord & Claim Roles](https://docs.sandbox.game/en/general/discord-community/join-claim-roles.md): A quick guide on joining The Sandbox's Discord community & claiming your community roles.
- [Navigation](https://docs.sandbox.game/en/general/discord-community/navigate.md)
- [Staying Safe on Discord](https://docs.sandbox.game/en/general/discord-community/safety-report-scams.md): Guidance to avoid scammers that try to steal funds and NFTs via Discord.
- [FAQs: Discord](https://docs.sandbox.game/en/general/discord-community/faqs-discord.md): Find answers to common questions about The Sandbox Discord Community here.
- [Social Networks, News & Blogs](https://docs.sandbox.game/en/general/socials-news-blogs.md)
- [Help & Contact](https://docs.sandbox.game/en/general/helpcontact.md): Find links to all FAQs pages for answers to common questions about The Sandbox here.
- [Languages](https://docs.sandbox.game/en/general/languages.md): Find access to the community and Sandbox content in your language.


---

# 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/en/general.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.
