> ## Documentation Index
> Fetch the complete documentation index at: https://docs.equated.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Why Equated

> One record of your business. Every invoice, bill, payment, and entry in one place.

Your finances live in five places. Equated puts them in one.

## One record, everything in it

Every invoice, bill, receipt, and bank line is linked in the same ledger. Pay the invoice and accounts receivable closes. Link the receipt and the expense is backed. No reconstruction at month-end. You just look.

<div className="diagram-wrap">
  <div style={{ display:'flex', alignItems:'center', gap:'24px', flexWrap:'wrap' }}>
    <div className="diagram-surface" style={{ display:'flex', flexDirection:'column', gap:'0', padding:'0' }}>
      <div className="diagram-row" style={{ borderBottom:'1px solid #ebebeb' }}>Invoice</div>
      <div className="diagram-row" style={{ borderBottom:'1px solid #ebebeb' }}>Bill</div>
      <div className="diagram-row" style={{ borderBottom:'1px solid #ebebeb' }}>Receipt</div>
      <div className="diagram-row" style={{ borderBottom:'1px solid #ebebeb' }}>Bank Transaction</div>
      <div className="diagram-row" style={{ borderBottom:'none' }}>Transfer</div>
    </div>

    <div className="diagram-arrow">→</div>

    <div className="diagram-surface-accent" style={{ padding:'32px 44px', fontWeight:'700', fontSize:'16px', textAlign:'center', minWidth:'140px' }}>
      One Ledger
      <div className="diagram-muted" style={{ marginTop:'8px', fontWeight:'400' }}>everything linked</div>
    </div>
  </div>
</div>

## Every action leaves a permanent mark

Your books are evidence. Every change (by you or your AI) is written permanently. What changed, who made it, which records were touched. The history is always there. Nothing can be silently edited.

<div className="diagram-wrap">
  <div className="diagram-surface" style={{ overflow:'hidden', padding:'0' }}>
    <div className="diagram-row">
      <span className="diagram-text">Confirmed invoice #1042</span>
      <span className="diagram-muted">2:41 PM · by you</span>
    </div>

    <div className="diagram-row">
      <span className="diagram-text">Applied payment · \$4,200</span>
      <span className="diagram-muted">2:38 PM · by you</span>
    </div>

    <div className="diagram-row">
      <span className="diagram-text">Linked receipt to Uber</span>
      <span className="diagram-muted">11:23 AM · by your AI</span>
    </div>

    <div className="diagram-row">
      <span className="diagram-text">Confirmed transaction</span>
      <span className="diagram-muted">Yesterday · by you</span>
    </div>

    <div className="diagram-row" style={{ color:'#d1d5db' }}>
      <div>· · ·</div>
      <div className="diagram-muted" style={{ color:'#d1d5db' }}>more entries</div>
    </div>
  </div>
</div>

## AI that stays in bounds

Your AI can link receipts, confirm transactions, close accounts receivable, prepare reconciliations. It can only act through defined actions: attach evidence, post transaction, apply payment, create journal entry. No free-form edits. Every action is previewed before it runs. Every executed action is in the ledger forever.

<div className="diagram-wrap">
  <div style={{ display:'flex', alignItems:'center', gap:'12px', flexWrap:'wrap' }}>
    <div className="diagram-surface" style={{ padding:'14px 18px', fontSize:'14px', fontWeight:'600' }}>Your AI</div>
    <div className="diagram-arrow">→</div>

    <div className="diagram-surface-dashed" style={{ padding:'16px 18px', minWidth:'320px' }}>
      <div className="diagram-eyebrow">Can only run these</div>

      <div style={{ display:'flex', flexWrap:'wrap', gap:'8px' }}>
        <div className="diagram-pill">Confirm transaction</div>
        <div className="diagram-pill">Apply payment</div>
        <div className="diagram-pill">Link receipt</div>
        <div className="diagram-pill">Confirm document</div>
        <div className="diagram-pill">Attach evidence</div>
        <div className="diagram-pill">Create journal entry</div>
        <div className="diagram-pill">+ 3 more</div>
      </div>
    </div>

    <div className="diagram-arrow">→</div>

    <div className="diagram-surface-accent" style={{ padding:'14px 18px', fontWeight:'700', fontSize:'14px', textAlign:'center', minWidth:'120px' }}>
      Ledger
      <div className="diagram-muted" style={{ marginTop:'4px', fontWeight:'400' }}>immutable</div>
    </div>
  </div>
</div>

<Tip>
  Want to connect your AI? See [Connect your AI](/for-agents) and [Action safety](/api/action-safety).
</Tip>
