> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/worlds/about.md).

# 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](/creator/scenes-sdk7/kinds-of-projects/kinds-of-project.md#publish-to-worlds) - Learn about size limits and how Worlds differ from LAND scenes
* [Publishing options](/creator/scenes-sdk7/publishing/publishing-options.md#decentraland-worlds) - How to obtain a NAME or ENS domain
* [Publishing to Worlds](/creator/scenes-sdk7/publishing/publishing.md#publishing-to-worlds) - Step-by-step publishing instructions
* [World configuration](/creator/scenes-sdk7/kinds-of-projects/scene-metadata.md#world-configuration) - Configure skybox, communication settings, and more
* [Managing Worlds](/creator/scene-editor/get-started/manage-scenes.md#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
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:

```
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.
