# Registration

Registration is how you identify participants in your exercise. Conducttr offers several options to suit different needs of security, privacy, and convenience.&#x20;

| Benefit                                      | Feature                                                                                                                                                                                                 |
| -------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Allows the exercise to identify participants | <ul><li>Seven types of registration available</li><li>Customisable welcome and password reset emails</li><li>Whitelist players/domains</li><li>Add the prompt for team members to join a team</li></ul> |

## 🔀Which registration type should you use?

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

### Options & benefits

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

| Registration type               | Benefit/s                                                                                                                                                                                                                                                                   |
| ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Click-to-play                   | <ul><li>Fast and easy access for players</li><li>Players are anonymous unless questions collect personal information</li><li>Restrictions on access need to be applied by questions</li></ul>                                                                               |
| Email                           | <ul><li>Player history is remembered across devices</li><li>Player identified by email address</li><li>Email address doesn't need to be player's real-life email address</li><li>Access can be restricted to whitelisted email addresses</li></ul>                          |
| 2-step                          | <ul><li>Email address must be verified by the player</li><li>Password reset will be sent to verified email address</li><li>Welcome email and password reset emails are customisable</li><li>Able to resrict access to whitelisted email addresses</li></ul>                 |
| 2-step with mobile              | <ul><li>Email address & phone number must be verified by the player</li><li>Password reset will be sent to verified email address</li><li>Welcome email and password reset emails are customisable</li><li>Able to restrict access to whitelisted email addresses</li></ul> |
| Registration with click-to-play | Players offered chance to try the experience with click-to-play before committing their email address with registration                                                                                                                                                     |
| Passcode                        | <ul><li>Email address is not required</li><li>Only password which can be set by scenario designer is mandatory</li><li>Able to add first time, last name as optional, or can be made mandatory</li></ul>                                                                    |
| Single sign-on                  | <ul><li>Able to restrict access to whitelisted email addresses</li><li>Available as an additional registration for email/can be used on its own</li></ul>                                                                                                                   |

## Configuration (How to)

You'll find all registration options in `Configuration` > `Participants` > `Registration`:

<figure><img src="/files/5gz5Q2y8KRoIA5V3C1dm" alt=""><figcaption></figcaption></figure>

## Pre-registration

Select the teams table to preregister participants.&#x20;

{% hint style="info" %}
For more information on the teams table, visit the page below:
{% endhint %}

{% content-ref url="/pages/ezFsBUecds4TROGiLo7j" %}
[Teams](/feature-documentation/designing-and-running/registration/teams.md)
{% endcontent-ref %}

## :zap:Whitelisting

Whitelisting options can be found in the Registration area:

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

## :zap:Allow players to select their team

If you don't have player details in advance of the exercise and it's desirable to put players into different teams, you can move them in the Facilitator Dashboard.&#x20;

You can also ask players to select a team on registration. To turn on this option, click the selector shown in the image above.


---

# 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://helpdocs.conducttr.com/feature-documentation/designing-and-running/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.
