# Before You Begin

***

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