> 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/solar-times.md).

# Solar Times

Learn how to view Solar Times in the app.

***

## Motivation

* I have a requirement to fly in a window between post-sunrise and pre-sunset periods.
* I want to see when the first light is to plan my schedule.

***

## Requirements

For Flight Tasks, you must have access to FieldAgent Tasking.

***

## Dashboard

From the Home Screen:

1. Tap on the Menu button at the top left.
2. Select the Dashboard menu item.
3. Tap on the Sundial item under Utilities.

Sundial will default to your current location. You can select a field and adjust the date by tapping the Location and Date items at the top of the list view.

<figure><img src="https://3961074089-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZgxcabwSCSKC3cebaIwD%2Fuploads%2FfdQsretGkH8syqu7IAH4%2FDashboardSundial.gif?alt=media&amp;token=fb0cea2d-23f1-4539-bc78-83c54f56c5b1" alt=""><figcaption><p>Solar Times from the Dashboard</p></figcaption></figure>

***

## Task Details

You can view Solar Times from your [Task Details](/home/fieldagent-mobile-ios/app-guide/flight-tasks.md#task-details) screen.

From Task Details:

* Scroll down the list.
* Tap on the Solar Times item in the Sundial section.

<figure><img src="https://3961074089-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZgxcabwSCSKC3cebaIwD%2Fuploads%2F6ElsC3IxgZh5QfpOkoK6%2FTasksSundial.gif?alt=media&amp;token=f0dc568f-1a51-4a09-b0fd-a1b738c39718" alt=""><figcaption><p>Solar Times from Task Details</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/60-second-guides/solar-times.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.
