> 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/before-you-begin.md).

# Before You Begin

You are always in charge of your drone.

***

FieldAgent Mobile for IOS makes no decisions regarding laws, ethics, or ordinances.

{% hint style="success" %}
Always know your local laws and codes for [UAS](https://www.faa.gov/faq/what-unmanned-aircraft-system-uas) operation.

Always fly safe.

**The** [**Pilot in Command**](https://www.faa.gov/air_traffic/publications/atpubs/aim_html/chap6_section_1.html) **is always responsible for all on-site assessments.**
{% endhint %}

***

## You Are Responsible For Your Drone

{% hint style="success" %}
The app can not prevent the following problems from occurring:

* Flying into a building.
* Hitting a tree.
* Colliding with a powerline.
* Failing to bring the drone back before the battery expires.

Always review your flight plan before take-off.

Always plan your flights safely.
{% endhint %}

***

## Flight Planning Assistant

First and foremost, FieldAgent Mobile iOS is an assistant.&#x20;

* The app helps you find locations that it knows about or that you direct it to.
* It helps you set a flight area and parameters like altitude, speed, and overlap.
* The app provides tools to let you make decisions about how to fly.

The app makes no decisions about what is or is not safe to fly.

{% hint style="success" %}
You are responsible for your drone and how it performs autonomous missions.
{% endhint %}


---

# 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/before-you-begin.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.
