> For the complete documentation index, see [llms.txt](https://docs.apono.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apono.io/docs/access-flows/manage-bundles.md).

# Manage Bundles

After [creating a bundle](/docs/access-flows/create-bundles.md), you can view, edit, duplicate, and delete the bundle from the Apono UI. The following sections explain how to manage bundles by performing each of these different tasks.

***

### Find a bundle

<figure><img src="/files/rK6Dl9IcraKfmcaLpMoK" alt="" width="563"><figcaption><p><em>Finding a bundle</em></p></figcaption></figure>

Follow these steps to search for and view an existing bundle:

1. From the left navigation, click [**Bundles**](https://app.apono.io/bundles)**.** The **Bundles** page displays existing access flows in a compact list. Each collapsed row displays summary information to help you identify the bundle.
2. (Optional) If [Space Management](/docs/user-administration/space-management.md) is enabled, select a space from the space selector at the top of the page to show only the bundles for that space.
3. (Optional) In the search bar, enter the name, grantee, or resource type of a bundle. Only bundles with matching keywords appear.
4. (Optional) Apply one or more of the filters.

<details>

<summary>Integration</summary>

Follow these steps to apply the filter:

1. Click **Integration**.
2. (Optional) In the **Search** field, enter a value to filter the list.
3. Select one or more integrations.

</details>

<details>

<summary>Resource Type</summary>

Follow these steps to apply the filter:

1. Click **Resource Type**.
2. (Optional) In the **Search** field, enter a value to filter the list.
3. Select one or more resource types.

</details>

<details>

<summary>Saved Access Scope</summary>

Follow these steps to apply the filter:

1. Click **Saved Access Scope**.
2. (Optional) In the **Search** field, enter a value to filter the list.
3. Select one or more values.

</details>

After searching and applying filters, only the bundles matching the keywords and criteria appear on the **Bundles** page.

***

### View bundle details

<figure><img src="/files/zg9yXJFl2jUAWhEQltzf" alt="" width="563"><figcaption><p>Bundle expanded row</p></figcaption></figure>

By default, each collapsed row on the **Bundles** page displays summary information about the bundle, including its name, grantees, and targets.

You can expand a row to view additional configuration details. Depending on the bundle, these details may include the description, targets, creation date, and last updated date.

Follow these steps to view the details of a bundle:

1. On the [**Bundles**](https://app.apono.io/bundles) page, [find the bundle](#find-a-bundle).
2. Click the row of a bundle. The row expands to display additional details.
3. To collapse the row, click in the row of the bundle again.

{% hint style="success" icon="lightbulb" %}
To expand all access flow rows, click **Expand all**. To return to the compact list, click **Collapse all**.
{% endhint %}

***

### Edit a bundle

<figure><img src="/files/t1XiBAUIM6PxpafpcppE" alt="" width="563"><figcaption><p><em>Editing a bundle</em></p></figcaption></figure>

Follow these steps to edit a bundle:

1. On the [**Bundles**](https://app.apono.io/bundles) page, [find a bundle](#find-a-bundle).
2. In the row of a bundle, click **⋮ > Edit**. The **Edit Bundle** page appears.
3. Update the relevant [bundle settings](/docs/access-flows/create-bundles.md#create-a-bundle).
4. Click **Update Bundle**. The **Bundles** page appears with the updated bundle row.

***

### Duplicate a bundle

<figure><img src="/files/djs8TceP7ewJiM7DakTA" alt="" width="563"><figcaption><p><em>Duplicating a bundle</em></p></figcaption></figure>

Follow these steps to duplicate a bundle:

1. On the [**Bundles**](https://app.apono.io/bundles) page, [find a bundle](#find-a-bundle).
2. In the row of a bundle, click **⋮ > Duplicate**. The **Duplicate Bundle** menu appears.
3. **Name** the duplicate bundle.

{% hint style="info" %}
By default, the duplicate will take on the name of the original bundle with the title **(Copy)** appended to the end.
{% endhint %}

4. Click **Duplicate**. The duplicate bundle appears in the **Bundles** page.

{% hint style="info" %}
If [Space Management](/docs/user-administration/space-management.md) is enabled, the duplicate is created in the same location as the original, either within the same space or at the global account level.
{% endhint %}

***

### Delete a bundle

<figure><img src="/files/uE8yxXKoPHTG1nFm1IsJ" alt="" width="563"><figcaption><p><em>Deleting a bundle</em></p></figcaption></figure>

{% hint style="danger" %}
Deleting a bundle performs two tasks:

* Removes the bundle from the **Bundles** page
* Removes the bundle from any associated access flows
  {% endhint %}

Follow these steps to delete a bundle:

1. On the [**Bundles**](https://app.apono.io/bundles) page, [find a bundle](#find-a-bundle).
2. In the row of a bundle, click **⋮ > Delete**. The delete prompt appears.
3. Click **Yes**. The bundle is deleted from the **Bundles** page.


---

# 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.apono.io/docs/access-flows/manage-bundles.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.
