> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/wersjonowanie/edycja-wybranej-wersji.md).

# Editing the selected version

## Editing an application item – using a form as an example

Depending on where in the system we are working from, the way to go to editing an application item may differ slightly.

### **Editing the latest version of the form**

If you are in the module **Library**, in the **Forms**, editing the selected form will be possible by clicking its row in the list and then using the **Edit** (pencil icon in the top-right toolbar).

Alternatively, the form can also be opened from the **Forms** tab in the module **Applications**, provided that the given form has previously been added to the given application. In that case, clicking its row will take the user directly to the form editor.

### **Editing a selected version of the form**

To edit a specific version of the form (e.g. an older or test version), open the **Version history**:

* From the form editor – by clicking the **Versions**,
* From the module **Library** or **Applications** – via the context menu in the **Forms**, selecting the option **Version history**.

<figure><img src="/files/5a6698a7eac1af6d04d253fce587b405a2b1836e" alt=""><figcaption><p align="center"><em><strong>Illustration 1.</strong> Selecting the "Version history" option in the "Forms" tab of the "Applications" module</em></p></figcaption></figure>

**Version history** displays a drop-down list of main versions (`1`, `2`, `3`, ...) along with the subordinate versions assigned to them (`1.1`, `1.2`, ...). Clicking the row of a given subordinate version opens it in preview or edit mode – depending on available permissions and version state.

<figure><img src="/files/3a45e688bc2e8eedd809db8e682b8b262ce2c8ab" alt=""><figcaption><p align="center"><em><strong>Figure 2.</strong> Window "Version history" with the main version 2.* of the application expanded</em></p></figcaption></figure>

{% hint style="warning" %}
For one main version of the form, only one draft version can be edited at a time. Details are described in section: **Draft (working draft/copy) of an application item**
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/wersjonowanie/edycja-wybranej-wersji.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
