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

# Event Management

> The event page has four main sections for managing your event: public presence, appearance, attendee actions, and communication.

<Frame>
  <img src="https://mintcdn.com/makemypass-b52bd2ef/kCtCQLg9U0nHtl8L/images/event/eventPage/eventTopBanner.png?fit=max&auto=format&n=kCtCQLg9U0nHtl8L&q=85&s=5f1f67cf88dead7b106d22b7e8d7e41f" className="rounded-lg shadow-md" width="1310" height="340" data-path="images/event/eventPage/eventTopBanner.png" />
</Frame>

### Public URL

Your event has a public URL in the format `makemypass.com/event/eventTitle`. This URL is what you'll share with potential attendees.

you can:

* **Copy Link**: Quickly copy the public URL to your clipboard
* **Generate QR**: Open a modal with a QR code for your event's public link, which can also be downloaded

### UTM Parameters

UTM parameters help you track the effectiveness of your marketing campaigns.

<Frame>
  <img src="https://mintcdn.com/makemypass-b52bd2ef/kCtCQLg9U0nHtl8L/images/event/eventPage/utm.png?fit=max&auto=format&n=kCtCQLg9U0nHtl8L&q=85&s=57088c2bd592abe121f76c6d13793509" className="rounded-lg shadow-md" width="1310" height="338" data-path="images/event/eventPage/utm.png" />
</Frame>

To add UTM parameters:

1. Click the "UTM" button to open the UTM section
2. Add tags under any of the five categories:
   * Source
   * Medium
   * Campaign
   * Content
   * Term
3. Check the checkbox next to each tag you want to append to the URL
4. Copy the updated URL with the UTM parameters to share

## Organization Management

To change the event's organization:

1. Click the organization dropdown
2. Select from the organizations you have access to
3. Click the save icon that appears after making your selection

## Event Tags

Tags help you organize and group events for easier management.

<Frame>
  <img src="https://mintcdn.com/makemypass-b52bd2ef/kCtCQLg9U0nHtl8L/images/event/eventPage/tagsModal.png?fit=max&auto=format&n=kCtCQLg9U0nHtl8L&q=85&s=2c8993ab785da022f793c1d98b462538" className="rounded-lg shadow-md" width="424" height="223" data-path="images/event/eventPage/tagsModal.png" />
</Frame>

To add tags to your event:

1. Click on the **Tags icon** <Icon icon="tags" iconType="solid" color="white" /> in the top right of the banner section
2. In the modal that appears, create new tags or select existing ones
3. Click the "Save Tags" button

## Additional Actions

* **Embed Form**: Click this button to get an iframe code you can paste into your website to embed the registration form

<Frame caption="Embed Form Modal">
  <img src="https://mintcdn.com/makemypass-b52bd2ef/kCtCQLg9U0nHtl8L/images/event/eventPage/embedForm.png?fit=max&auto=format&n=kCtCQLg9U0nHtl8L&q=85&s=5a6db8a8ae3609419a331ab4484aeb15" className="rounded-lg shadow-md" width="424" height="269" data-path="images/event/eventPage/embedForm.png" />
</Frame>

* **Edit Event**: Click to access the full event settings

## Mail Management

This section allows you to configure and customize the email communications sent to attendees at different stages of the event.

### Available Email Templates

MakeMyPass supports five different types of emails:

1. **Invitation Email**: Sent when a user is directly invited by the organizer from the guest page
2. **Confirmation Email**: Sent when a user is confirmed for the event (immediately after registration if there's no waitlisting, or after being shortlisted by an admin)
3. **Check-in Email**: Sent to users when they check in at the event venue
4. **After Event Thank You**: Sent to attendees who checked in at the event (triggered by admin from the post-event page)
5. **After Event Sorry**: Sent to registrants who did not check in at the event

<Frame>
  <img src="https://mintcdn.com/makemypass-b52bd2ef/kCtCQLg9U0nHtl8L/images/event/eventPage/mailManagement.png?fit=max&auto=format&n=kCtCQLg9U0nHtl8L&q=85&s=af2c4a088d19f166d4037613007c954a" className="rounded-lg shadow-md" width="1306" height="442" data-path="images/event/eventPage/mailManagement.png" />
</Frame>

| Icon                                                      | Meaning                                                |
| --------------------------------------------------------- | ------------------------------------------------------ |
| <Icon icon="ticket" iconType="solid" />                   | Ticket for the guest will be send with this mail       |
| <Icon icon="circle-check" iconType="solid" />             | This mail is active, will be send at the trigger point |
| <Icon icon="circle-x" iconType="solid" color="#ff5c5c" /> | This mail is in-active and will not be send.           |

### Editing Email Templates

To customize any email template:

1. Click the edit button next to the specific email type
2. In the modal that opens, you can:
   * Edit the email subject and body
   * Add form fields within double curly braces `{{}}` which will be dynamically populated
   * Choose whether to include the ticket with the email
   * Add attachments to the email
   * Configure a custom SMTP server for sending the email
3. Use the toggle button to activate or deactivate the email type for this event

<Frame>
  <img src="https://mintcdn.com/makemypass-b52bd2ef/kCtCQLg9U0nHtl8L/images/event/eventPage/mailModal.png?fit=max&auto=format&n=kCtCQLg9U0nHtl8L&q=85&s=83b114931246afed2661fdff13d4ec31" className="rounded-lg shadow-md" width="414" height="743" data-path="images/event/eventPage/mailModal.png" />
</Frame>
