# Public View: Register for an Event

This article describes the public-facing registration experience that participants see when registering for a community event.

{% hint style="info" %}
**TIP:** If a registrant visits the registration link for an event that has already ended, they see a friendly "not open for registrations" message instead of an error page.
{% endhint %}

{% stepper %}
{% step %}
**Find the event**

From the organization's public event page, find the desired event and click **Register Now** to begin the registration process.

{% hint style="info" %}
**TIP:** The public event list includes a **Status** filter (Any, Open, Closed) that lets registrants narrow the list to events still accepting registrations. Event cards also display a **Registration Full** or **Registration Closed** badge so the registrant can tell at a glance whether they can sign up before opening the event detail page.
{% endhint %}
{% endstep %}

{% step %}
**Enter attendee information**

The registration form requests the attendee's name and email. Select whether you are registering as a **Participant** or registering on behalf of someone else. Click **Continue** to advance.
{% endstep %}

{% step %}
**Complete additional fields**

Provide any additional details required by the organization. Required fields are marked with red asterisks. The specific fields vary by event. Click **Next** after completion.
{% endstep %}

{% step %}
**Register additional people (optional)**

If the event allows group registrations, indicate whether you are registering additional people by selecting **Yes** or **No**. Choosing Yes prompts you to enter their information; selecting No advances you to the next step.

{% hint style="info" %}
**TIP:** If the event organizer has not enabled group registrations, this step is skipped and you proceed directly to the review page.
{% endhint %}
{% endstep %}

{% step %}
**Review and pay**

Review all attendees, subtotal, and total costs on the order summary page. Apply promo codes if applicable. To remove a promo code that has been applied, click the **Delete** button next to the code. Select your preferred payment method using the **Pay With** button. Click **Complete Registration** to submit.

{% hint style="info" %}
**TIP:** Review specific payment instructions for each method. For example, checks may need to be made payable to a specific organization.
{% endhint %}
{% endstep %}

{% step %}
**Confirmation**

A "You're Going" confirmation page displays with registration and event details. You can edit your registration before the deadline or add the event to your calendar using **Save the Date**.
{% endstep %}
{% endstepper %}


---

# 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/public-registration.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.
