> 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/dji-settings/faqs.md).

# FAQS

Frequently Asked Questions

<details>

<summary>I'm flying with DJI Pilot 2 and cannot fly below 40 feet or cannot set the overlap to under 40 percent or cannot set speed certain speed</summary>

When planning mission on M3E, M3M, M3T and M350 that all use DJI Pilot 2. If the mission is below 40 feet AGL, the application will not allow you to go below 40 feet AGL. The only way to get a lower altitude is to use FieldAgent to plan your mission and then export out using the flight plan export ( [FA Flight Plan Export](/home/fieldagent/fieldagent/fieldagent-mobile/dji-flight-plan-export.md) ). In addition, if you are looking at getting an overlap percent below 40 percent, you will also have to use the flight plan export in order to do this. In addition, if you are looking at getting a certain speed that the application does not allow you will have to use the flight plan export.

:information\_source: <mark style="background-color:blue;">Note: If you do not have a FA Subscription, you can still use FA Mobile in order to create a flight plan and then export out that flight plan. In order to do this you can login as a guest.</mark> <mark style="background-color:blue;"></mark><mark style="background-color:blue;">**However, if you do not have a FA Subscription you will not be able to process the data after the fact and order mosaic's. see**</mark> [<mark style="background-color:blue;">**link**</mark>](https://sentera.com/agronomic-analytics/) <mark style="background-color:blue;">**to get a subscription.**</mark>

</details>


---

# 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/dji-settings/faqs.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.
