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

# Event Attendees

> View and manage your event attendees

## Attendee List

View all registered attendees for your event. Each entry shows:

* Attendee name
* Order date
* Tickets purchased
* Total spend

<Tip>
  Click the dropdown arrow next to any attendee to view additional details like username, phone number, and email address.
</Tip>

## Search & Sort

Find specific attendees quickly:

* Search by name using the search bar
* Sort any column by clicking column headers (ascending or descending order)

## Mass Communication

Send messages to selected attendees:

<Steps>
  <Step title="Select Recipients">
    1. Use checkboxes to select individual attendees
       * Or, click the checkbox in the column header to select all attendees
    2. Review your selected attendees in the bottom left
  </Step>

  <Step title="Choose Channel">
    Click the appropriate button to send your message via:

    * [Mass Text](/manage-events/mass-texts)
    * [Mass Email](/manage-events/mass-emails)
  </Step>
</Steps>

<Note>
  Messages will only be sent to unique attendees with valid contact information for the selected channel.
</Note>

## Export Data

Download your attendee list in CSV format with all available information:

<CardGroup cols={1}>
  <Card title="Attendee Data Export" icon="file-csv">
    * Attendee names
    * Order details
    * Purchase date
    * Ticket types
  </Card>
</CardGroup>

## Quick Actions

<AccordionGroup>
  <Accordion icon="magnifying-glass" title="Search Options">
    Search attendees by clicking the **Search** icon and entering a name in the search bar
  </Accordion>

  <Accordion icon="sort" title="Sort Options">
    Sort attendees by:

    * Purchase date
    * Name (A-Z)
    * Total spend
    * Tickets purchased
  </Accordion>

  <Accordion icon="download" title="Export Options">
    Click the **Export** icon to download your attendee list in CSV format
  </Accordion>

  <Accordion icon="message" title="Mass Communication">
    Select attendees and click the appropriate button to send messages via:

    * [Mass Text](/manage-events/mass-texts)
    * [Mass Email](/manage-events/mass-emails)
  </Accordion>
</AccordionGroup>

<Note>
  All attendee data is private and should be handled according to our privacy policy.
</Note>
