> For the complete documentation index, see [llms.txt](https://docs.aisera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisera.com/aisera-platform/adding-data-to-your-tenant/integrations-and-data-sources/creating-a-connector/adding-and-managing-integrations-in-your-tenant.md).

# Adding and Managing Integrations in Your Tenant

## Integrations

An Integration contains essential information for the Aisera Platform to connect and communicate with a third-party application or service. It securely stores authentication details such as usernames, passwords, tokens, or keys, along with the web address or endpoint required to access the third-party application's data and sign-in locations.

If the integration you are looking for is not in the Integration Search window, you can create a [Generic Integration](/aisera-platform/adding-data-to-your-tenant/integrations-and-data-sources/using-the-generic-connector.md#integration-setup), as long as you know which type of authentication your third-party application uses.

The Aisera platform supports Integrations with a variety of authentication types. See the [supported authorization types](/aisera-platform/adding-data-to-your-tenant/integrations-and-data-sources/supported-auth-types-for-custom-integrations.md) for more information.

## Creating an Integration

**To create an Integration:**

1. Choose **Settings > Integrations** from the left navigation menu of the Aisera Admin UI.
2. Click on the **+ New Integration** button in the upper-right corner.
3. Search for the Integration you want to create in the **New Integration** window.

   <div align="left"><figure><img src="/files/xHsKLZQwFeRqvIK5Yak4" alt="" width="437"><figcaption></figcaption></figure></div>
4. Click **Next**.
5. Provide a **Name** and an **Endpoint** for your new Integration, then click **Next**.
6. Choose an authentication type from the **Auth Type** drop-down. The dialog box will change to allow you to enter all of the parameters for the authentication type you want to use.
7. When you are done entering parameters, select the **OK** button.

## Editing an Integration

**To edit an Integration:**

1. Choose **Settings > Integrations** from the left navigation menu of the Aisera Admin UI.
2. Click on the Integration you will be editing.
3. In the **Integration Details** window, click on the **Pencil** icon to open the **Edit Integration** modal.<br>

   <div align="left"><figure><img src="/files/uNvhTGNXt5xSWOYtDNVc" alt="" width="563"><figcaption></figcaption></figure></div>
4. Edit the configurations and select **OK** to save the changes.

## Deleting an Integration

**To delete an Integration:**

1. Choose **Settings > Integrations** from the left navigation menu of the Aisera Admin UI.
2. Click on the Integration you will be deleting.
3. In the **Integration Details Window**, click on the **Trash** icon.

   <div align="left"><figure><img src="/files/ZvZE7RQM6OmowZop1kla" alt="" width="563"><figcaption></figcaption></figure></div>
4. Click **OK** to confirm the deletion of the integration.

## Importing APIs

The Aisera Platform allows you to import collections of APIs for use with [Flows](/aisera-platform/ai-automation-optimize-flow.md). This is done using the [Postman Collection](https://learning.postman.com/collection-format/getting-started/overview/) format, an open source format for organizing and sharing API requests and workflows.

**To import a collection of APIs into an Integration:**

1. Choose **Settings > Integrations** from the left navigation menu of the Aisera Admin UI.
2. Select the Integration where you want to import the APIs.
3. In the **Integration Details** window click on the **Import API Collection** button to open the **Import API Collection** modal.
4. Click on the **Paperclip** icon to browse for a Postman Collection JSON file.
5. Click **OK** to save the import the APIs.

   <div align="left"><figure><img src="/files/J441gXxk739QoAX2iNbr" alt="" width="430"><figcaption></figcaption></figure></div>

{% hint style="info" %}
If you have previously imported APIs, a **Replace existing APIs with the same name** checkbox will appear. Checking this will overwrite existing APIs with new APIs under the same name. This is useful if you have imported APIs previously, and have since made changes to them.
{% endhint %}


---

# 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.aisera.com/aisera-platform/adding-data-to-your-tenant/integrations-and-data-sources/creating-a-connector/adding-and-managing-integrations-in-your-tenant.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.
