# Registration Types

Registration types define the ways participants can register for your event. Each type can have its own custom registration form, allowing you to collect different information depending on how the participant plans to attend.

{% stepper %}
{% step %}
**Navigate to the Registration Types Tab**

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

{% step %}
**Select Registration Types**

Choose one or more registration types for the event by checking the available options. Common registration types include:

* **Participant** -- For people who plan to attend the event.
* **Non-Participant** -- For someone registering other people but not attending themselves.

Additional registration types may be available depending on your organization's configuration.

{% hint style="info" %}
**TIP:** You must select at least one registration type before the event can be published. Selecting multiple types gives registrants the ability to choose how they will participate.
{% endhint %}
{% endstep %}

{% step %}
**Configure a Custom Registration Form (optional)**

For each registration type, you can customize the registration form that participants will complete. Click the **Edit Form** button next to a registration type to open the form builder.

In the form builder, you can:

* Add custom fields to collect additional information from registrants.
* Rearrange fields to control the order they appear on the form.
* Mark fields as required or optional.
* Remove fields that are not needed for this registration type.

![Screenshot: The Registration Types page showing checkboxes for available registration types such as Attended and Not Attending, with Edit Form buttons next to each type for customizing the registration form](/files/5dSwqbK7SB0KdTz8XXMk)
{% endstep %}

{% step %}
**Save Registration Types**

Click **Save and Continue** to save your registration type selections and proceed to the next step.

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

{% hint style="warning" %}
**NOTE:** Changing registration types after the event has been published may affect existing registrations. Review your registrations before modifying the available types.
{% endhint %}

{% hint style="info" %}
**TIP:** If you change the event's end date, any registration type deadline that falls after the new end date is automatically moved back to match. This prevents registration deadlines from extending past the event itself.
{% endhint %}

## Continue to the Next Step

After configuring registration types, click the **Save and Continue** button. If the event has fees, the next step is [Event Payment](/plan/community-events/event-payment.md). Otherwise, you will proceed to [Confirmations](/plan/community-events/confirmations.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/registration-types.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.
