# Environments & Deployment

Newly created apps, as well as any changes to existing apps, are saved only on the default staging environment. For changes to go live for end-users in the workspace, they have to be deployed to the production environment (clicking on "Deploy" and "Deploy version" in the top right corner in the editor). Each deployment has a version number that depends on the previous version number and the type of deployment (Major, Minor or Patch). Additionally, notes can be added to each deployment.

To inspect your version history, including the version number, the date of deployment, the name of the user that deployed it and the version notes, is available when clicking on "Deploy" and "Version history" in the right top corner.


---

# 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.uify.io/editor/environments-and-deployment.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.
