> For the complete documentation index, see [llms.txt](https://support.senterasensors.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.senterasensors.com/home/fieldagent-mobile-ios/60-second-guides/flight-parameters.md).

# Flight Parameters

Learn how to view and adjust Flight Parameters.

Flight Plan Export enables the full power of DJI's flight app and the convenience of FieldAgent's intelligent flight planning.

***

## Motivations

* I want to adjust my flight parameters to achieve correct data capture.
* I want to understand how the flight parameters effect capture rate and number of photos.

***

## Adjust Flight Parameters

From the [Flight Planning](/home/fieldagent-mobile-ios/60-second-guides/fly-a-field-boundary.md) screen:

1. Tap on your Flight Segment on the Timeline.
2. Tap on the top panel.
3. Adjust the sliders as necessary.
4. Tap Done to save them.

<figure><img src="https://3961074089-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZgxcabwSCSKC3cebaIwD%2Fuploads%2FRbx8aGELJX7JoH8tORpE%2FFlightPlanning-FlightParameters.gif?alt=media&amp;token=a681ea02-1158-4a37-a45b-3bdf393cbf40" alt="Flight Parameters"><figcaption><p>Flight Parameters</p></figcaption></figure>

***

## View Flight Parameters

From the [Flight Planning](/home/fieldagent-mobile-ios/60-second-guides/fly-a-field-boundary.md) screen:

1. Tap on your Flight Segment on the Timeline.
2. Tap on the top panel.

At the bottom you can view various flight information such as GSD, estimated photo capture, as well as intervals for both distance and time. The panel can be tapped to toggle what data is shown.

<figure><img src="https://3961074089-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZgxcabwSCSKC3cebaIwD%2Fuploads%2FJvXUcmXatmIC4Ekw7RCX%2FFlightPlanning-ViewParameters.gif?alt=media&amp;token=9e4b2aed-cdc7-4b94-be43-210d4ed70d16" alt="Flight Parameters"><figcaption><p>Flight Parameters</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.senterasensors.com/home/fieldagent-mobile-ios/60-second-guides/flight-parameters.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
