# App versions

This page provides a structured overview of your app’s version history and how each version is configured.\
It supports workflows around updating, organizing, and maintaining consistency between versions.\
Use it to keep track of changes and ensure smooth iteration as your app develops over time.

## View and edit app versions

Details for the app versions can be viewed and edited here.

## Create new app version

1. Click the "Create version"-button in the top right corner of the page.

## Edit app version

1. Click the "<i class="fa-pencil-line">:pencil-line:</i>"-icon on an existing app version.
2. Modify settings.
3. Save changes.

## Delete app version

1. Click the "<i class="fa-trash-can">:trash-can:</i>"-icon on an exiting app version.
2. Confirm deletion if prompted.

## **Manage columns**

1. Click "Manage columns"-icon or use the keyboard shortcut ctrl+shift+c.
2. Manage columns.
3. Click "Update columns".

## **Swap to grid view**

1. Click "Grid"-icon or use the keyboard shortcut ctrl+shift+g.

## **Swap to table view**

1. Click "Table"-icon or use the keyboard shortcut ctrl+shift+h.

## **Items per page**

1. Click the drop down next to the "Items per page:"-text top right above the app versions.
2. Select app versions per page.

## **Page navigation**

1. Click the "<i class="fa-chevron-left">:chevron-left:</i>" and "<i class="fa-chevron-right">:chevron-right:</i>" icons to navigate back and foward a page. The icons are located to the right above the app versions.


---

# 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.struct.com/developer/app-store/app/app-versions.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.
