# Deploy MOLGENIS

We support two ways in which you can use MOLGENIS.

## Run in development or test

When you are developing on top of MOLGENIS or testing the platform we recommend using [docker-compose](https://github.com/molgenis/docker).

## Run in production

When you run MOLGENIS in production we recommend using the [RPM deployment](https://molgenis.gitbook.io/molgenis/8.4/guide-deploy-molgenis/guide-deploy-rpm).

## Migrate

If you are migrating from MOLGENIS x.x.x to x.x.x please read the [migration guide](https://molgenis.gitbook.io/molgenis/8.4/guide-deploy-molgenis/guide-deploy-migration).


---

# 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/8.4/guide-deploy-molgenis.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.
