# Attendee Management

{% hint style="info" %}
**Good to know:** Move ensures you can handle the full attendee management process. From tracking sales to attendee communication.
{% endhint %}

### Event Attendee Dashboard

* To view an event's attendee dashboard. Visit your home dashboard
* Select the "**Event manager**" tab
* Within the **event manager** tab are event snippets. Within the event snippet, select the **"attendees"** button

<figure><img src="/files/sBuCyt2LqPPwzWUYN3qu" alt=""><figcaption></figcaption></figure>

Within the event attendee dashboard, you're able to&#x20;

* View all reservations
* View reservations by ticket
* View sales summary by ticket
* Edit attendee information
* Resend tickets to attendees
* Access the event's check-in feature


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.m0ve.app/events/attendee-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
