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

# Headlines

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

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

## Overview

No `<Route path="/lo/headlines">` entry exists in `src/routes/lo.tsx` and no `HeadlinesPage` component was found in `src/cores/lo/pages/`. Navigating to `/lo/headlines` matches the wildcard `"*"` route and renders the `NotFound` component.

## Who it's for

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

This route is not implemented. Contact an administrator if headlines functionality is needed.

## Steps

<Steps>
  <Step title="Check with your administrator">Ask your admin whether the Headlines feature is planned or whether this navigation item should be removed.</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>
