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

> View all approval requests submitted by the current user at /fw/my-requests.

The My Requests screen shows all approval requests that the current user has submitted and is available at `/fw/my-requests`.

## Overview

This screen renders the `MyApprovalRequests` component inside a page container with the heading **My Approval Requests**. All logic for listing, filtering, and displaying the current user's submitted approval requests is encapsulated in `MyApprovalRequests`.

## Who it's for

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

* Navigate to `/fw/my-requests` from the Forms & Workflow sidebar or from the Approval Inbox empty-state action.
* Only requests submitted by the current user are shown.

## Steps

<Steps>
  <Step title="Open My Requests">Navigate to `/fw/my-requests`.</Step>
  <Step title="Review your requests">The `MyApprovalRequests` component lists all requests you have submitted.</Step>
  <Step title="Track request status">Review the status of each request (SME: confirm available statuses).</Step>
</Steps>

## Related

<Columns cols={2}>
  <Card title="Forms & Workflow" icon="diagram-project" href="/fw/overview">
    Forms & Workflow 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/fw\.tsx
  * src/cores/fw/pages/MyApprovalRequestsPage.tsx
</Accordion>
