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

# Platform Request Details

> Detail view for a single tenant provisioning request, showing status, steps, and progress for platform administrators.

Provisioning request detail view for `/admin/provisioning/:requestId`, surfacing step-by-step progress for a single tenant provisioning request.

## Overview

Based on reviewed source, request detail content is rendered as a slide-over sheet (`ProvisioningRequestDetailSheet`) launched by clicking a row in the Provisioning Dashboard (`/admin/provisioning`) rather than as a standalone routed page. The `requestId` parameter is referenced in `route-labels.ts` but no corresponding `Route` declaration was found in the platform route files. The sheet displays the request's steps and status via `useProvisioningRequestDetail`.

<Frame caption="Provisioning request detail sheet — the step-by-step provisioning timeline with each step's completion status.">
  <img src="https://mintcdn.com/encoreos/FHgwdEuPbyKq-W7P/images/pf/pf-50-request-detail-steps.png?fit=max&auto=format&n=FHgwdEuPbyKq-W7P&q=85&s=c46b3b46893d1e6265b9add5c8cbf7ed" alt="Provisioning request detail with steps timeline" width="1440" height="1095" data-path="images/pf/pf-50-request-detail-steps.png" />
</Frame>

## Who it's for

**Required permission:** `platform.provisioning.view` (inherited from the parent Provisioning Dashboard route)

## Before you start

* Navigate to `/admin/provisioning` and click a request row to open the detail sheet.

## Steps

1. Navigate to `/admin/provisioning`.
2. Click a request row in the table to open the detail sheet.
3. Review the provisioning steps and their completion status.
4. Close the sheet when done.

## Related

<Columns cols={2}>
  <Card title="Platform Foundation" icon="layer-group" href="/pf/overview">
    Platform Foundation 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/platform/navigation/route-labels.ts
  * src/platform/provisioning/components/ProvisioningRequestDetailSheet.tsx
  * src/platform/provisioning/hooks/useProvisioningRequestDetail.ts
  * src/platform/provisioning/pages/ProvisioningDashboardPage.tsx
</Accordion>
