> 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-connections.md).

# App connections

The App connections page in Struct PIM serves as the central hub for creating, configuring, and maintaining connections between your app and different tenants. It enables controlled installation of app versions and ensures that extension points and configurations are properly applied per tenant.

***

## What can you do with app connections

* **Connection management:** Create, view, and manage connections between your app and different tenants in a structured way.
* **Version linking:** Connect a tenant to a specific app version and generate a subscription key used for installation.
* **Extension points:** Configure and manage extension points that define how your app integrates with Struct PIM.

***

## View and edit app connections

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

## Create new app connection

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

## Edit app connection

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

## Delete app connection

1. Click the "<i class="fa-trash-can">:trash-can:</i>"-icon on an exiting app connection.
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 connections.
2. Select app connections 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 connections.


---

# 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-connections.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.
