# Flying

This section provides important information about safely flying a drone. It is split up in things you should do before you fly, things to keep in mind while you're flying, and things to check afterwards.

It is recommended that you check all three sections *before your first flight*.

{% content-ref url="/pages/-LJYw6EWoK5tLPLtXCE7" %}
[Before you fly](/hovergames/userguide/flying/before-you-fly.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LKvEUJ-wrbZm1EFIX1m" %}
[During flight](/hovergames/userguide/flying/during-flight.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LJYw8U-d22\_0oF3i1qF" %}
[After you fly](/hovergames/userguide/flying/after-you-fly.md)
{% endcontent-ref %}


---

# 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://nxp.gitbook.io/hovergames/userguide/flying.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.
