# Versioning

Versioning allows to make changes in your Bravo project without affecting your published app. This is very useful in case you want to work on improvements or test new features for your published apps. These changes will be kept in draft mode, until you choose to push them to the published app. You'll be able to test the draft version on Bravo Vision.

## How to use versioning

&#x20;   1\. In order to activate versioning in your Bravo project, go to Settings in the project dashboard, then Versioning, and enable Version Management.

![](/files/-Mj51EP1AKkDu9md_QAj)

&#x20;   2\. From this moment, whenever you make a change to your project (either a modification on the design file, or in the data library/data binding), it will be kept in the draft version. You'll be able to test this draft version on Bravo Vision, while the live (published) version won't be modified.

&#x20;   3\. If you want to publish the draft version, you'll need to click on the Publish Changes icon in the top right of the project dashboard. When clicking on it, a tab asking to confirm the publication will pop up, including the time past from the last push.

![](/files/-Mj51OUU5Xd94KDZI2EN)


---

# 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.bravostudio.app/app-publication/versioning.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.
