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

# Assign a partner's tier

> Set a partner's tier on their detail page, or update a whole cohort at once with bulk edit, and have it flow to your CRM when tier sync is on.

{/* Building tiers only pays off once partners are on them. Assigning a tier sets a partner's level so
  the right benefits apply and, when CRM sync is on, the status flows to your CRM. This guide covers
  both paths: setting a tier on a single partner, and updating many partners together after a tier
  review, so a whole cohort lands on the right level in one pass. */}

## What you'll achieve

Partners assigned to the right tier, individually or in bulk, so the correct benefits apply and, when tier CRM sync is configured, the status is written to your CRM.

## Before you start

<Steps>
  <Step title="Confirm setup">
    Your tier program and its tiers should already exist, and you need write access to partners.
  </Step>
</Steps>

## Watch it

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

## Steps

<Steps>
  <Step title="Assign one partner">
    Open the partner on [Partners](https://app.introw.io/partners) and set the **Tier** field on their detail page. The tier options come from the program, and each partner holds one tier per program. Use this for a single new partner or a one-off change.

    <Frame>
      <img src="https://assets.introw.io/docs/features/partners/tiers/guides/assign-a-partner-tier/steps/02.png?v=1783332265" alt="Assign one partner" />
    </Frame>
  </Step>

  <Step title="Assign many at once">
    On the partners list, select the partners you want to update, choose the bulk **Edit** action, pick **Tier** as the property, and set the tier for the whole selection together. Use this after a tier review to move a cohort in one pass instead of opening each record.

    <Frame>
      <img src="https://assets.introw.io/docs/features/partners/tiers/guides/assign-a-partner-tier/steps/05.png?v=1783332265" alt="Assign many at once" />
    </Frame>
  </Step>

  <Step title="Confirm the change">
    Save. If tier CRM sync is configured, the assignment is written to the CRM as well, so the tier stays aligned across both systems.

    <Frame>
      <img src="https://assets.introw.io/docs/features/partners/tiers/guides/assign-a-partner-tier/steps/06.png?v=1783332265" alt="Confirm the change" />
    </Frame>
  </Step>
</Steps>

## Verify it worked

Each partner shows the assigned tier on [Partners](https://app.introw.io/partners), and on their CRM record when sync is configured.

## Related

<CardGroup cols={2}>
  <Card title="Build a tier program" icon="book-open" href="./build-a-tier-program">
    Create the program and its tiers first.
  </Card>

  <Card title="Map tiers to a CRM property" icon="book-open" href="/features/integrations/crm/guides/map-tiers-to-a-crm-property">
    Push tier status to the CRM and keep it in sync.
  </Card>

  <Card title="Bulk update partners" icon="book-open" href="/features/partners/partner-management/guides/bulk-update-partners">
    Change tier and other properties across a cohort.
  </Card>

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