# Segments Menu

The **Segments Menu** in **RUFUS Race Manager (RRM)** is where users can view, edit, and create segments for each **CLASSICAL** race within an event. Segments are vital for race classification, and managing them effectively ensures accurate and meaningful participant rankings.

<figure><img src="/files/AF7o6r3ZJvPLUWNjyaEl" alt=""><figcaption><p>Segments Menu</p></figcaption></figure>

## Overview of the Segments Menu

The **Segments Menu** lists all the defined races within the event, and for each race, it displays the segments that have been created. Users can perform several actions from this menu, including editing existing segments and creating new ones.

## Editing Segments

To edit a segment, simply click on the **pen button** that appears when you hover over a segment's name. This allows you to modify the details of that segment as needed.

## Accessing Other Views

* **Time Visualization Tab**: By clicking on a race name, users can access the [**Time Visualization Tab**.](/rufus-race-manager/segments/time-visualization.md) This feature provides a general, graphical view of all the segment times measured within a race. This visualization is useful for analyzing participant performance and gaining insights into the timing data.
* **Race Segment View**: By clicking on a specific segment, the user can display the [**Race Segment View**](/rufus-race-manager/segments/race-segment-view.md), which focuses specifically on the data for that segment. This feature provides detailed information about each participant's performance within that segment.

## Creating a New Segment

To create a new segment, click on the **New Segment** button. This action will open the **New Segment** modal, where users can define the segment details, such as the checkpoints used to calculate the segment time.


---

# 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/segments/segments-menu.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.
