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

# Promo Codes

> Create and manage discount codes for your event

## Creating Promo Codes

<Steps>
  <Step title="Access Promo Codes">
    Navigate to Event Promoters page and click "Create Promo Code" button
  </Step>

  <Step title="Enter Code">
    Create your unique code:

    * Must be at least 4 characters
    * Letters and numbers only
    * No spaces allowed
  </Step>

  <Step title="Set Discount">
    Configure discount details:

    * Choose discount type (\$ or %)
    * Enter discount amount
    * Select applicable tickets
      * Apply to all tickets
      * Choose specific ticket types
  </Step>

  <Step title="Share Code">
    After creation:

    * Copy code to clipboard
    * Share with customers
    * Track usage in promoter dashboard
  </Step>
</Steps>

## Managing Codes

Promo codes can be managed from the **Promo Codes** page under the **Marketing** tab.

<CardGroup cols={2}>
  <Card title="View Codes" icon="eye">
    Monitor your active codes:

    * Discount amount
    * Redemption count
    * Revenue generated from tickets sold using the code
  </Card>

  <Card title="Edit Codes" icon="pen">
    Modify existing codes:

    * Change discount amount
    * Update ticket selection
    * Disable/enable codes
    * Delete codes
  </Card>
</CardGroup>
