# Version Control

This is an advanced way to handle versions and the published app. To see basic settings, which should be sufficient for most cases, visit [Publish](/app-builder/publish.md).&#x20;

The version control is not available for auto publishing, you can enable [manual publishing](/app-builder/publish.md#manual-publish) to use version control

Version Management can be opened from the top left corner of the App Builder. This is where we handle all version-related actions.

![](/files/IpRjKpukslOWg88iiCtB)

Here is an example of what you’ll see in Version Management after creating a new app.

<figure><img src="/files/UNBwQCrxPC2IHWkTJ0W9" alt=""><figcaption></figcaption></figure>

What you can do with a version:

* Create a version based on the existing version by clicking “+ Create Version”

  If you are on 0.0.1 now, the options for new versions will be:

  Patch —> 0.0.2

  Minor —> 0.1.0

  Major —> 1.0.0

  <figure><img src="/files/4lldZnHkoVJkm2ZV44Fj" alt=""><figcaption></figcaption></figure>
* Publish a version
* Delete and rename a version

When publishing a new version, the existing published version will be replaced.

<figure><img src="/files/HocrCM6lapLUW9436aae" alt=""><figcaption></figcaption></figure>

What you can do with a published version:

* Click **Unpublish** to take a published App offline
* Click **Go live** on an offline app to re-publish it
* Click **Open published app** to view the published App.


---

# 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.acho.io/app-builder/version-control.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.
