> 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-tasks.md).

# Flight Tasks

Learn to view and flight plan from a task.

{% hint style="info" %}
The FieldAgent platform creates tasks when a product is ordered. For more information about creating orders, see this [page](https://sentera.com/data/).
{% endhint %}

***

## Motivation

You are assigned a flight task and must capture imagery to fulfill that task.

***

## Steps

From the Home Screen:

1. Tap the menu button on the top left.
2. Tap on the Tasks menu item.
3. Select the task you want to work on.
4. Review the task details and tap the Fly Now button at the bottom.
5. Set your drone and camera using the top set of buttons.
6. Review the selected Flight Specifications.
7. Tap on Review Parameters.
8. Adjust the buffer and direction as necessary.
9. Tap Set Parameters to enter the flight planning view.

You can now execute the flight plan by pressing the [Play](/home/fieldagent-mobile-ios/60-second-guides/fly-a-drone.md) button. If the app does not support your drone, [export](/home/fieldagent-mobile-ios/60-second-guides/flight-plan-export.md) the flight plan as a KMZ for DJI Pilot 2.

<figure><img src="https://3961074089-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZgxcabwSCSKC3cebaIwD%2Fuploads%2FDS1FNCJcjK1cvEybZ0KG%2FFlight%20Tasks.gif?alt=media&amp;token=c885a0f9-64bf-4ad4-a6cc-82f864709324" alt=""><figcaption></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-tasks.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.
