# Persistent Worlds

Standard worlds you create will be deleted after the duration of your world has ended. Persistent worlds will stick around, allowing you to maintain access groups, live config, events, and other world state.

## Create a persistent world

Follow the same steps as in [Worlds](/platform-documentation/creation/worlds.md). Before starting your world, enable "Create persistent world" in the optional settings.

When this world's duration has ended, the world will transition to be inactive instead of being deleted. You can find your world under the "Inactive Worlds" tab on the left side of the Worlds page:

<figure><img src="/files/hdhSJfcibWEQmUipdu3V" alt="" width="185"><figcaption><p>The Worlds selection tab on the left-side of the page, showing the Inactive Worlds tab.</p></figcaption></figure>

## Update an inactive persistent world

From the tab on the left you can find your world page. From here, you will be able to modify everything about your world while it is inactive including linked event, access groups, and other relevant world settings.

To update your world settings, first make changes. Once you have made your changes, click the "Submit" button to make your changes permanent.

<figure><img src="/files/hxQYKmEDlpk6ck7X7Gxt" alt=""><figcaption><p>Inactive persistent world settings page with the "Submit" button highlighted.</p></figcaption></figure>

## Start an inactive persistent world

Once you're happy with your world, you can click "Start" to run your world with the settings

<figure><img src="/files/Xu8EKUQE1YZK0GSFT0bC" alt=""><figcaption><p>Inactive persistent world settings page with the "Start" button highlighted.</p></figcaption></figure>

{% hint style="info" %}
Please reference the [glossary](https://docs.msquared.io/glossary#worlds) to learn more about the difference between persistent worlds & always on worlds.
{% endhint %}


---

# 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.otherside.xyz/platform-documentation/creation/worlds/persistent-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.
