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

> View and manage accreditation survey records for a specific accreditation via the Accreditation Detail page.

The Surveys view shows accreditation survey records associated with a specific accreditation. This content is rendered within the **Accreditation Detail** page at route `/gr/accreditations/:id` on the **Surveys** tab — there is no dedicated route `/gr/accreditations/:id/surveys`.

## Overview

Surveys are displayed on the **Surveys** tab of `AccreditationDetail` (component `AccreditationSurveyCard`, dialog `AccreditationSurveyFormDialog`). The parent route `/gr/accreditations/:id` has no permission gate in `gr.tsx`. Survey tab access follows the same visibility as the Accreditation Detail page.

The `VALID_ACCREDITATION_TABS` constant confirms tab slugs: `overview`, `standards`, `surveys`, `evidence`, `tracer`. Navigation to the surveys tab can be achieved by visiting `/gr/accreditations/:id?tab=surveys`.

## Who it's for

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

* Navigate to **Governance & Compliance → Accreditations** and open an accreditation record.
* Select the **Surveys** tab.

## Steps

1. Go to `/gr/accreditations` and select an accreditation.
2. Select the **Surveys** tab (URL: `/gr/accreditations/:id?tab=surveys`).
3. Review listed surveys with their status, date, and findings.
4. Use the add/edit action (if permitted) to manage survey records.

## 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/AccreditationDetail.tsx
  * src/cores/gr/components/AccreditationSurveyCard.tsx
  * src/cores/gr/components/AccreditationSurveyFormDialog.tsx
</Accordion>
