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

> The route /lo/forms does not exist in the router — it is not a standalone screen.

The path `/lo/forms` is not defined in `src/routes/lo.tsx` and is not a standalone screen.

## Overview

No `<Route path="/lo/forms">` entry exists in `src/routes/lo.tsx`. Navigating to `/lo/forms` matches the wildcard `"*"` route and renders the `NotFound` component. No forms-specific page component was found in `src/cores/lo/pages/`. Form dialogs exist within other LO screens (e.g., `MeetingFormDialog`, `QuarterlyGoalDialog`, `AssessmentFormDialog`) but are not exposed as a standalone route.

## Who it's for

Access follows your organization's role and module configuration. ## Before you start

Use the specific LO screens (Assessments, Meetings, Goals) to access their respective form dialogs.

## Steps

<Steps>
  <Step title="Access forms via their respective screens">Forms are accessed as dialogs within their feature screens (e.g., `/lo/assessments`, `/lo/meetings`, `/lo/rocks`).</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>
