> 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/app-guide/flight-planning.md).

# Flight Planning

A complete guide to Flight Planning

***

## Flight Planning

You can access flight planning in several different ways.

### Ad-Hoc

You can access ad-hoc flight planning from the Home Screen by tapping the Menu button and selecting Flight Planning. You will need to tap out your flight area on the map.

<figure><img src="https://3961074089-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZgxcabwSCSKC3cebaIwD%2Fuploads%2FxI6qmx33iXpYx5WfT0ux%2FAd-Hoc%20Flight%20Planning%20From%20Menu.gif?alt=media&amp;token=7cad4127-4425-41fc-8ee9-8e1f6297d259" alt=""><figcaption><p>Ad-Hoc Flight Planning</p></figcaption></figure>

***

### Fly a Field Boundary

You can open flight planning from [Field Details](/home/fieldagent-mobile-ios/app-guide/field-details.md) by swiping on a field boundary or triple-tapping any item in the Shapes list. Entering through this way will default the flight area for you.

<figure><img src="https://3961074089-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZgxcabwSCSKC3cebaIwD%2Fuploads%2Fk4e41q1X21mGO1A5uhOy%2FField%20Flight%20Planning.gif?alt=media&amp;token=c215722e-9cff-4fd7-b77c-b4ddf08e1f33" alt=""><figcaption><p>Flight Planning from a Field Boundary</p></figcaption></figure>

***

### Task Flight Planning

The [Task List](/home/fieldagent-mobile-ios/app-guide/flight-tasks.md#task-list) allows you to enter flight planning. The task's flight specifications and field boundary automatically populate the flight parameters and area.


---

# 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/app-guide/flight-planning.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.
