> For the complete documentation index, see [llms.txt](https://docs.somnia.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.somnia.network/ecosystem/experiences/somnia-playground.md).

# Somnia Playground

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdDrk3LlDPkCKNP-BdNnf1TYLGceOZnBV5ywbj9T4SlUiBoRagTE6-lFu_wP0bqf5biGpTLGQDBo19sio_tFrZ5PZ1efTxQWkJ94__Y7XmN9Osc5oOYaKswlH7_OjI1iLrr26n9gs0MV2d9DUeOTEJGTZNG?key=Pd6FhcOWiUEbzWyN_-YJmg" alt=""><figcaption></figcaption></figure>

The web-based Playground, is a feature that allows Content Creators to quickly and easily spin up web-hosted Virtual Society experiences in a “sandbox” environment.

The Playground offers a suite of intuitive, web-based authoring tools that facilitate the rapid iteration and publishing of virtual experiences that interoperate with the Somnia Network. This allows Content Creators to test their ideas and creations without having to deploy them onto server infrastructure, thereby saving time and resources. From immersive virtual environments to interactive games and educational experiences, Playground provides a platform for Content Creators to experiment, innovate, and bring their unique visions to life.

In addition to its utility for Content Creators, Playground also serves as a demonstration tool for the Somnia Network. Here, Network Participants can explore how the Protocols and infrastructure can be combined end-to-end to create a digital economy. An example of this is validating that a User owns an object and is only able to spawn it based on ownership (utilising the Object Protocol) or having a shop to sell items from the Marketplace Protocol.

<br>


---

# 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.somnia.network/ecosystem/experiences/somnia-playground.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.
