# Quick Start

{% hint style="info" %}
qProtect must be ran on JDK (Java Development Kit) Version 8 (1.8) however, it supports all versions including and above Java 8.

A compatible JDK can also be found at <https://jdk.mdma.dev>
{% endhint %}

## Running qProtect

To start the GUI, double click the jar or run it with the following command using cmd:

```bash
$ java -jar qProtect.jar
```

To run qProtect using the CLI run it with the following command in cmd:

<pre class="language-bash"><code class="lang-bash"><strong>$ java -jar qProtect.jar --config config.yml
</strong></code></pre>

## Inputs & Outputs

<figure><img src="/files/dRm0LFMZUXDeNcs8V6GO" alt=""><figcaption></figcaption></figure>

> The previous image shows selecting the Inputs and Outputs for paths.
>
> **Input:** Should be an existing JAR file
>
> **Output:** Should be the path to a new JAR file that will be written after obfuscation. It will rename existing files to a backup file.


---

# 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://docs.mdma.dev/quick-start.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.
