# Home Screen

***

## Home Screen

The Home Screen is the first thing you will see when you launch the app and are logged in.

<figure><img src="/files/rAJowiPSSfSmyehTtNbf" alt=""><figcaption><p>Home Screen</p></figcaption></figure>

***

## Menu

The menu button provides access to several other areas of the app.

* Flight Planning will allow you to start an [Ad-Hoc](/home/fieldagent-mobile-ios/60-second-guides/ad-hoc-flight-planning.md) planning session.
* Tasks will task you to the [Task List](/home/fieldagent-mobile-ios/60-second-guides/flight-tasks.md) for your current organization.
* Dashboard will open your Pilot's Dashboard with access to additional information.

<figure><img src="/files/T421rAnEDN3XurRBYLar" alt=""><figcaption><p>Home Screen Menu</p></figcaption></figure>

***

## Active Organization

The label at the top of the panel displays your active organization. You can use this to [switch](/home/fieldagent-mobile-ios/60-second-guides/switch-active-organization.md) your active organization.

In this example, Sentera Family Farms is the active organization.

<figure><img src="/files/rAJowiPSSfSmyehTtNbf" alt=""><figcaption><p>Sentera Family Farms as an active organization.</p></figcaption></figure>

***

## Help

You can access this [help site](/home/fieldagent-mobile-ios/fieldagent-mobile-ios.md) at any time by tapping on the ? button.

<figure><img src="/files/rAJowiPSSfSmyehTtNbf" alt=""><figcaption><p>Tap on the ? button to access app help.</p></figcaption></figure>

***


---

# 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/home-screen.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.
