# What you need

Getting started isn't terribly confusing. If you're new to Java and frameworks in general, pay close attention. If you're not, this will be a cake walk.

## An IDE

Even though you can write Java and Pronghorn apps in any editor of your choice, we recommend the following IDEs:

* [IntelliJ](https://www.jetbrains.com/idea/).
* [Eclipse](https://www.eclipse.org/).
* [Visual Studio Code](https://code.visualstudio.com/docs/languages/java).

## Java

Minimum requirement for the JDK is Java 7. Get it [here](http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html). Pronghorn has module compatibility up to Java 9.

## Maven

If you have developed applications using Java before, [Maven](https://maven.apache.org/) will be familiar. Pronghorn uses Maven as well as Maven central for releases and snapshots. Dependencies inside Pronghorn and its related projects are all managed using Maven.

To install Maven on your machine, please follow [this](https://maven.apache.org/install.html) guide on the Maven page.


---

# 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://oci-pronghorn.gitbook.io/pronghorn/chapter-1-getting-started-with-pronghorn/what-you-need.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.
