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

End-to-end workflow guides for building accounting integrations with Pleo. Read the relevant guide before implementing so you understand the full sequence of steps and how everything connects.

## Exports

<CardGroup cols={2}>
  <Card title="Export Integration Workflow Guide" icon="route" href="/docs/current/guides/export-integration-workflow-guide">
    <div className="text-sm mt-2">The Pleo API side: detecting and starting Export Jobs, retrieving items, updating item statuses, and completing the job.</div>
  </Card>

  <Card title="AS/ERP Processing Workflow Guide" icon="server" href="/docs/current/guides/accounting-system-processing-workflow-guide">
    <div className="text-sm mt-2">The AS/ERP side: bookkeeping method resolution, accounts mapping, data mapping, attachments, and posting behaviour.</div>
  </Card>
</CardGroup>

## Imports

<CardGroup cols={2}>
  <Card title="Tags Sync Workflow Guide" icon="tag" href="/docs/current/guides/accounting-integrations/imports/tags-sync-workflow-guide">
    <div className="text-sm mt-2">The full Tags Sync cycle: configuring Dimension selection, syncing Tag Groups with Dimensions, and syncing Tags with Dimension Values.</div>
  </Card>

  <Card title="Chart of Accounts Sync Workflow Guide" icon="list-tree" href="/docs/current/guides/accounting-integrations/imports/accounts-sync-workflow-guide">
    <div className="text-sm mt-2">The full Chart of Accounts Sync cycle: fetching and matching accounts, then creating, updating, unarchiving, and archiving accounts in Pleo.</div>
  </Card>
</CardGroup>
