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

# Home Screen

A complete guide to the 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="https://3961074089-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZgxcabwSCSKC3cebaIwD%2Fuploads%2FAzYdzEU2ImDp5TsgSEkR%2FFieldList.jpg?alt=media&amp;token=f76645f4-3261-4207-8f2f-f96a18b5dbc8" 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="https://3961074089-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZgxcabwSCSKC3cebaIwD%2Fuploads%2FxWUd3cgDQatofTjKjkZU%2FFieldListMenu.jpg?alt=media&amp;token=c8a87abb-190e-4eff-96e9-f07ed8186fe4" 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="https://3961074089-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZgxcabwSCSKC3cebaIwD%2Fuploads%2FAzYdzEU2ImDp5TsgSEkR%2FFieldList.jpg?alt=media&amp;token=f76645f4-3261-4207-8f2f-f96a18b5dbc8" 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="https://3961074089-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZgxcabwSCSKC3cebaIwD%2Fuploads%2FAzYdzEU2ImDp5TsgSEkR%2FFieldList.jpg?alt=media&amp;token=f76645f4-3261-4207-8f2f-f96a18b5dbc8" alt=""><figcaption><p>Tap on the ? button to access app help.</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/app-guide/home-screen.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.
