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

# Flight Logs

Every flight log is stored in the cloud and is accessible when you need it, no matter where you are in the world. Detailed flight log analytics helps to ensure the best possible flight performance of your vehicle and detect potential mechanical issues before your customers or pilots become aware.

Flight logs allow the user to create a detailed history of all historic, ongoing, and future drone operations. Constant flight log monitoring ensures safe and reliable operations for the whole fleet and for each individual drone/pilot.

![](/files/-MTQce493uTP48KcYIY_)

### DroneLogbook Integration

Sky-Drones Cloud offers Dronelogbook integration for exporting the flight logs to our partner.&#x20;

{% embed url="<https://www.youtube.com/watch?index=11&list=PLflAsraehVEZ567sdxgcvOXLVDb3JXF5k&v=amEAsH2Qbrk>" %}


---

# 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.sky-drones.com/flight-operations/cloud/flight-logs.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.
