# Settings

## General

### Flight Length

Total length of current route, including distance to and from home.

### Estimated Time

Estimated minimum flight time under ideal conditions. (Windless environment, battery and aircraft in good state).

### Show Shoot Points

Show where the aircraft take photos.

### Show Photo Footprints

**Photo Footprints：**&#x54;he imaging range of the photo.

**Mapping/Patrol Mission**

Show the photo range when camera is looking at the ground(A rectangular area).

**Circular Mission**

Show the range of viewing angles when the camera shoots horizontally toward the center of the object(A sector area).

### Show Ground Elevation

#### Mapping Mission

Show the sampled elevation (4X4, 16 locations) of the mission bounding rectangle area.

#### Circular Mission

Show the elevation of the home location and the hotpoint.

#### Patrol Mission

Show the elevation of each waypoint. Select the waypoint to update the elevation data.

{% hint style="warning" %}
If the elevation data is displayed in red, it means that the flight height of the waypoint may be lower than the ground height. Please pay attention to the surrounding terrain.
{% endhint %}

### Waypoints Count

#### Mapping Mission

Total waypoints count, not including photo points.

In safe mode, Real Waypoint Count = Photo Points Count + Waypoints Count.

#### Circular Mission

**Safe Mode：**&#x54;otal Waypoints Count.

**Fast Mode：**&#x53;tart + End + Photo Points.

#### Patrol Mission

Total waypoints count.

## Route Settings

### Speed

Maximum flight speed during the mission.

The horizontal speed of the aircraft will not exceed the speed limitation.

### Repeat Times

If the repeat times > 1, the aircraft will return to the first waypoint to start over after the mission is completed.

### Finished Action

The action will be executed when mission is finished.

#### Go Home

Aircraft will go home and land.

#### Auto Land

Aircraft will land at the location of the last waypoint.

#### Hover

Aircraft will hover.


---

# 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://goodstation.gitbook.io/good-station/english/fundamentals/mission/settings.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.
