# Add New Configuration

![](/files/qoIrfqsqZ6sld9ARZOdJ)

You can add new configuration when you want to release a new version of the app. Usually, you don't need to release a new version because we allow you deliver app changes over the cloud. So, you need a new configuration in two scenarios.

1. There are new features released by us and its not possible to use those features with the existing configuration.&#x20;
2. Our framework has some big changes and it requires every app to adapt it.

In the both the situation, it will ask you to create a new configuration. But, you can always create new configuration by yourself if you want. If for any reason you want to upload a new app version to the store, you need a new configuration.&#x20;

You can add new configuration from the app version dropdown.

![App Version Dropdown](/files/Z5MvfjlTCjY0uNZCmzWX)

Creating a new configuration might restrict you to edit previous configuration. This happens if Twinr framework doesn't support older configurations anymore(It's very rare.).&#x20;

Adding a new configuration will ask you to insert new version of your app.

![](/files/Q0zJGD42yPAXNPUGycdl)

As soon as you add a new configuration, all your data from the previous configuration will be carried over. Now, with the new configuration you can take advantage of the latest Twinr Builder features.&#x20;


---

# 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://help.twinr.dev/app-configuration/add-new-configuration.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.
