# Safety

## Personal Protection

Protect yourself and others during drone development and flying. \
We strongly encourage you and anyone nearby wearing personal protective equipment.

This includes but is not limited to:

* Protective Eyewear
* Protective foot wear such as heavy boots (Steel toe)
* Arms and legs fully covered.
* Heavy jacket.
* Leather gloves, but be careful they don't inhibit safe movement or handling.

You and observers should be well away from the vehicle while testing. You may also want to include a barrier such as netting to either protect yourself, others. You can also fly the drone in a netted enclosure.

&#x20; &#x20;

## Drone laws and regulations

Regulations around the world vary greatly, and not handling according to regulations can result in significant penalties. It is your own responsibility that you follow these regulations. The links below are provided here for guidance only and should not be considered comprehensive information in any way.

Ensure you are familiar with the **local** regulations that are in place before you fly: regulations are different depending on what continent, country or region you want to fly. The links below might be a good starting point. Please [contact us](/hovergames/contact.md#contact-the-hovergames-team) if you have any additions to this list.

Many locations require you pass a drone safety test or **drone operators test**, and also register and display a registration number on your drone. It is usually not difficult to comply to these regulations but will require some study.

* General resources for drone laws and regulations:
  * <https://uavcoach.com/drone-laws/> (scroll down for a list of countries)
  * [https://www.droneregulations.info](https://www.droneregulations.info/)
  * <https://drone-traveller.com/drone-regulations-worldwide/>
* European Union: <http://dronerules.eu/en/>​
* United Kingdom: <https://www.caa.co.uk/consumers/unmanned-aircraft-and-drones/>​
* United States of America: <https://www.faa.gov/uas/>​
* Canada: <https://tc.canada.ca/en/aviation/drone-safety>
* India:
  * <https://digitalsky.dgca.gov.in/>
  * <http://pib.nic.in/newsite/PrintRelease.aspx?relid=183093>
  * <https://www.medianama.com/2018/12/223-drones-online-registration-india/>

### Privacy Laws

In addition to regulations regarding flying a drone, there may also be regulations relating to privacy when a camera is on board the drone. The link below has a reasonable summary of what may be the situation in your location. This link is provided for convenience only, and should not be considered comprehensive:

* <https://surfshark.com/drone-privacy-laws>

## Safety settings

Some important safety settings are explained in this GitBook. You will come across them when following the pages in the intended order, but please check that you did not miss anything.

The sections linked to below describe how to set up the RC transmitter and FMU such that the drone should not show unexpected behavior when, for instance, the connection is lost. Before you turn on your drone with propellers installed, you should have read these pages and set the settings as described. You should understand why we advice these settings, and understand the shortcomings.&#x20;

If you decide to deviate from the recommended settings, make sure you know what behavior you can expect and learn what you can do in case something goes wrong.

{% content-ref url="/pages/-LJYvyY\_Ejvu99OMkQs9" %}
[Radio controller setup](/hovergames/userguide/radio-controller-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LNL63fr4SEWou8hNOwo" %}
[Radio and flight modes](/hovergames/userguide/qgroundcontrol/radio-and-flight-modes.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LNL6ICPqyHHJ1CEQcTo" %}
[Safety](/hovergames/userguide/qgroundcontrol/safety.md)
{% endcontent-ref %}

## Flying safely

In the flying section, the principles of safely handling your drone are described. Remember to be extra careful with your first few flights. Fly responsibly and be prepared in case something goes wrong. Make sure you know what to do when something happens. You should know which options you have to land or shut down the drone in case of emergency.

{% content-ref url="/pages/-LJYw2zIvsEciksn7P87" %}
[Flying](/hovergames/userguide/flying.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/safety.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.
