# Confirmations

The Confirmations section allows you to create custom confirmation messages that are sent to registrants after they complete their registration. You can configure a different message for each registration type and use dynamic tokens to personalize the content.

{% stepper %}
{% step %}

#### Navigate to the Confirmations Tab

After completing the previous sections of the event workflow, PEARS takes you to the Confirmations page. You can also access it by opening an existing event and clicking the **Confirmations** tab in the progress panel.
{% endstep %}

{% step %}

#### Select a Registration Type

The Confirmations page displays a tab or section for each registration type configured on the event. Click on a registration type to edit its confirmation message.
{% endstep %}

{% step %}

#### Enter a Confirmation Message

In the confirmation message editor, compose the message that registrants will receive. Use the rich text editor to format the message with headings, links, lists, and other formatting.
{% endstep %}

{% step %}

#### Insert Dynamic Tokens (optional)

Use dynamic tokens to personalize the confirmation message with registrant and event details. Tokens are replaced with actual values when the message is sent. Available tokens include:

* `{{event_title}}` -- The name of the event.
* `{{event_location}}` -- The location of the event.
* `{{event_start_date}}` -- The start date of the event.
* `{{registration_type}}` -- The type of registration selected.

{% hint style="info" %}
**TIP:** Click the **Insert Token** button in the editor toolbar to see all available tokens and insert them into your message without typing them manually.
{% endhint %}

![Screenshot: The Confirmations page showing the rich text editor with a confirmation message being composed, the Insert Token button in the toolbar, and dynamic tokens like event\_title and event\_location inserted in the message body](/files/lKQC1gB7nDtAfv9Ldxdo)
{% endstep %}

{% step %}

#### Repeat for Additional Registration Types

If the event has multiple registration types, repeat steps 2 through 4 for each type. Each registration type can have its own unique confirmation message.
{% endstep %}

{% step %}

#### Save Confirmations

Click **Save and Continue** to save the confirmation messages and proceed to the next step.

To save without continuing, click the **Save** button instead.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**NOTE:** Confirmation messages are sent automatically when a registration is completed. Review your messages carefully before publishing the event to ensure they contain accurate information.
{% endhint %}

## Continue to the Next Step

After configuring confirmations, click the **Save and Continue** button to proceed to [Preview and Publish](/plan/community-events/publish-an-event.md).


---

# 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://support.pears.io/plan/community-events/confirmations.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.
