> For the complete documentation index, see [llms.txt](https://docs.novacura.com/flow-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/application-packages.md).

# Application packages

## Create application package

1. Select **Apps** in Hub menu and select **Create Package**.

   <figure><img src="/files/sj6or37JE0ybs5btMG8C" alt=""><figcaption></figcaption></figure>
2. Enter the name of the package.
3. Set the icon and color.
4. Select **Add developers** to add one or more groups. Members of the groups will have full access to the package and its content.&#x20;
5. **Save**.

   <div align="left"><figure><img src="/files/WqWPQbmAHz3c5D7XiNx5" alt="" width="263"><figcaption></figcaption></figure></div>

{% hint style="info" %}
At least one access group needs to be assigned to the package.
{% endhint %}

## Edit application package

1. Hover over the app package card and the context menu will appear, click on **Edit**.
2. You can now change the title, icon, color and the assigned groups.&#x20;

## Delete application package

1. Hover over the app package card and the context menu will appear, click on **Delete**.

{% hint style="danger" %}
Deleting a package will also delete all of its content. This operation can not be undone.
{% endhint %}

## Application Library list view

The Application Library can be displayed as cards or as a sortable list. Use the view toggle in the top-right corner to switch between them.

In list view, your packages are shown in a table with the following columns:

* **Name** – sort packages alphabetically by selecting the column header.
* **Created** – who created the package and when.
* **Last Modified** – who last changed the package and when.

Search and the filter button are available in both views.

<div align="left" data-with-frame="true"><figure><img src="/files/UOK48mxDryvGqYBIcCNU" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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.novacura.com/flow-connect/working-with-connect/create-and-design/application-packages.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.
