> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/developer/app-store/app/app-versions.md).

# App versions

The App versions page in Struct PIM serves as the central hub for creating, configuring, and organizing app versions. It allows users to manage active and inactive versions, configure app behavior across installations, and define extension points that control where and how apps are integrated within the PIM.

***

## What can you do with app versions

**Version management:** Create, edit, activate, deactivate, and delete app versions to maintain control over the apps status.

**Version configuration:** Configure app version settings such as messaging version, install URLs, uninstall URLs, and version notes.

**Extension points:** Configure and maintain extension points between apps and Struct PIM, including embed URLs and UI placement.

***

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