> For the complete documentation index, see [llms.txt](https://prohelp.assetpanda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prohelp.assetpanda.com/integrations-store.md).

# Integrations Store

#### <img src="/files/fwTczBv9mBndqo9CQpZg" alt="" data-size="line">  [**Visit Integrations Store in the app**](https://assetpanda.app/settings/account-management/integrations/integration-store)

Asset Panda’s Integration Store provides connections to third-party applications, designed to optimize your asset, device, and user management processes. By leveraging these integrations, you can streamline operations, improve data accuracy, and enhance overall efficiency within your organization. Proper integration ensures seamless workflows and minimizes disruptions.&#x20;

Integrating Asset Panda with external applications requires planning and attention to requirements and permissions. To implement integrations successfully, you must consider key aspects, including active subscriptions, compatibility checks, and data synchronization requirements.

## Requirements

* **Active Subscriptions**: Asset Panda and the external application must have active and valid subscriptions.&#x20;
* **Administrator Access**: Administrator-level access must be available on both systems to configure and enable integration settings effectively.
* **Version Compatibility**: The external application and Asset Panda versions must be compatible to avoid technical issues during synchronization.
* **Collections and Fields**: The required collections and fields must already be set up in Asset Panda Pro to avoid an incomplete or failed data synchronization.

***

## Permissions and security <a href="#permissions-and-security" id="permissions-and-security"></a>

* **Role Assignments**: Assign appropriate user roles in both systems. Permissions must align with responsibilities to ensure operational efficiency.
* **Principle of Least Privilege**: Grant users access only to the data necessary for their tasks.
* **Regular Audits**: Periodically audit user roles and permissions to maintain compliance with security policies and prevent unauthorized access.

***

## Data management and synchronization  <a href="#synchronization-and-data-management" id="synchronization-and-data-management"></a>

* **Data Mapping**: Clearly map data fields between Asset Panda and the external platform. Clean, standardize, and validate all fields before initiating synchronization.
* **Testing Environment**: Conduct integration testing in a controlled environment to identify and resolve potential issues without impacting live systems.
* **Logs and Error Review**: Review logs and error messages regularly to address synchronization failures promptly and maintain system reliability.
* **Notification Thresholds**: Configure thresholds for critical changes, such as stock depletion in consumables, and set up automated notifications to keep stakeholders informed.&#x20;
* **Sequential Data Flow**: When multiple integrations are configured, maintain a sequential data flow to avoid conflicts and ensure the accurate processing of records.

***

## Available integrations

{% columns %}
{% column %}

* Collaboration
  * [Google Calendar](/integrations-store/collaboration/google-calendar-integration-api-based.md)
  * [Microsoft Teams](/integrations-store/collaboration/microsoft-teams-integration.md)
  * [Slack](/integrations-store/collaboration/slack-integration.md)
* Data Management
  * [SFTP Reports](/integrations-store/data-management/sftp-reports-integration.md)
  * [SFTP Imports](/integrations-store/data-management/sftp-imports-integration.md)
* Device Management
  * [Apple Business Manager](/integrations-store/device-management/apple-business-manager-integration.md)
  * [Cisco Meraki](/integrations-store/device-management/cisco-meraki-integration.md)
  * [Hexnode](/integrations-store/device-management/hexnode-integration.md)
  * [Jamf Pro](/integrations-store/device-management/jamf-pro-integration.md)
  * [Kandji](/integrations-store/device-management/kandji-integration.md)
  * [Microsoft Intune](/integrations-store/device-management/microsoft-intune-integration.md)
* Record Management
  * [ArcGIS](/integrations-store/record-management/arcgis-integration.md)
  * [ConnectWise](/integrations-store/record-management/connectwise-integration.md)
  * [NetSuite](/integrations-store/record-management/netsuite-integration.md)
  * [QuickBooks](/integrations-store/record-management/quickbooks-integration.md)
  * [Webhooks](/integrations-store/record-management/webhooks-integration.md)
    {% endcolumn %}

{% column %}

* Single Sign On (SSO)
  * [Microsoft Entra ID SSO](/integrations-store/single-sign-on-sso-integrations/microsoft-entra-id-sso.md)
  * [Google Workspace SSO](/integrations-store/single-sign-on-sso-integrations/google-workspace-sso.md)
  * [Okta SSO](/integrations-store/single-sign-on-sso-integrations/okta-sso.md)
* Ticket Management
  * [Freshservice](/integrations-store/ticket-management/freshservice-integration.md)
  * [Jira](/integrations-store/ticket-management/jira-integration.md)
  * [ServiceNow](/integrations-store/ticket-management/servicenow-integration.md)
  * [Zendesk](/integrations-store/ticket-management/zendesk-integration.md)
* User Management
  * [Google Workspace](/integrations-store/user-management/google-workspace-integration.md)
  * [Microsoft Active Directory On-Premises](/integrations-store/user-management/microsoft-active-directory-on-premises-integration.md)
  * [Microsoft Entra ID](/integrations-store/user-management/microsoft-entra-id-integration.md)
  * [Okta](/integrations-store/user-management/okta-integration.md)
* Warranty Management
  * [Dell](/integrations-store/warranty-management/dell-warranty-integration.md)
  * [Lenovo](/integrations-store/warranty-management/lenovo-integration.md)
    {% endcolumn %}
    {% endcolumns %}


---

# 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://prohelp.assetpanda.com/integrations-store.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.
