# App connections

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