# DRONESIM

Simulation is a quick, easy, and, most importantly, safe way to test changes to flight code before attempting to fly in the real world. It is also an excellent way to start flying with the PX4 and ArduPilot flight stack when you still need a vehicle to experiment with.

DRONESIM cloud simulator spins up a PX4 or Ardupilot software in the loop simulation to control a computer-modeled vehicle in a simulated "world." You can interact with this vehicle just as you might with an actual vehicle, using QGroundControl, MissionPlanner, an offboard API, or a radio controller/gamepad.

<figure><img src="/files/9yWMPUSJXMU0Ndk9gwV3" alt=""><figcaption><p>Start a simulation in just a few clicks!</p></figcaption></figure>

With DRONESIM, you can easily create new applications by connecting to your simulated vehicles. Develop locally and connect to your simulation using the client, empowering you to innovate and experiment.

1. Get experience operating UAS with actual ground station software for flight planning and geofencing.
2. Quickly test the latest features in ardupilot releases by running simulations of the latest releases.
3. Offload simulation compute to the cloud to simplify your vehicle design, control system, or robotic application development process.
4. Run multiple simulations with different robotic platforms. &#x20;

\ <br>

{% embed url="<https://www.youtube.com/watch?v=UM_J-VfKuIA>" %}


---

# 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://dronesim.gitbook.io/dronesim-docs/dronesim.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.
