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

# Generic Terms in Pleo

Common terms used frequently across Pleo's documentation and APIs.

<Accordion title="Pleo Account" defaultOpen>
  <div className="text-sm">
    Represents an account of a company or organisation with Pleo, containing a specific fund in a specific currency. Customers use Pleo accounts for invoice payments, vendor payments, and reimbursements. Funds can be added, converted, or withdrawn. Pleo supports multi-currency configuration — customers can hold accounts in up to six different currencies.
  </div>
</Accordion>

<Accordion title="Card Payments" defaultOpen>
  <div className="text-sm">
    Payments made with the Pleo card, using funds from the Pleo wallet. This is at the company or organisation level.
  </div>
</Accordion>

<Accordion title="Contra Accounts" defaultOpen>
  <div className="text-sm">
    Accounts in the ERP or accounting system that correspond to Pleo accounts. Out of Pocket expenses and Reimbursements indicate the amount in a Pleo account that a company or organisation owes to its employees.
  </div>
</Accordion>

<Accordion title="Cash Withdrawals" defaultOpen>
  <div className="text-sm">
    Cash withdrawn by employees using their Pleo card. This is recorded as an employee's liability to the company.
  </div>
</Accordion>

<Accordion title="Account in Chart of Accounts" defaultOpen>
  <div className="text-sm">
    The chart of accounts is the customer's index of all financial accounts in an ERP or accounting system. An account in the chart of accounts is the source or destination of money — it could be a real physical entity such as a bank account, or a virtual account such as a pocket account.
  </div>
</Accordion>

## Related Reading

* [Accounts Mapping](/docs/current/platform/exports/accounts-mapping)
* [Export Integration Workflow Guide](/docs/current/guides/export-integration-workflow-guide)
* [AS/ERP Integration: Getting Started](/docs/current/getting-started/accounting-integrations-quickstart)
