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

# What OrgX does

> OrgX keeps AI-delivered work connected to human decisions, evidence, and receipts.

AI work breaks when context, authority, and proof live in different tools.
OrgX keeps them together so a person or application can see what was requested,
what changed, who approved it, and what evidence supports the result.

| Without OrgX                        | With OrgX                                      |
| ----------------------------------- | ---------------------------------------------- |
| Context is rebuilt in every session | Connected tools use shared workspace context   |
| Decisions disappear into chat       | Decisions stay attached to the work            |
| “Done” is a status update           | Completion carries evidence and a receipt      |
| Tool access is implicit             | Authority and approval boundaries are explicit |

## One accountable work loop

<Steps>
  <Step title="Create work">
    A person, connected AI tool, or application records the intended result.
  </Step>

  <Step title="Review decisions">
    Mission Control surfaces judgment points with the relevant context and
    evidence.
  </Step>

  <Step title="Inspect the artifact">
    The output stays linked to the work and its sources.
  </Step>

  <Step title="Keep the receipt">
    Completion records the actor, evidence, verification state, and outcome
    available at that point in the workflow.
  </Step>
</Steps>

## What you control

* which tools and workspaces can connect;
* which actions require review;
* what scope, budget, and authority an actor receives;
* whether the evidence is enough to accept a result.

OrgX records accepted state changes. External systems remain responsible for
their own delivery, merge, payment, and publication results.

## Choose your path

<CardGroup cols={2}>
  <Card title="Connect AI tools" icon="plug" href="/docs/guides/toolkit">
    Add OrgX to an MCP-compatible client and work from shared context.
  </Card>

  <Card title="Build with the API" icon="code" href="/docs/api/quickstart">
    Add accountable work and receipts to your own application.
  </Card>
</CardGroup>
