# Register Participants

To register new participants, head over to the registration page and click Start New Registration.

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

### Registration Process Overview

The registration process is streamlined to ensure thorough profiles are created. Upon navigating to the registration page, start a new registration by clicking on the "Start New Registration" button.

The subsequent steps are outlined in your [customizable form](/registration/registration-form.md), which can be tailored to gather specific information relevant to the event or organization's requirements. This process will also follow any [settings you've defined](/registration/registration-settings.md) such as enrollment availability or staff notifications.

### Unfinished Registrations

You can review and complete any unfinished registrations for parents. This table shows you parents who have started a registration form, but have no yet finished. These unfinished registrations can be started by the parent, or by staff on behalf of the parent. You can see who created a form by this using the `CREATED BY` column in the table.&#x20;

For those created by parents, as a staff member, you'll want to be careful not to modify the parents registration form too much, as it could create confusion if the parent were to log in and not know how their information was changed.

You can also navigate to an unfinished registration from a parents sidebar, in the participants section. This also allows for adding new participants to an existing parent.

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


---

# 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.c360.org/registration/register-participants.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.
