# Manage Bundles

After [creating a bundle](https://docs.apono.io/docs/access-flows/create-bundles), 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="https://1094436629-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv6MBfUGvblSdAz31yJXm%2Fuploads%2Fgit-blob-8cd5a1ea0178f6f71bf2b509b65ff89dd87c6b88%2Fbundles-find.png?alt=media" 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. On the [**Bundles**](https://app.apono.io/bundles) page, enter the name, integration, or resource type of a bundle in the search bar. All bundle cards with matching keywords appear.

{% hint style="info" %}
The bundle cards display key information:

* Name
* Space
* Date of creation or most recent update
* Access targets (permission roles, resources, integrations, and access scopes)

This information is intended to help you quickly identify specific bundles.
{% endhint %}

2. (Optional) If [Space Management](https://docs.apono.io/docs/user-administration/space-management) 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) Apply one or more of the primary filters to refine the list of bundles.

   <table><thead><tr><th width="215">Filter</th><th>Description</th></tr></thead><tbody><tr><td><strong>Integration</strong></td><td><p>Reveals bundles according to their integrations<br><br>Follow this step to apply the filter:</p><ol><li>From the <strong>Integration</strong> dropdown menu, select one or more integrations.<br><br><em><strong>TIP</strong>: You may enter keywords into the search bar to locate an integration.</em></li></ol></td></tr><tr><td><strong>Resource Type</strong></td><td><p>Reveals bundles according to their resource types<br><br>Follow this step to apply the filter:</p><ol><li>From the <strong>Resource Type</strong> dropdown menu, select one or more resources types.<br><br><em><strong>TIP</strong>: You may enter keywords into the search bar to locate a resource type.</em></li></ol></td></tr><tr><td><strong>Saved Access Scope</strong></td><td><p>Reveals bundles according to their access scopes</p><p>Follow this step to apply the filter:</p><ol><li>From the <strong>Saved Access Scope</strong> dropdown menu, select one or more access scopes.<br><br><em><strong>TIP</strong>: You may enter keywords into the search bar to locate an access scope.</em></li></ol></td></tr></tbody></table>

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

***

### Edit a bundle

<figure><img src="https://1094436629-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv6MBfUGvblSdAz31yJXm%2Fuploads%2Fgit-blob-c0fe3a47b1fe08168bef6f1545b304e699373243%2Fbundles-edit.png?alt=media" 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 bundle card, click **⋮ > Edit**. The **Edit Bundle** page appears.
3. In your desired fields, [create new bundle guidelines](https://docs.apono.io/docs/create-bundles#create-a-bundle).
4. Click **Update Bundle**. The **Bundles** page appears with the updated bundle card.

***

### Duplicate a bundle

<figure><img src="https://1094436629-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv6MBfUGvblSdAz31yJXm%2Fuploads%2Fgit-blob-096138f80080c6e54e973728824a435ace6e4954%2Fbundles-duplicate.png?alt=media" 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 bundle card, click **⋮ > Duplicate**. The **Duplicate Bundle** menu appears.
3. **Name** the duplicate bundle.

{% hint style="info" %}
By default, the duplicate inherits the original bundle’s name with **(Copy)** appended.
{% endhint %}

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

{% hint style="info" %}
If [Space Management](https://docs.apono.io/docs/user-administration/space-management) 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="https://1094436629-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv6MBfUGvblSdAz31yJXm%2Fuploads%2Fgit-blob-c0fac7c8df98d7b486f3f37d745e01e60207557f%2Fbundles-delete.png?alt=media" 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 bundle card, click **⋮ > Delete**. The delete prompt appears.
3. Click **Yes**. The bundle is deleted from the **Bundles** page.


---

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