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

# What is Pleo

export const RememberCallout = ({title, children}) => <div className="callout-box callout-remember">
    <div className="callout-row">
      <span className="callout-icon">
        <svg width="22" height="22" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor"><path d="M229.66,98.34,172.39,155.8c11.46,22.93-1.72,45.86-10.11,57a8,8,0,0,1-12,.83L42.34,105.76A8,8,0,0,1,43,93.85c29.65-23.92,57.4-10,57.4-10l57.27-57.46a8,8,0,0,1,11.31,0L229.66,87A8,8,0,0,1,229.66,98.34Z" opacity="0.2" /><path d="M235.32,81.37,174.63,20.69a16,16,0,0,0-22.63,0L98.37,74.49c-10.66-3.34-35-7.37-60.4,13.14a16,16,0,0,0-1.29,23.78L85,159.71,42.34,202.34a8,8,0,0,0,11.32,11.32L96.29,171l48.29,48.29A16,16,0,0,0,155.9,224c.38,0,.75,0,1.13,0a15.93,15.93,0,0,0,11.64-6.33c19.64-26.1,17.75-47.32,13.19-60L235.33,104A16,16,0,0,0,235.32,81.37ZM224,92.69h0l-57.27,57.46a8,8,0,0,0-1.49,9.22c9.46,18.93-1.8,38.59-9.34,48.62L48,100.08c12.08-9.74,23.64-12.31,32.48-12.31A40.13,40.13,0,0,1,96.81,91a8,8,0,0,0,9.25-1.51L163.32,32,224,92.68Z" /></svg>
      </span>
      <div>
        {title && <div className="callout-title">
            {title}
          </div>}
        <div className="callout-body">
          {children}
        </div>
      </div>
    </div>
  </div>;

Pleo is a **spend management platform** that sits between company spending and downstream **ERP** and **Accounting Systems (AS)**.

It captures, validates, and prepares expense data so that only **complete, compliant, and accounting-ready records** reach your general ledger.

<a href="/docs/current/getting-started/accounting-integrations-quickstart" className="btn-primary">
  Jump to Quickstart Guide
</a>

## Who Pleo Is For

Pleo is used by employees who spend company money (**spenders**) and by finance teams who review, control, and export that spend.

* **Employees (spenders)**\
  Submit expenses, attach receipts, and provide required information at the point of spend.
* **Finance teams**\
  Review spend, enforce company policy, and ensure expense data is complete before export to accounting systems.
* **Developers and architects**\
  Integrate clean, structured expense data into ERP and Accounting Systems via well-defined APIs.

## Where Pleo Fits

Pleo operates **upstream of accounting systems**.

* Employees spend money using cards or submit expenses.
* Pleo helps finance teams review, validate, and approve expenses through workflows, controls, and supporting information.
* Only approved data is exported to ERP or Accounting Systems.

<RememberCallout title="Remember">
  Pleo does **not** replace your general ledger, reporting, or tax engines. It prepares expense data *before* bookkeeping.
</RememberCallout>

## Why Integrate with Pleo?

* Spend validation happens upstream.
* Accounting systems receive immutable, ready-to-book data.
* Clear system boundaries reduce integration complexity.

## What Comes Next?

* **Understand the platform’s role in your workflow**

  Explore [Platform Overview](/docs/current/getting-started/platform-overview) to see how Pleo captures, validates, and exports expense data for your ERP or Accounting System.
