> ## 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.

# Overview

Step-by-step articles for building and testing accounting integrations with Pleo. Select a category to get started.

## Exports

<CardGroup cols={2}>
  <Card title="Export Workflow" icon="route" href="/docs/current/how-tos/accounting-integrations/how-to-queue-export-items-in-ui">
    <div className="text-sm mt-2">The end-to-end articles for building an export integration, from queuing expenses in the Pleo Web App through to completing an Export Job. Follow these in sequence when building your integration for the first time.</div>
  </Card>

  <Card title="Process & Record Export Items" icon="pen-to-square" href="/docs/current/how-tos/accounting-integrations/how-to-determine-the-bookkeeping-method-for-as-erp-processing">
    <div className="text-sm mt-2">Articles covering the AS/ERP processing phase: bookkeeping method resolution, accounts and data mapping, attachment handling, accounting periods, and posting behaviour.</div>
  </Card>

  <Card title="Troubleshooting" icon="screwdriver-wrench" href="/docs/current/how-tos/accounting-integrations/how-to-resolve-missing-contra-accounts">
    <div className="text-sm mt-2">Targeted articles for resolving common integration issues. Come here when a specific step in the export flow is failing or behaving unexpectedly.</div>
  </Card>
</CardGroup>

## Imports

<CardGroup cols={2}>
  <Card title="Tags Sync" icon="tag" href="/docs/current/how-tos/accounting-integrations/imports/tags/how-to-select-dimensions-for-tags-sync">
    <div className="text-sm mt-2">Articles for implementing Tags Sync: selecting Dimensions, syncing Tag Groups with Dimensions, and syncing Tags with Dimension Values.</div>
  </Card>

  <Card title="Chart of Accounts Sync" icon="list-tree" href="/docs/current/how-tos/accounting-integrations/imports/accounts/how-to-sync-accounts">
    <div className="text-sm mt-2">Articles for implementing Chart of Accounts Sync: fetching and matching accounts, then creating, updating, unarchiving, and archiving accounts in Pleo.</div>
  </Card>
</CardGroup>
