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

# Audit Logs

> No standalone route registered for /settings/audit-logs; audit log access is through Audit Analytics.

The route `/settings/audit-logs` is not registered as a standalone screen. Audit log browsing is available at `/settings/audit-analytics`.

## Overview

No route matching `/settings/audit-logs` was found in `src/routes/platform.tsx`, `src/routes/platform-org.tsx`, `src/routes/index.tsx`, or `src/routes/public.tsx`. Audit log data is accessible through the Audit Analytics page at `/settings/audit-analytics`, which provides paginated browsing, real-time streaming, and compliance report export.

## Who it's for

SME: confirm intended permission gate if this route is implemented.

## Before you start

Navigate to `/settings/audit-analytics` for audit log access.

## Steps

<Steps>
  <Step title="Go to Audit Analytics">Navigate to `/settings/audit-analytics` to access audit log data.</Step>
</Steps>

## Related

<Columns cols={2}>
  <Card title="Platform Foundation" icon="layer-group" href="/pf/overview">
    Platform Foundation overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/platform.tsx
  * src/routes/platform-org.tsx
  * src/routes/index.tsx
  * src/routes/public.tsx
</Accordion>
