# Flight Tasks

## Task List

You can access your Task List from the Home screen by tapping the Menu button and selecting the Tasks item.&#x20;

<figure><img src="/files/uKFWFaqlzqYoS32TsDyK" alt=""><figcaption><p>Task List Screen</p></figcaption></figure>

### Task Items

Each Task in the list displays a summary of information.

<figure><img src="/files/hojUOecaz64bTbQYlqYr" alt=""><figcaption><p>Task Item</p></figcaption></figure>

The information displayed is described in this figure from left to right, top to bottom.

<table><thead><tr><th width="161">Label</th><th>Meaning</th></tr></thead><tbody><tr><td>Field Name</td><td>The name of the <a href="#field">Field</a> for this task.</td></tr><tr><td>Date</td><td>This is either the <a href="#scheduled-date">Scheduled Date</a> or the <a href="#targeted-date">Targeted Date</a> of the task.</td></tr><tr><td>Name</td><td>The Name of the task.</td></tr><tr><td>Notes</td><td>The <a href="#notes">Notes</a> for the task.</td></tr><tr><td>Assigned to</td><td>The user who is currently <a href="#assigned-to">Assigned to</a> the task.</td></tr><tr><td>Status</td><td>The <a href="#status">Status</a> of the task.</td></tr></tbody></table>

You can tap on the any task item to view [Task Details](#task-details).

***

## Task Details

You can tap a Task from the Task List to view Task Details.&#x20;

<figure><img src="/files/54ZtL0UmfgoJ2KHpuqMy" alt=""><figcaption><p>Task Details Screen</p></figcaption></figure>

### Task Details Table

The Task Details Table contains information about the task, such as who assigned it, scheduled and targeted dates, and what field it belongs to.

<div align="center" data-full-width="false"><figure><img src="/files/SNjSaw7RCup9RLQM557C" alt="" width="375"><figcaption><p>Field Details Table</p></figcaption></figure></div>

### Assigned to

The Assigned to section displays who the task is assigned to.&#x20;

<figure><img src="/files/zRTJNJuamdDMwiYpnPlB" alt=""><figcaption><p>Assigned to</p></figcaption></figure>

* If the task is Unassigned, you can tap on Assign to Me, and the app will update the task assignment.
* If the task has been assigned to you, you can tap the Unassign button to change its status to unassigned.

### Scheduled Date

The Scheduled Date indicates when the task is intended to be completed.

<figure><img src="/files/NXhHP7c4EOqkA1TJZ6nn" alt=""><figcaption><p>Scheduled Date</p></figcaption></figure>

* You can tap the Update button to change the Scheduled Date.

### Targeted Date

The Targeted Date shows the original date the task was intended to be completed. It is generally set when the Order is created.

<figure><img src="/files/MtMlh8C6mNPYbyXuOLHq" alt=""><figcaption><p>Targeted Date</p></figcaption></figure>

### Status

The Status displays the current state of the task.

<figure><img src="/files/q8Sd5FHMY5yuSjoeZtia" alt=""><figcaption><p>Status</p></figcaption></figure>

When a task is incomplete, you can tap the Complete button to set it as completed.

* You should only complete a task based on your team's standard operating procedure.
* Manually completing a task can result in the order being unfulfilled.

Here is a figure showing the task status and its meaning.

<table><thead><tr><th width="173">Status</th><th>Meaning</th></tr></thead><tbody><tr><td>Open</td><td>The task is created and awaiting image upload.</td></tr><tr><td>Completed</td><td>The task was marked completed. </td></tr><tr><td>Surveyed</td><td>The task was associated with a survey, and images were uploaded.</td></tr></tbody></table>

### Field

The Field displays which field the task is associated with.

<figure><img src="/files/2780qnOWeC0tUvWq7LYV" alt=""><figcaption><p>FIeld</p></figcaption></figure>

You can tap on he Field name to display [Field Details](/home/fieldagent-mobile-ios/app-guide/field-details.md).

### Product

The Product shows what product was ordered to generate this task.

<figure><img src="/files/1dDDop47e0lADJi2n8j8" alt=""><figcaption><p>Product and SKU</p></figcaption></figure>

### Survey

The Survey shows the name of the survey that was associate with this task.&#x20;

When a task is Open or Completed, then a survey has not been uploaded with the task associated.

<figure><img src="/files/5oH7AnSlYbfVpP4SkxiX" alt=""><figcaption><p>Survey</p></figcaption></figure>

### Notes

The Notes field displays any notes that were attached to the task when the order was placed.

<figure><img src="/files/kUH27ReMmoLl61ERC7KT" alt=""><figcaption><p>Notes</p></figcaption></figure>

In certain cases the notes will display the required flight parameters that the task should be flown with. It may also contain important information about the task.

### Solar Times

The Sundial field allows you to view solar times for the field.

<figure><img src="/files/SPgmjgGfgoupa9dWe5aF" alt=""><figcaption><p>Sundial</p></figcaption></figure>

The Sundial will automatically choose the Scheduled Date or Targeted Date for the task. You can adjust the date as necessary.

### Fly Now

The Fly Now button will open flight planning with the task information.

<figure><img src="/files/iqUda05JiW4AXZyRjpIv" alt=""><figcaption><p>Fly Now</p></figcaption></figure>

From Task Based Flight Planning, you will be able to adjust your flight plan accordingly before you [Fly a Drone](/home/fieldagent-mobile-ios/60-second-guides/fly-a-drone.md) or [Export](/home/fieldagent-mobile-ios/60-second-guides/flight-plan-export.md).


---

# 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://support.senterasensors.com/home/fieldagent-mobile-ios/app-guide/flight-tasks.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.
