# Mission Planner

## For Window's peeps

The following instructions show how to install *Mission Planner* on Windows. These instructions will be suitable for most users

1. Download the [latest Mission Planner installer from here](https://firmware.ardupilot.org/Tools/MissionPlanner/MissionPlanner-latest.msi)
2. Double click on the downloaded **.msi** file to run the installer
3. Follow the instructions to complete the setup process. The installation utility will automatically install any necessary software drivers. If you receive a DirectX installation error, please update your DirectX plug-in from the [Windows Download Center](https://www.microsoft.com/en-us/download/windows.aspx).
4. If you receive a warning stating Window's cant verify the publisher of the driver, select **Install this driver software anyway** to continue.

{% hint style="info" %}
Mission Planner is normally installed in the **C:\Program Files (x86)\Mission Planner** folder.

An icon to open the *Mission Planner* is created according to your instructions during the installation.
{% endhint %}

## For Linux's peeps

It is possible to run most Windows based programs on many Linux Distributions using MONO. Mission Planner does run under MONO but will have occasional issues and/or crashes.

1. Download and install the latest version of MONO from [here](https://www.mono-project.com/download/stable/).
2. Download Mission Planner as a zip file from [here](https://firmware.ardupilot.org/Tools/MissionPlanner/MissionPlanner-latest.zip) and unzip to a directory.
3. Change to that directory and execute:

   ```bash
   mono MissionPlanner.exe
   ```

Boom! You're all ready to roll with MissionPlanner!

<br>

<br>

<br>

<br>


---

# 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://wiki.ariitk.in/wiki/tutorials/workspace-setup/installing-ground-control-station/mission-planner.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.
