> ## Documentation Index
> Fetch the complete documentation index at: https://developers.pleo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Connect Pleo to a Custom API Integration

export const WhatComesNext = ({children, href}) => <div className="mt-4">
    <a href={href} className="
        inline-flex items-center justify-center
        rounded-full
        bg-black text-white dark:bg-[#1f262b]
        px-5 py-2.5 text-sm font-medium
        no-underline border-0
        hover:bg-[#ffe6ea] dark:hover:bg-[#2b1f23]
        hover:text-black
        transition-colors
      ">
      {children} →
    </a>
  </div>;

This how-to explains how to connect Pleo to a Custom API Integration so that export jobs are routed to your integration.

## Prerequisites

Before you begin:

* You have access to the Pleo Web App
* You are logged in as an **Admin** or **Bookkeeper**

## Steps

### 1. Open Accounting Settings

Go to **Settings** and select **Accounting**.

### 2. Disconnect any existing integration

If you have an existing accounting integration connected, disconnect it before proceeding. You will see an option to disconnect on the current integration's settings.

### 3. Search for Custom API Integration

In the search box, search for **Custom API Integration** and select it from the results.

<div style={{ textAlign: "center" }}>
  <img src="https://mintcdn.com/pleo-61d4d38b/EhdbSGIGcikLd283/images/current/accounting-integrations/as-ui-export-custom-integration-search.png?fit=max&auto=format&n=EhdbSGIGcikLd283&q=85&s=1d5c621bdfb8b30ad316d45c06c095cb" alt="Search for and select Custom API Integration" width="80%" style={{ display: "block", margin: "0 auto" }} data-path="images/current/accounting-integrations/as-ui-export-custom-integration-search.png" />
</div>

## Result

Pleo is now connected to your custom integration and will route exports accordingly.

***

## What Comes Next?

<WhatComesNext href="/docs/current/how-tos/accounting-integrations/how-to-queue-export-items-in-ui">
  How to Queue Export Items in Pleo's Web App
</WhatComesNext>

***

## Related Reading

* [Export Integration Workflow Guide](/docs/current/guides/export-integration-workflow-guide)
* [Connection and Authorisation Overview](/docs/current/integration-design/auth/integration-design-auth-overview)
