# Built-In Integrations

### Overview

The **Built-In Integrations** section of the MangoApps Admin Portal provides a centralized location for enabling and configuring pre-built integrations with commonly used third-party services and tools.&#x20;

<figure><img src="/files/wDZ71VSni5u4FFmkcqkU" alt="" width="563"><figcaption></figcaption></figure>

***

### Using the Built-In Integrations Interface

#### Filtering by Category

At the top of the page, use the **Category** dropdown to filter integrations based on type or use case (e.g., IT Apps, Ticketing Apps, Document Management Apps, etc.).

#### Integration List

Each integration entry includes:

* **Integration Name** (e.g., Accessibility, ADP, Adobe Experience Manager)
* **Icon** for visual identification
* An **Info icon (i)** that provides more context about the integration
* A **Setup** or **Configure** button depending on the integration's current status
* A **Toggle switch** (when available) to enable or disable the integration directly

#### Integration Status Actions

* **Setup**: Click this button to initiate the setup process for integrations not yet configured.
* **Configure**: Available for integrations already initialized (e.g., ADP), allowing admins to adjust settings.
* **Toggle On/Off**: Some integrations include a quick toggle switch to enable or disable them without entering the configuration page (e.g., Airbrake).

***

### Best Practices

* Review each [**integration’s documentation**](https://guides.mangoapps.com/integrations-guide) before setup to understand prerequisites and data flow.
* Limit configuration access to designated administrators to maintain security and compliance.
* Periodically audit enabled integrations to ensure they’re still needed and properly configured.

***

### Troubleshooting and Support

If you encounter issues setting up or using any built-in integration:

* Click the **Help** icon at the top right of the admin portal.
* Refer to the specific integration’s documentation.
* Contact MangoApps Support for advanced troubleshooting.


---

# 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://guides.mangoapps.com/admin-guide/integrations/built-in-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.
