# Termination Area

One common issue in tracking sessions is that boats continue transmitting their position after the race ends — including when they’re already back in the harbor or heading home. To prevent this, eStela offers the Termination Area feature.

### How It Works

If a boat enters the Termination Area:

* After crossing the start line, or
* 15 minutes after the scheduled race start time

…it will automatically be marked as “Finished.”

Any further positions sent from that boat will be ignored and won’t be recorded in the tracking session.

This ensures post-race movements don’t clutter the tracking data or confuse spectators reviewing replays.

### How to Set Up a Termination Area

1. Go to your Account Settings
2. Click on `Tracking termination area`
3. Select `Setup termination area`

This opens a map-based tool where you can:

* Draw a polygon defining your termination zone
* To finish the shape, click on the first point you added to close the loop
* Click `Save` to store the area

You can only have one termination area at a time. If you need to change it:

* Go back to the same menu
* Click `Update termination area`


---

# 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/tracking-races-with-estela/termination-area.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.
