> ## Documentation Index
> Fetch the complete documentation index at: https://docs.introw.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Embed a dashboard in the portal

> Show a dashboard to partners.

> For partner marketing giving partners their own view.

Partners stay engaged when they can see how they are doing. Embedding a dashboard in a portal
experience gives them a curated view scoped to their own data, so they get insight without you
pulling numbers for them.

## What you'll build

A portal experience that shows partners a dashboard.

## Before you start

<Steps>
  <Step title="Build the dashboard">
    Create the dashboard you want to share first.
  </Step>
</Steps>

## Watch it

<Tabs>
  <Tab title="Video">
    <video controls playsInline preload="none" poster="https://assets.introw.io/docs/features/reporting/dashboards/guides/embed-a-dashboard-in-the-portal/steps/01.png?v=1783330796" className="w-full rounded-xl" src="https://assets.introw.io/docs/features/reporting/dashboards/guides/embed-a-dashboard-in-the-portal/video.webm?v=1783330796#t=2.5" />
  </Tab>

  <Tab title="Click through">
    <iframe className="w-full rounded-xl" style={{ width: "100%", aspectRatio: "16 / 11", border: 0, backgroundColor: "#FAFAFA" }} src="https://assets.introw.io/docs/features/reporting/dashboards/guides/embed-a-dashboard-in-the-portal/walkthrough.html?v=1783330796" />
  </Tab>
</Tabs>

## Steps

<Steps>
  <Step title="Open the experience">
    Go to the [Experience builder](https://app.introw.io/templates) and open the portal experience you want partners to see.

    <Frame>
      <img src="https://assets.introw.io/docs/features/reporting/dashboards/guides/embed-a-dashboard-in-the-portal/steps/02.png?v=1783330796" alt="Open the experience" />
    </Frame>
  </Step>

  <Step title="Add a Dashboard embed section">
    Add a **Dashboard embed** section to a stage. This is the section type that surfaces an Introw dashboard, scoped to the viewing partner.

    <Frame>
      <img src="https://assets.introw.io/docs/features/reporting/dashboards/guides/embed-a-dashboard-in-the-portal/steps/04.png?v=1783330796" alt="Add a Dashboard embed section" />
    </Frame>
  </Step>

  <Step title="Pick the dashboard">
    Select the dashboard to surface. Only saved dashboards are available.

    <Frame>
      <img src="https://assets.introw.io/docs/features/reporting/dashboards/guides/embed-a-dashboard-in-the-portal/steps/05.png?v=1783330796" alt="Pick the dashboard" />
    </Frame>
  </Step>

  <Step title="Publish">
    Publish the experience so partners see the dashboard.
  </Step>
</Steps>

## Verify it worked

Open the portal as a partner and confirm the dashboard shows their scoped data.

## Related

<CardGroup cols={2}>
  <Card title="Build a dashboard" icon="book-open" href="./build-a-dashboard">
    Create the dashboard.
  </Card>

  <Card title="Show a partner dashboard in the portal" icon="book-open" href="/features/reporting/partner-analytics/guides/show-a-partner-dashboard-in-the-portal">
    Use partner-scoped analytics.
  </Card>

  <Card title="Implementation reference" icon="screwdriver-wrench" href="../technical">
    Full configuration options.
  </Card>
</CardGroup>
