> For the complete documentation index, see [llms.txt](https://docs.phoenixlidar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phoenixlidar.com/flightplanner.md).

# FlightPlanner

- [Introduction](https://docs.phoenixlidar.com/flightplanner/flight-planning.md)
- [User Interface](https://docs.phoenixlidar.com/flightplanner/user-interface.md)
- [FlightPlanner Interface Tools](https://docs.phoenixlidar.com/flightplanner/user-interface/flightplanner-interface-tools.md)
- [Change Theme](https://docs.phoenixlidar.com/flightplanner/user-interface/flightplanner-interface-tools/change-theme.md)
- [Feedback, Help, and Changelog](https://docs.phoenixlidar.com/flightplanner/user-interface/flightplanner-interface-tools/feedback-help-and-changelog.md)
- [Flight Info](https://docs.phoenixlidar.com/flightplanner/user-interface/flightplanner-interface-tools/flight-info.md)
- [Delete All](https://docs.phoenixlidar.com/flightplanner/user-interface/flightplanner-interface-tools/delete-all.md)
- [Measurement and Reset View](https://docs.phoenixlidar.com/flightplanner/user-interface/flightplanner-interface-tools/measurement-and-reset-view.md)
- [Upload Google KMZ file and Delete All KMLs](https://docs.phoenixlidar.com/flightplanner/user-interface/flightplanner-interface-tools/upload-google-kmz-file-and-delete-all-kmls.md)
- [Take off Location](https://docs.phoenixlidar.com/flightplanner/user-interface/flightplanner-interface-tools/take-off-location.md)
- [Reverse Waypoint Order, Undo, and Auto Update mission flightlines on setting change](https://docs.phoenixlidar.com/flightplanner/user-interface/flightplanner-interface-tools/reverse-waypoint-order-undo-and-auto-update-mission-flightlines-on-setting-change.md)
- [Address Search](https://docs.phoenixlidar.com/flightplanner/user-interface/flightplanner-interface-tools/address-search.md)
- [Workflow](https://docs.phoenixlidar.com/flightplanner/workflow.md)
- [Missions Library](https://docs.phoenixlidar.com/flightplanner/workflow/missions.md)
- [Basic UAS LiDAR Mission Planning (FP 9.0)](https://docs.phoenixlidar.com/flightplanner/workflow/basic-uas-lidar-mission-planning-fp-9.0.md)
- [Mission Type](https://docs.phoenixlidar.com/flightplanner/workflow/settings.md)
- [Overlap](https://docs.phoenixlidar.com/flightplanner/overlap.md)
- [FAQs](https://docs.phoenixlidar.com/flightplanner/faqs.md)


---

# 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://docs.phoenixlidar.com/flightplanner.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.
