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

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