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

# Legal Spine Fabric: Context Assembly and Projection

> See how Spine Fabric ingests Legal source systems, assembles entity context, and projects the Legal domain into the workbench.

Spine Fabric makes the Legal domain possible by ingesting data from DocuSign, Ironclad, Google Drive, Salesforce, and Jira, then unifying contracts, matters, policies, and risks into a single context graph. The Legal domain is a read-time projection of that graph, not a separate repository.

## Sources and Scopes

| Source System | Scope                                            | Entities Ingested                      |
| ------------- | ------------------------------------------------ | -------------------------------------- |
| DocuSign      | Signature status, envelope history, approvals    | Contract, Approval, Policy Attestation |
| Ironclad      | Contract metadata, workflow stages, redlines     | Contract, Approval, Party              |
| Google Drive  | Policy documents, contract attachments, evidence | Policy, Contract, Matter Document      |
| Salesforce    | Vendor records, opportunity terms, risk flags    | Vendor, Party, Risk                    |
| Jira          | Matter tasks, audit tracking, compliance tickets | Matter, Regulation, Risk               |

## Event Sequence

1. **Intake:** connectors poll APIs and webhooks for changes in each source.
2. **Normalize:** events are mapped to a common schema and deduplicated.
3. **Entity Link:** contracts, matters, and vendors are matched across sources.
4. **Context Assembly:** related entities, events, and evidence are gathered into a context bundle.
5. **Projection:** the bundle is rendered into a domain view in the workbench.

<Tip>
  You can inspect the context bundle for any contract or matter by opening the detail panel and selecting "View Context."
</Tip>

## Related

* [Domain Views](/internal-docs/domains/legal/domain-views)
* [System Flow](/internal-docs/domains/legal/system-flow)
* [Platform: Spine Fabric](/platform/spine-fabric)
