# Developing MOLGENIS

To develop MOLGENIS on you machine we recommend to use IntelliJ as IDE. You need to install the prerequisites as well.

## Prerequisites for MOLGENIS development

The components needed to run MOLGENIS locally are:

![MOLGENIS components](https://github.com/molgenis/molgenis/blob/10.0/docs/images/install/molgenis_architecture.svg)

Check: [develop locally](https://github.com/molgenis/molgenis/blob/10.0/docs/guide-development-deploy-backend-services.md)

> You can download, install and use MOLGENIS for free under license [LGPLv3](https://www.gnu.org/licenses/lgpl-3.0.en.html).

## Get the code

Create account on github.com.

Copy the clone URL.

```bash
mkdir -p ~/git
cd ~/git 
git clone http://github.com/molgenis/molgenis
```

*Optionally select stable molgenis version:*

```bash
git fetch --tags origin
git checkout <tag name: see https://github.com/molgenis/molgenis/releases>
```

## Start MOLGENIS

We use [IntelliJ](https://molgenis.gitbook.io/molgenis/10.0/for-developers/guide-using-an-ide-for-backend) as IDE to run the code in.


---

# 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://molgenis.gitbook.io/molgenis/10.0/for-developers/guide-development.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.
