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

# Admin Docs

> Transcription vendor administration page for managing BAAs, jurisdiction routing, and org defaults.

The Admin Docs (Transcription Vendor Admin) screen manages transcription vendor configuration at the route `/transcription/admin/vendors`.

## Overview

The screen presents three tabs — Vendor BAAs, Jurisdiction Routing, and Org Defaults — for administering ambient clinical transcription vendor settings. The "Vendor BAAs" tab (`VendorBaaTable`) manages signed Business Associate Agreements with transcription vendors. "Jurisdiction Routing" (`JurisdictionRoutingTable`) configures which vendor is selected based on jurisdiction. "Org Defaults" (`OrgVendorDefaultsCard`) sets the fallback vendor configuration for the organization.

## Who it's for

Required permission: `pf.transcription.vendors.manage`

## Before you start

* You must hold the `pf.transcription.vendors.manage` permission.
* Transcription must be enabled for the organization.

## Steps

<Steps>
  <Step title="Open Transcription Vendor Admin">Navigate to `/transcription/admin/vendors`.</Step>
  <Step title="Review Vendor BAAs">On the BAAs tab, view and manage signed Business Associate Agreements with transcription vendors.</Step>
  <Step title="Configure Jurisdiction Routing">Switch to the Routing tab to set jurisdiction-aware vendor selection rules.</Step>
  <Step title="Set Org Defaults">On the Defaults tab, configure the organization-wide fallback transcription vendor.</Step>
</Steps>

## Key concepts

* BAA (Business Associate Agreement) — contractual requirement for vendors handling PHI
* Jurisdiction Routing — rules for selecting a transcription vendor based on jurisdiction
* Org Defaults — fallback vendor settings applied when no jurisdiction rule matches

## 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">
    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/platform.tsx
  * src/platform/transcription/admin/pages/TranscriptionVendorAdminPage.tsx
  * src/platform/transcription/admin/components/VendorBaaTable.tsx
  * src/platform/transcription/admin/components/JurisdictionRoutingTable.tsx
  * src/platform/transcription/admin/components/OrgVendorDefaultsCard.tsx
</Accordion>
