# List of participants

The functionality of this page allows you to do whatever you want with the participants (within the bounds of reason, of course).&#x20;

## Actions with a participant&#x20;

“**Actions**” button You can use this button to send a link for confirmation of participation, confirm the participation manually, and remove the participant from the contest. Select a participant from the list by clicking on the checkbox next to the nickname, so that the button "**Actions**" becomes active.

### “Actions” Tab&#x20;

In this tab, you can send the participant a link for confirmation of participation by email or in Telegram.

{% hint style="info" %}
You can read more about confirmation of participation here.
{% endhint %}

### “Confirmation of participation” Tab&#x20;

You can manually confirm or cancel the user's confirmation of participation. Select the required participants, click on "**Actions**" and go to the "**Confirmation of participation**" tab. Select the desired option and click "**Apply**".

### “Delete” Tab&#x20;

What to do with a participant that you don't like? Right! Remove it! (we're joking again)&#x20;

Select a participant and click on "**Actions**", go to the "**Delete**" tab and click on "**Remove from the contest**".

## How to change team composition and registration forms&#x20;

### “Edit” button&#x20;

Clicking on the "**Edit**" button next to the participant's nickname, opens a dialog box where you can change the team composition, leave a note about the participant, and so on.

### Team composition&#x20;

In the "**Team composition**" tab you can move a team member to another team, change the team captain, or delete a team member.&#x20;

#### Adding a new member to the team&#x20;

Click on "**Edit**" next to the nickname of the participant that you want to move to the team and go to the "**Team composition**" tab. On the "**Team composition**" tab click on the drop-down list with the value "**Without team**" and select the appropriate team.

#### How to change the team captain&#x20;

Select a team member who doesn't have the status "**Captain**", but who belongs to the team and click on "**Edit**". In the pop-up window "**Team composition**" click on the button "**Upgrade to a captain**".

#### How to remove a participant from the team&#x20;

Find the required participant in the list of participants and click "**Edit**". In the "**Team composition**" tab click on the button "**Delete from the team**".

{% hint style="info" %}
A team member with the "**Captain**" status cannot be removed from the team. First, upgrade another team member to captain.
{% endhint %}

### "Form" button&#x20;

Clicking on the button "**Form**" next to the participant's name allows you to change their registration form.

## Filters&#x20;

Filters are a powerful tool for finding and sorting event participants.

#### The “Search” field&#x20;

This filter allows you to search for participants by first or last name.&#x20;

#### The ”Register" field&#x20;

This filter allows you to set a time interval and view the participants who registered during this particular interval.

#### The “Form” filter&#x20;

You can use this filter to filter out the participants with complete or incomplete registration forms.&#x20;

#### The ”Team" filter&#x20;

This filter allows you to filter out individual participants or team members.&#x20;

#### The “Only captains” filter&#x20;

This filter shows in the search results only the participants with the status “Captain”.&#x20;

#### The “Specializations” filter&#x20;

This filter allows you to find participants with a specific specialization specified in the registration form when registering for the event.&#x20;

#### The “Enter location” field&#x20;

This filter allows you to find participants by the city that they specified in the registration form when registering for the event.&#x20;

#### The “Moderation” filter&#x20;

This filter allows you to filter out participants whose teams passed moderation.

#### The “All prizes” filter&#x20;

This filter allows you to filter out participants by the criteria.&#x20;

#### The “Finalist” filter&#x20;

This filter allows you to see in the search results the participants who were assigned the "**Finalist**" status in the list.&#x20;

#### The “Team is assembled" filter&#x20;

This filter allows you to see in the search results team members who fixed the team composition and its settings by activating the “**The team is assembled**” setting.

{% hint style="info" %}
The "Fix team settings" setting should be enabled.
{% endhint %}

#### The “With confirmation of participation” filter&#x20;

This filter allows you to see in the search results only those participants who confirmed their participation in the contest. More info: link to the “Confirmation of participation” setting.&#x20;

#### The “Type of participation" filter&#x20;

This filter filters out participants by the type of participation.

{% hint style="info" %}
For this filter to appear, you need to add the question “How will you participate?” to the registration form.
{% endhint %}

#### **The “Show on page” feature**&#x20;

This feature allows you to show 30, 50, or 100 participants on the page at once.&#x20;

#### **The sorting “Sort by”**&#x20;

This feature allows you to sort participants by first name, last name, registration date, etc.&#x20;

#### The sorting “Sorting order”&#x20;

This feature allows you to sort participants in ascending or descending order.&#x20;

#### The “Show form /Hide form” button&#x20;

This feature adds to the table the data that the participant entered when registering for the event. The settings icon allows you to add new columns to the table.


---

# 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://help.codenrock.com/setup-guide/statistics/list-of-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.
