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

# 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/tree/ed1370930eb06a48caf8d16bf83e00e32e273943/docs/images/install/molgenis_architecture.svg)

Check: [develop locally](https://github.com/molgenis/molgenis/tree/ed1370930eb06a48caf8d16bf83e00e32e273943/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](/molgenis/8.6/for-developers/guide-using-an-ide-for-backend.md) as IDE to run the code in.


---

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