# Scenario: Returning to Home

If you can do autonomous waypoint navigation, you can do return-to-home by entering the starting location as the destination waypoint.

**What this requires in addition to the DVL**: This requires the ROV software to be able to accept one of the DVL position output messages, such as $GPRMC, and then self-pilot toward a desired coordinate.

For this usage you do not need to initialize the starting position to a known point unless you want to. If the entire journey is using the startup (0,0) position, the ROV should be able to navigate back using the startup coordinate system.


---

# 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.ceruleansonar.com/c/dvl-75/usage-considerations-and-scenarios/scenario-returning-to-home.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.
