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

# Add a partner profile section

> Show each logged-in partner their own details, tier, and key information inside a portal experience.

> For partner marketing personalizing the portal to each partner.

A generic portal feels like a brochure; a personal one feels like a relationship. The partner profile section is a smart block that shows the logged-in partner their own details, such as tier and key information, so the portal reflects who they are and where they stand. This guide adds it to an experience.

## What you'll achieve

A profile section in the experience that renders the current partner's own details when they log in, so every partner sees a portal personalized to them rather than the same static page.

## Before you start

<Steps>
  <Step title="Confirm write access">
    You need write access to experiences to edit a stage.
  </Step>

  <Step title="Populate partner data">
    The section shows what is on the partner record, so make sure the details you want to surface, such as tier, are populated for your partners.
  </Step>
</Steps>

## Watch it

<Tabs>
  <Tab title="Video">
    <video controls playsInline preload="none" poster="https://assets.introw.io/docs/features/portal/experiences/guides/add-a-partner-profile-section/steps/01.png?v=1783331328" className="w-full rounded-xl" src="https://assets.introw.io/docs/features/portal/experiences/guides/add-a-partner-profile-section/video.webm?v=1783331328#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/portal/experiences/guides/add-a-partner-profile-section/walkthrough.html?v=1783331328" />
  </Tab>
</Tabs>

## Steps

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

    <Frame>
      <img src="https://assets.introw.io/docs/features/portal/experiences/guides/add-a-partner-profile-section/steps/02.png?v=1783331328" alt="Open the experience builder" />
    </Frame>
  </Step>

  <Step title="Add the Partner profile section">
    On the stage where you want it, add a section from the picker and choose **Partner profile** from the smart sections. Because it is a smart section, it renders each viewer's own data automatically rather than a fixed value. Place it near the top of the home tab so partners see their status first.

    <Frame>
      <img src="https://assets.introw.io/docs/features/portal/experiences/guides/add-a-partner-profile-section/steps/05.png?v=1783331328" alt="Add the Partner profile section" />
    </Frame>
  </Step>

  <Step title="Choose what it surfaces">
    The section reflects the partner record, so confirm the details you want partners to see, such as their tier, are present on their records. Pair it with a Tiers section if you want their tier status shown prominently.

    <Frame>
      <img src="https://assets.introw.io/docs/features/portal/experiences/guides/add-a-partner-profile-section/steps/07.png?v=1783331328" alt="Choose what it surfaces" />
    </Frame>
  </Step>

  <Step title="Publish the experience">
    Preview to confirm the section reads correctly, then publish the experience so linked partners see their profile.

    <Frame>
      <img src="https://assets.introw.io/docs/features/portal/experiences/guides/add-a-partner-profile-section/steps/09.png?v=1783331328" alt="Publish the experience" />
    </Frame>
  </Step>
</Steps>

## Verify it worked

A logged-in partner sees their own profile details in the experience, and a different partner sees theirs, confirming the section is personalized per viewer rather than showing one fixed record.

<Frame>
  <img src="https://assets.introw.io/docs/features/portal/experiences/guides/add-a-partner-profile-section/steps/16.png?v=1783200668" alt="The profile is personalized for the partner" />
</Frame>

## Related

<CardGroup cols={2}>
  <Card title="Build and publish a portal experience" icon="book-open" href="./build-and-publish-a-portal-experience">
    Assemble the full experience around the profile.
  </Card>

  <Card title="Tiers" icon="book-open" href="/features/partners/tiers">
    Show tier status alongside the profile.
  </Card>

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