# Editing Participant Details

Editing participant details in **RUFUS Race Manager (RRM)** allows you to update information, manage race status, and keep track of passings accurately. This guide will help you understand how to edit a participant and use the available tools effectively.

## Accessing the Edit Participant Tab

To edit a participant, simply **double-click** on the participant you want to select. You can do this from any screen across the software, not just within a **Participants Grid**. This flexibility ensures you can quickly access and edit participant information wherever you are in the system.

When you open the editing tab, the participant's name will be displayed at the top of the tab, making it easy to differentiate between participants when managing multiple tabs.

<figure><img src="/files/TBaaFtLh4N5BUNQqqCXN" alt=""><figcaption><p>Edit Participant View</p></figcaption></figure>

## Editable Fields and Actions

The **Edit Participant** tab is divided into several sections where you can modify participant information and manage their race status and passings.

### 1. Personal Information

* **Name**: Modify the participant's first name if needed.
* **Lastname**: Update the participant's last name.
* **Gender**: Change the participant's gender, ensuring consistency with the **Gender Mapping** settings for accurate categorization.
* **Date of Birth**: Adjust the date of birth to correct or update participant records.
* **Country**: Select or change the country of the participant.
* **City**: Update the city where the participant resides.

### 2. Registration Details

* **Bib Number**: Update the participant's bib number if necessary. Remember that bib numbers must remain unique across the entire event.
* **Chip Code**: Modify the chip code used for timing purposes.
* **Race**: If the participant is registered in a race, you can change the race they are participating in.
* **Age Group Code**: Update the participant's age group code if applicable.
* **Group**: Modify the participant's group if needed.
* **Team**: Update the team name if the participant is part of a team.
* **Club**: Enter or modify the club name if applicable.

### 3. Contact Details

* **Email**: Update the participant's email address.
* **Phone Number**: Modify the participant's phone number.

### 4. Status, Laps, Segments, Passings and Rankings

If the participant is registered in a race, you will also be able to manage their **Status** and **Passings**:

* **Status**: Use the dropdown at the top of the tab to change the participant's current race status (e.g., **DNS**, **DNF**, etc.). See [Participant Statuses](/rufus-race-manager/participant-management/participant-statuses-notes-penalties-and-bonuses.md) article for more information.
* **Passings**: Manage the participant's passings by adding, deleting, or marking passings as **VALIDATED** or **INVALIDATED**. See [Participant P](/rufus-race-manager/participant-management/participant-statuses-notes-penalties-and-bonuses.md)[assings ](/rufus-race-manager/participant-management/participant-passings.md)article for more information.
* **Laps/Segments**: Instantly see all participant laps or segments.
* **Rankings**: Instantly see participant position across all rankings: *Global, gender, age group, group, club, team, city, country*. Updates live as you edit participant info

### 5. Predictive Tracking Location

Operators can see a focused mini-map snippet for the selected athlete with useful race-time context such as:

* **pace**
* **distance to go**
* **predictive finish**
* **last checkpoint**
* **next checkpoint**

## Deleting a Participant

You can also delete a participant directly from the **Edit Participant** tab. To do this, click on the **Trash icon** located in the lower-left corner of the tab. Please note that deleting a participant will not remove the associated passings.

## Tips for Editing Participants

* **Double-Check Changes**: Always double-check any changes before saving to ensure participant data is accurate and up-to-date.
* **Consistency Across Fields**: Ensure consistency with gender values, country information, and age group codes to maintain accurate categorization and avoid issues during classification.
* **Manage Passings Carefully**: Adding or deleting passings can impact the participant's final results, so make sure to make these changes only when necessary.


---

# 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.runonrufus.com/rufus-race-manager/participant-management/editing-participant-details.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.
