> For the complete documentation index, see [llms.txt](https://docs.wem.io/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wem.io/platform/wemmodeler/wem-runtime/staging.md).

# Staging

The first instance of the WEM Runtime is the Staging Runtime. When publishing a project it will always first transfer to the Staging Runtime. The WEM Staging Runtime is typically used for review and acceptance testing with a (limited) group of testers/users, as a step between Application Development in the Modeler and Usage in Live/Production.&#x20;

### Hostnames

The default URL for the staging environment is https\://\[projectname].staging.wem.io. and can be changed in the portal settings. \
More about changing hostnames can be found here: [Portal Settings](/platform/wemmodeler/project-settings/portal-settings.md#manage-hostnames).&#x20;

### Database

Every environment (Preview, Staging, Live) has its own database. When publishing a project to a new environment you publish the data structure only, NOT its data content. This is necessary to keep the right data in your live environment. When your storage strategy is set to `All portals share the same database` you still have a different database for Staging and for Live used by both portals. More about this here: [Project Configuration](/platform/wemmodeler/project-settings/project-configuration.md#storage-strategy).

### License

Before you publish your project to the staging environment you need a valid license. This is a license from WEM giving you permission to publish. You can find out more about licenses [here](https://wem.io/wem-licensing-program/).


---

# 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.wem.io/platform/wemmodeler/wem-runtime/staging.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.
