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

# Governance Meetings

> Governance meetings list — this route does not exist in the current application. A dedicated meetings page has not been implemented.

The `/gr/meetings` route does not exist in the shipped application. There is no `Route` entry in `src/routes/gr.tsx` for this path, and no corresponding page component was found.

## Overview

No page component or route is registered for `/gr/meetings`. Board-related records (minutes and resolutions) are currently available under `/gr/governance` via `GovernanceControlsPage`, which requires `gr.compliance.view`.

There is also no `/gr/meetings/new` route in the shipped application. Board minutes and resolution records are currently available under `/gr/governance` via `GovernanceControlsPage`.

## Related

<Columns cols={2}>
  <Card title="Governance & Compliance" icon="scale-balanced" href="/gr/overview">
    Governance & Compliance core overview.
  </Card>

  <Card title="Governance & parity" icon="clipboard-check" href="/governance/index" />
</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/gr.tsx
  * src/cores/gr/pages/GovernanceControlsPage.tsx
</Accordion>
