# Rounding Directions and Waypoints

eStela uses three types of marks to define race courses:

* Rounding Buoys
* Waypoints
* Doors

Each type has a specific role in tracking, visualization, and race analytics.

### Rounding Buoys

Rounding buoys are physical marks that boats are required to round. eStela automatically detects whether a boat rounds the buoy correctly based on direction.

* The **system calculates the rounding direction automatically** based on the previous and next mark in the course.
* If the angle between the approach and departure is narrow, both directions are accepted.
* You cannot manually set the rounding direction.
* These marks are included in:
  * Time tables
  * Boat performance analytics

Use rounding buoys to define required rounding points in the race.

### Waypoints

Waypoints are virtual marks that boats are not expected to round. They are mainly used for visualization and distance calculation.

* Waypoints help shape the course for metrics like total distance
* Boats do not need to cross or round them
* They are not shown in time tables or performance metrics
* They cannot be selected during replay or live visualization

Waypoints are especially useful for coastal or offshore courses, where visualizing the intended route is helpful, even if some points aren’t actual rounding marks.

### Doors

Doors are imaginary lines created between two marks. A door is considered crossed when a boat sails through the line in the correct direction, which is also automatically calculated based on the course flow.

* Commonly used for:
  * Start lines
  * Finish lines
  * Mid-course gates (e.g. in windward-leeward layouts)

Like rounding buoys, door crossings contribute to timing and classification features.


---

# 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.estela.co/managing-courses-and-marks/rounding-directions-and-waypoints.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.
