# Managing your scenes and worlds

Worlds vs. scenes

A *scene* is a virtual space that you have created in Sansar, which includes the ground, sky, and any imported content that you have laid out in the scene. When a user visits your world, your edited scene is what they see and explore. A scene on its own cannot be visited unless it is linked to a world.

A *world* represents the unique address pointing to a particular scene, which lays out the space that visitors see when they visit your world. A world becomes visitable when it is published in the [Codex](/latest/exploring-in-sansar/navigateandexplore/codex.md), which is a public listing of worlds in Sansar, or by sharing the world's URL with other Sansar users.

**Note:** Each scene can only be linked to one world at a time, and each world can only be linked to one scene at a time. However, it is possible to teleport from one world to another by using an appropriate [teleport script](/latest/creating-in-sansar/working-with-scripts/configuring-teleport-scripts.md) and [world URL](/latest/creating-in-sansar/managing-worlds/sharing-your-experiences.md).

Managing your scenes and worlds

As a world creator, you will likely be spending a lot of time in Sansar with the [My Worlds panel](/latest/creating-in-sansar/creatortools/my-worlds-panel.md) and the edit mode interface. Both the [My Worlds panel](/latest/creating-in-sansar/creatortools/my-worlds-panel.md) and edit mode provide a variety of actions to help you manage your scenes and worlds:

* [Create a world](/latest/creating-in-sansar/creatortools/creating-a-world.md)
* [Edit your scene](/latest/creating-in-sansar/managing-worlds/editing-a-scene.md)
* [Save and build your scene](/latest/creating-in-sansar/managing-worlds/saving-and-building-scene.md)
* [Visit your own world](/latest/creating-in-sansar/managing-worlds/visitng-your-own-experience.md)
* [Publish a world in the Atlas](/latest/creating-in-sansar/managing-worlds/publishing-options-for-experiences.md)
* [Link a new scene to a world](/latest/creating-in-sansar/managing-worlds/linking-scene-to-a-world.md)
* [Rename a scene](/latest/creating-in-sansar/managing-worlds/renaming-a-scene.md)
* [Delete a world and/or scene](/latest/creating-in-sansar/managing-worlds/deleting-a-scene.md)
* [Share your worlds](/latest/creating-in-sansar/managing-worlds/sharing-your-experiences.md)

***

#### Have more questions? Ask in our [Discord!](http://discord.gg/sansarofficial)


---

# 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.sansar.com/latest/creating-in-sansar/managing-worlds/managing-scenes-and-worlds.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.
