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

# Embed Code

> The /ce/web-forms/:id/embed route is not a standalone screen — embed code is accessible as a tab on the web form detail page.

The route `/ce/web-forms/:id/embed` is not registered as a standalone screen. Embed code is available as the Embed tab within the web form detail screen at `/ce/web-forms/:id`.

## Overview

In `src/routes/ce.tsx`, the path `/ce/web-forms/:id/embed` is not registered. The web form detail page at `/ce/web-forms/:id` renders an Embed tab containing the `WebFormEmbedPanel` component, which provides embed code and configuration. Visiting the unregistered `/ce/web-forms/:id/embed` URL currently falls through to the platform's Not Found handler.

## Who it's for

No route registered. Access the Embed tab via the web form detail page (`ce.admin` permission required).

## Related

<Columns cols={2}>
  <Card title="Community Engagement" icon="bullhorn" href="/ce/overview">
    Community Engagement 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/ce.tsx
  * src/cores/ce/pages/WebFormDetailPage.tsx
</Accordion>
