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

# Runtime Capabilities

# Runtime Capabilities

## Purpose

This section explains how customer integration systems use FoxCommand runtime capabilities after customer-owned material has been prepared.

Runtime API details and runtime behavior remain authoritative in `foxcommand-runtime`. These customer editions explain the capability sequence, evidence model, and customer ownership boundaries without exposing runtime internals.

## Capability Sequence

Use the runtime capabilities in this order:

1. [Governed Execution](governed-execution.md)
2. [Replay](replay.md)
3. [Simulation](simulation.md)
4. [Comparison](comparison.md)
5. [Governance RCA](governance-rca.md)
6. [Runtime API Reference](runtime-api-reference.md)

## Runtime Boundary

Runtime calls use the authenticated FoxCommand Runtime Gateway. Customer systems supply authorized credentials, selected governance material, policy setup, setup mappings, replay references, candidate policy setup, and optional customer correlation metadata.

FoxCommand returns bounded runtime evidence. Customer systems decide how that evidence affects review, approval, release, promotion, rollback, experiment, reporting, or CI/CD workflows.

## Before Runtime Calls

Confirm customer-owned material is ready:

* [Customer Configuration](customer-configuration.md)
* [Business Semantics](business-semantics.md)
* [Decision Mapping](decision-mapping.md)
* [Decision Surfaces](decision-surfaces.md)
* [Runtime request examples](https://github.com/joelliptondesign/foxcommand-adapter-kit/tree/main/customer-reference/examples/runtime-requests)
* [Runtime response examples](https://github.com/joelliptondesign/foxcommand-adapter-kit/tree/main/customer-reference/examples/runtime-responses)

## Next Step

Start with [Governed Execution](governed-execution.md).