# Overview

Decentraland Worlds are your own personal 3D space in the Decentraland ecosystem, separate from Genesis City's map of LAND parcels. A World can be kept private or shared with anyone with just a link. Able to host up to 100 concurrent users, you can use your World to host events, display your work, or as a blank canvas where you can unleash your creativity and experiment.

## What are Worlds?

Worlds are personal 3D spaces located beyond the boundaries of Genesis City. Worlds can serve various purposes, such as:

* Hosting events
* Unleashing your creativity
* Building new experiences
* Hosting a portfolio of scenes
* Testing scenes before deploying them to Genesis City

## Getting Started

To get your own Decentraland World, you need a [Decentraland NAME](https://builder.decentraland.org/names) (costs 100 MANA) or an [ENS domain](https://ens.domains). These NAMEs are then used by the Decentraland Explorer to load the associated World.

## Learn More

* [Worlds as a project type](https://docs.decentraland.org/creator/scenes-sdk7/kinds-of-projects/kinds-of-project#publish-to-worlds) - Learn about size limits and how Worlds differ from LAND scenes
* [Publishing options](https://docs.decentraland.org/creator/scenes-sdk7/publishing/publishing-options#decentraland-worlds) - How to obtain a NAME or ENS domain
* [Publishing to Worlds](https://docs.decentraland.org/creator/scenes-sdk7/publishing/publishing#publishing-to-worlds) - Step-by-step publishing instructions
* [World configuration](https://docs.decentraland.org/creator/scenes-sdk7/kinds-of-projects/scene-metadata#world-configuration) - Configure skybox, communication settings, and more
* [Managing Worlds](https://docs.decentraland.org/creator/scene-editor/get-started/manage-scenes#managing-worlds) - Visualize storage space and manage deployments
* [World FAQs](https://github.com/decentraland/docs/blob/main/creator/scene-editor/faq/README.md#worlds) - Common questions about Worlds


---

# Agent Instructions: 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:

```
GET https://docs.decentraland.org/creator/worlds/about.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
