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

> The route /lo/goals does not exist in the router — goal management is at /lo/rocks (quarterly) and /lo/vision (strategic).

The path `/lo/goals` is not defined in `src/routes/lo.tsx` and is not a standalone screen. Quarterly goals (Rocks) are accessible at `/lo/rocks`.

## Overview

No `<Route path="/lo/goals">` entry exists in `src/routes/lo.tsx`. Navigating to `/lo/goals` will match the wildcard `"*"` route and render the `NotFound` component. Goal management is handled at `/lo/rocks` (quarterly goals) and `/lo/vision` (strategic goals).

Similarly, `/lo/goals/new` is not defined in `src/routes/lo.tsx`. New quarterly goals are created via the `QuarterlyGoalDialog` modal, which is opened from the `/lo/rocks` page using the "+" button or the `?action=new` query parameter.

## Who it's for

Access follows your organization's role and module configuration.

## Before you start

Use `/lo/rocks` for quarterly goal management and `/lo/vision` for strategic goals. Navigate to `/lo/rocks` and use the "+" button or `?action=new` to open the goal creation dialog.

## Steps

<Steps>
  <Step title="Navigate to goal management">Go to `/lo/rocks` for quarterly goals (Rocks) or `/lo/vision` for strategic goals.</Step>
  <Step title="Create a new goal">Go to `/lo/rocks` and select the "+" button to open `QuarterlyGoalDialog`.</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>
