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

# How to Export Compliance Evidence

> Generate an evidence package for FAA surveillance readiness, review evidence status by SMS pillar, and address gaps before audit visits.

By following this guide, you will review your organization's evidence readiness across all SMS pillars, identify gaps, and generate a downloadable evidence package for FAA surveillance preparation.

<Info>
  **Who should read this:** Safety managers, accountable executives, and
  system administrators who prepare for FAA surveillance visits.

  **Prerequisites:** Safety manager, accountable executive, or system
  administrator role with `compliance:export` permission. Your
  organization should have active SMS data (reports, hazards, CPAs,
  policy records) to produce a meaningful evidence package.
</Info>

## What Is the Evidence Package?

The evidence package is a structured summary of all SMS artifacts that demonstrate compliance with 14 CFR Part 5. The system automatically scans your workspace and categorizes evidence by SMS pillar and regulatory subpart. Each evidence item shows whether it is available, partially available, or missing.

The package covers eight evidence categories:

| Category                        | Regulatory Basis       | What It Includes                                                                           |
| ------------------------------- | ---------------------- | ------------------------------------------------------------------------------------------ |
| Safety Policy                   | Subpart B (5.21--5.27) | Safety objectives, code of ethics, non-punitive policy, accountable executive designation. |
| Safety Risk Management          | Subpart C (5.51--5.57) | Risk assessments, hazard register entries, risk controls, hazard notifications.            |
| Safety Assurance                | Subpart D (5.71--5.75) | SPIs, investigation records, CPA completion and verification, trend data.                  |
| Safety Promotion                | Subpart E (5.91--5.93) | Training records, safety bulletins, culture survey results.                                |
| Documentation and Recordkeeping | Subpart F (5.95--5.97) | SMS manual, document versions, retention compliance.                                       |
| Audit Trail                     | 14 CFR 5.97            | Change history, version logs, audit log entries.                                           |
| Personnel Records               | 14 CFR 5.23, 5.25      | Safety personnel designations, management review records.                                  |
| Investigation Records           | 14 CFR 5.75            | Completed investigations, findings, root cause analyses, linked CPAs.                      |

## Review Evidence Readiness

<Steps>
  ### Step 1: Navigate to Evidence Export

  Go to **Safety > Compliance > Evidence Export**. The page displays a readiness score and a categorized checklist of evidence items.

  ### Step 2: Review the readiness score

  The readiness score at the top of the page shows your overall evidence availability as a percentage. Items are classified as:

  * **Available** -- the evidence exists and is complete.
  * **Partial** -- the evidence exists but is incomplete (e.g., a policy document without a review date).
  * **Missing** -- no evidence found for this requirement.

  ### Step 3: Review each category

  Expand each category card to see individual evidence items. Each item shows its status, a description of what is required, and the count of records found.

  <Tip>
    Focus on missing and partial items first. Address these gaps before your next FAA surveillance
    visit to avoid findings.
  </Tip>

  ### Step 4: Address gaps

  For each missing or partial item, take the appropriate action:

  | Gap Type                  | Action                                                                            |
  | ------------------------- | --------------------------------------------------------------------------------- |
  | Missing policy document   | Navigate to **Safety > Settings > Policy** and complete the safety policy fields. |
  | Missing risk assessments  | Create risk assessments for identified hazards via **Safety > Hazards**.          |
  | Incomplete investigations | Complete open investigations and ensure all required artifacts are documented.    |
  | Missing training records  | Assign and complete SMS training via **Safety > Training**.                       |
  | Missing CPA verification  | Verify completed CPAs via **Safety > CPAs > Verification**.                       |

  ### Step 5: Re-check readiness

  After addressing gaps, return to the Evidence Export page. The readiness score updates automatically based on current data.
</Steps>

## Generate the Export Package

<Steps>
  ### Step 1: Confirm readiness

  Verify that the readiness score reflects an acceptable level of evidence availability. While 100% is ideal, ensure at minimum that all critical items (safety policy, risk assessments, investigation records) show as available.

  ### Step 2: Generate the export

  Click **Generate Export Package** in the page header. The system assembles all evidence items and produces a downloadable JSON file.

  ### Step 3: Download the file

  The file downloads automatically with the naming convention:

  ```
  evidence-package-{workspace}-{YYYY-MM-DD}.json
  ```

  ### Step 4: Store for your records

  Save the exported file in your organization's compliance documentation. The export includes a timestamp and a snapshot of all evidence items and their statuses at the time of generation.
</Steps>

## Format and Contents

The exported evidence package is a JSON file containing:

| Section       | Contents                                                                                   |
| ------------- | ------------------------------------------------------------------------------------------ |
| `summary`     | Readiness percentage, counts of available/partial/missing items.                           |
| `items`       | Array of all evidence items with category, title, description, status, count, and details. |
| `generatedAt` | UTC timestamp of when the package was generated.                                           |

<Note>
  The evidence package is a summary and status report, not a full data export. It documents what
  evidence exists and where gaps remain. The actual evidence records (reports, investigations,
  policies) remain in PlaneConnection and can be presented to auditors directly through the
  application.
</Note>

## Retention Requirements

Per 14 CFR 5.97, SMS records must be retained as long as they remain relevant to the safety management system. Evidence packages should be retained alongside your compliance documentation:

* **Evidence exports:** Retain at least one per quarter and before each FAA surveillance visit.
* **Underlying records:** Reports, investigations, CPAs, and policy documents are retained within PlaneConnection per the configured data retention policy.
* **Audit trail:** All changes to SMS records are logged and retained automatically.

<Warning>
  Evidence exports are point-in-time snapshots. If you make changes to SMS records after generating
  an export, the export will not reflect those changes. Generate a fresh export before presenting
  evidence to auditors.
</Warning>

## Related

<CardGroup cols={2}>
  <Card title="Track Compliance" href="/how-to/sms/track-compliance">
    Monitor compliance status across all Part 5 subparts.
  </Card>

  <Card title="Hazard Register" href="/reference/hazard-register">
    Hazard records that contribute to SRM evidence.
  </Card>

  <Card title="Investigation Workflow" href="/reference/investigation-workflow">
    Investigation records included in the evidence package.
  </Card>

  <Card title="CPA Lifecycle" href="/reference/cpa-lifecycle">
    CPA completion and verification evidence.
  </Card>
</CardGroup>
