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

# Ticket Types

> Create and manage different types of tickets for your event

## Managing Tickets

PeerPop offers three types of purchasable items to sell at your event:

<CardGroup cols={3}>
  <Card title="Standard Tickets" icon="ticket">
    Regular admission tickets with customizable pricing and quantities
  </Card>

  <Card title="Sections" icon="table-cells-large">
    Sell designated areas with specific guest capacities
  </Card>

  <Card title="Vendor/Performer Slots" icon="store">
    Sell spaces for vendors or time slots for performers
  </Card>
</CardGroup>

<Tabs>
  <Tab title="Create">
    * Click the **Add** button on the type of ticket you want to create
    * Enter ticket name
    * Set price
    * Define available quantity
    * Choose sale start/end dates (in advanced settings)
  </Tab>

  <Tab title="Edit">
    * Click the **Edit** button on the ticket type you want to edit
    * Update prices and quantities
    * Modify descriptions
    * Change dates
    * Adjust settings
  </Tab>

  <Tab title="Delete">
    * Click the **Delete** button on the ticket type you want to delete
  </Tab>
</Tabs>

## Table actions

For **Standard Tickets**, **Sections**, and **Vendor/Performer Slots**, each row in the table includes:

* **Change Order** — Drag the dots on the left side of a row to reorder it. Tickets appear on the event page in the same order as the table (top to bottom).
* **More Info** — Click the arrow next to a ticket name (when shown) to open a dropdown with more details.
* **Edit** — Open the ticket type to change name, price, quantity, dates, and other settings.
* **Duplicate** — Create a copy of that ticket type so you can reuse the same setup with small changes.
* **Delete** — Remove the ticket type.

## Standard Tickets

Regular admission tickets with customizable pricing and quantities.

<Steps>
  <Step title="Basic Information">
    * Enter ticket name
    * Set price
    * Define available quantity
    * Choose sale start/end dates
  </Step>

  <Step title="Ticket Fees & Display Price">
    * Platform fees are charged to attendees at checkout (you keep 100% of the ticket price you set).
    * Optionally set a **total/display price** so customers see a clean, easy-to-read number (you can still set any base ticket price you want).
    * Enable **Round up** to have the total (after fees) land on a clean whole number when possible.
    * Because fees are calculated from the total, some whole-number totals may be impossible—when that happens, PeerPop rounds up to the next whole number that is achievable.
    * If you add an organizer custom fee, it can be any percent or flat amount—and it can also be rounded up so the total price is clean whole number. When added, the total shown next to **Ticket Price** includes this fee.
  </Step>

  <Step title="Advanced Settings">
    * Set purchase limits (min/max per order)
    * Enable/disable ticket transfers
    * Add custom checkout fields
    * Configure visibility settings
    * Set promo code eligibility
  </Step>
</Steps>

## Sections

Sell designated areas with specific guest capacities.

<Steps>
  <Step title="Section Details">
    * Section name
    * Price per section
    * Guest capacity per section
    * Location details
  </Step>

  <Step title="Redemption Instructions">
    Provide clear instructions for section access:

    * Check-in location
    * Required documentation
    * Staff contact information
    * Section identification process
  </Step>
</Steps>

<Warning>
  Make sure to include detailed redemption instructions so purchasers know exactly how to claim their section at the event.
</Warning>

## Vendor/Performer Slots

Sell spaces for vendors or time slots for performers.

<Steps>
  <Step title="Slot Setup">
    * Slot name/type
    * Price per slot
    * Available quantity
    * Description
    * Redemption instructions
  </Step>

  <Step title="Purchase Approval">
    Enable approval requirements:

    1. Toggle **Require Purchase Approval**
    2. Review purchase requests in the **Vendor/Performer Slots** tab in **Manage Event**
    3. Accept or deny requests
    4. Approved buyers are notified and can proceed to checkout
  </Step>
</Steps>

<Warning>
  Make sure to include detailed redemption instructions so purchasers know exactly how to claim their slot at the event.
</Warning>
