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

# Workflow Guide Catalogue

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="https://mintcdn.com/pleo-61d4d38b/earhx-WV21nRUBYy/images/current/icons/export-integration-workflow-guide.svg?fit=max&auto=format&n=earhx-WV21nRUBYy&q=85&s=6b56e0fcaa95f643a63fd6fbfb94f641" href="/docs/current/guides/export-integration-workflow-guide" width="256" height="256" data-path="images/current/icons/export-integration-workflow-guide.svg">
    <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="https://mintcdn.com/pleo-61d4d38b/earhx-WV21nRUBYy/images/current/icons/as-erp-processing-workflow-guide.svg?fit=max&auto=format&n=earhx-WV21nRUBYy&q=85&s=9c139cce40c59124f0ffcce5a67345af" href="/docs/current/guides/accounting-system-processing-workflow-guide" width="256" height="256" data-path="images/current/icons/as-erp-processing-workflow-guide.svg">
    <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="https://mintcdn.com/pleo-61d4d38b/0im2PqYmwpP-taWp/images/current/icons/tags-sync.svg?fit=max&auto=format&n=0im2PqYmwpP-taWp&q=85&s=64806525d70ff22a3985536ef7105d16" href="/docs/current/guides/accounting-integrations/imports/tags-sync-workflow-guide" width="256" height="256" data-path="images/current/icons/tags-sync.svg">
    <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="https://mintcdn.com/pleo-61d4d38b/earhx-WV21nRUBYy/images/current/icons/chart-of-accounts-sync-workflow-guide.svg?fit=max&auto=format&n=earhx-WV21nRUBYy&q=85&s=895902f6c4a6f26ee89266610cdf6c97" href="/docs/current/guides/accounting-integrations/imports/accounts-sync-workflow-guide" width="256" height="256" data-path="images/current/icons/chart-of-accounts-sync-workflow-guide.svg">
    <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>

  <Card title="Tax Sync Workflow Guide" icon="https://mintcdn.com/pleo-61d4d38b/0im2PqYmwpP-taWp/images/current/icons/tax-sync.svg?fit=max&auto=format&n=0im2PqYmwpP-taWp&q=85&s=92de28ad6e17a9873531bf52e98b48a2" href="/docs/current/guides/accounting-integrations/imports/tax-sync-workflow-guide" width="256" height="256" data-path="images/current/icons/tax-sync.svg">
    <div className="text-sm mt-2">The full Tax Sync cycle: fetching and matching tax codes, then creating, updating, unarchiving, and archiving Tax Codes in Pleo.</div>
  </Card>
</CardGroup>
