# Manage integrations

After creating an integration, you can use the Apono UI to find, edit, delete, and perform additional actions on that integration.

***

### Find an integration

You can search for an integration to view its related information.

<figure><img src="/files/E1oyB9rRhxzGHa2SMab5" alt="" width="563"><figcaption><p>Integrations page</p></figcaption></figure>

Follow these steps to locate an integration in the Apono UI:

1. On the [**Connected**](https://app.apono.io/catalog/connected) tab, in the search bar, enter the name of the integration. All matching integrations appear.
2. (Optional) Apply one or more [filters](#apply-filters).

After searching and applying filters, only integrations matching criteria appear on the **Connected** tab.

{% hint style="info" %}
The **Connected** tab displays context information related to each integration:

* Name
* Connector
* Resource Types
* Sync Summary
* Status

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

#### Apply filters

Follow these steps to apply filters:

1. Click the **Filters** dropdown menu. The filter options appear.
2. From the **Where** dropdown menu, select an option.
3. From the **is** dropdown menu, select a value.
4. (Optional) Click **+ Add new filter** and repeat steps **2-3** to add more filters.
5. Click **Apply**.

***

### Edit an integration

<figure><img src="/files/EHGdgYlcEHdlgvmHqqZm" alt="" width="563"><figcaption><p>Editing an integration</p></figcaption></figure>

Follow these steps to edit an integration:

1. [Find an integration](#find-an-integration).
2. In the row of the integration, click ⠇**> Edit**. The **Edit Integration** page for the integration appears.
3. Update the integration information.
4. Click **Update**.

The integration will re-sync. If the updates are valid, you will get a success message and see synced resources. Otherwise, error messages will be displayed.

***

### Delete an integration

<figure><img src="/files/8BRvH5xUsugIUvp0FgGB" alt="" width="563"><figcaption><p>Deleting an integration</p></figcaption></figure>

Follow these steps to delete an integration:

1. [Find an integration](#find-an-integration).
2. In the row of the integration, click ⠇**> Delete**. A confirmation popup window appears.

{% hint style="info" %}
Be mindful of the following:

* If your integration is associated with one or more access flows, a popup window will appear listing the access flows. For each access flow, click the link and [delete the access flow](/docs/access-flows/manage-access-flows.md#delete-an-access-flow).
* If your integration has active access requests, a popup window will appear listing the request IDs. For each request, click the link and [revoke the access](/docs/access-flows/revoking-access.md).
  {% endhint %}

3. Click **Yes**.

***

### Additional integration actions

In addition to finding, editing, or deleting integrations, you can perform other tasks to manage integrations from the Apono UI.

#### View associated integration resources

Follow these steps to view the associated integration resources:

1. [Find an integration](#find-an-integration).
2. In the row of the integration, click ⠇**> Resources**. A page of the integration's resources appears.

#### Refresh an integration

Follow these steps to refresh an integration:

1. [Find an integration](#find-an-integration).
2. In the row of the integration, click ⠇**> Refresh**. Apono syncs the integration.

<br>


---

# 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/connectors-and-secrets/manage-integrations.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.
