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

# My Surveys

> Employee self-service portal for viewing and completing assigned engagement surveys.

The My Surveys page, at route `/hr/my-surveys`, shows engagement surveys assigned to the current employee.

## Overview

Each assigned survey is rendered as a `SurveyCard` showing the survey title, end date, days remaining, completion progress bar, and a response status badge (Not Started, In Progress, Completed, Abandoned). Surveys with 3 or fewer days remaining and not yet completed display an urgency indicator. The action button navigates to the survey response page at `/hr/engagement/surveys/:id/respond`. Data is supplied by `useMyActiveSurveys`.

## Who it's for

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

* Surveys are assigned by HR or managers; they appear here once assigned and within the response window.

## Steps

1. Go to **HR → My Surveys** (or navigate to `/hr/my-surveys`).
2. Review surveys listed, noting any urgency indicators.
3. Select **Start** or **Continue** on a survey to complete it.

## Key concepts

| Concept         | Meaning                                                                                                |
| --------------- | ------------------------------------------------------------------------------------------------------ |
| Response status | Not Started, In Progress, Completed, Abandoned.                                                        |
| Days remaining  | Calendar days until the survey's end date. Surveys within 3 days of closing show an urgency indicator. |

## Related

<Columns cols={2}>
  <Card title="Human Resources" icon="users" href="/hr/overview">
    Human Resources core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" 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/hr/engagement-routes.tsx
  * src/cores/hr/engagement/pages/MySurveysPage.tsx
  * src/cores/hr/engagement/hooks/useMyActiveSurveys.ts
</Accordion>
