> ## 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.

# Leadership

> The /lo root redirects automatically to /lo/dashboard — it is not a standalone screen.

The route `/lo` redirects immediately to `/lo/dashboard` and is not a standalone screen.

## Overview

Navigating to `/lo` triggers a `<Navigate to="/lo/dashboard" replace />` in the router. There is no distinct component rendered at this path. Users land directly on the Leadership dashboard.

## Who it's for

Requires `LO_PERMISSIONS.DASHBOARD_VIEW` (`lo.dashboard.view`) via the shared `LOViewGuard`.

## Before you start

Ensure you have the `lo.dashboard.view` permission. Without it, the guard redirects before the navigation resolves.

## Steps

<Steps>
  <Step title="Navigate to Leadership">Open the Leadership module from the sidebar; the app redirects you to `/lo/dashboard`.</Step>
</Steps>

## Related

<Columns cols={2}>
  <Card title="Leadership" icon="compass" href="/lo/overview">
    Leadership core 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/lo.tsx
</Accordion>
