# Registration

If you want to register for an event, refer to the following steps:&#x20;

#### **1. Open the registration link**&#x20;

Once the event organiser launches the registration process, you should be able to access a live registration link.

If it’s a ticketed event, you have to select a ticket first before proceeding to the next stages.

#### **2. Provide your email address and set up user profile**

Your unique identifier within EventsCase is your email address and that is the reason why it’s the first piece of information the system will ask you. After providing your email address, you will either proceed to setting up your user profile or be asked to log in with your password (if you’re an existing user).

#### **3. Set a password for your account**&#x20;

If you are setting up a new user account, you should create a password with the following characteristics:

* Be at least 8 characters long
* Contain at least one lower case character
* Contain at least one upper case character
* Contain at least one number&#x20;

#### **4. Agree to Terms and Conditions**

Tick the box indicating your approval and consent to the event organiser’s terms and conditions.

#### **5. Answer the registration form**&#x20;

Apart from setting up your user profile, you may also be asked questions related to a specific event (registration form). Answer all the mandatory questions and provide as much information as possible, especially if it’s a manually moderated event which requires vetting.

#### **6. Select the sessions you want to attend**&#x20;

Some events are configured to give you the option to register to specific sessions. Select the ones you want to attend.&#x20;

#### **7. Proceed to the payment if it is a paid event**&#x20;

If it is a paid event, proceed with the payment. Your event organiser will have to define which method of payment you will be able to use.&#x20;

#### **8. Receive a confirmation email of your registration.**&#x20;

Once you are registered, you should receive a confirmation email with information about the event. It may potentially contain a confirmation ticket (PDF) as well which you can print or store accordingly.

#### **9. Enjoy the event**&#x20;

Now that you have confirmed your spot in the event, go attend and enjoy every minute of it! <br>


---

# 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.eventscase.com/user-journeys/end-users/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.
