# For developers

- [Developing MOLGENIS](https://molgenis.gitbook.io/molgenis/9.0/for-developers/guide-development.md)
- [Developing frontend in MOLGENIS](https://molgenis.gitbook.io/molgenis/9.0/for-developers/guide-development-frontend.md)
- [Developing Apps in MOLGENIS](https://molgenis.gitbook.io/molgenis/9.0/for-developers/guide-development-apps.md)
- [Using an IDE (Intellij)](https://molgenis.gitbook.io/molgenis/9.0/for-developers/guide-using-an-ide-for-backend.md)
- [Technologies](https://molgenis.gitbook.io/molgenis/9.0/for-developers/guide-technologies.md)
- [Dynamic decorators](https://molgenis.gitbook.io/molgenis/9.0/for-developers/guide-dynamic-decorators.md)
- [Running the integration tests](https://molgenis.gitbook.io/molgenis/9.0/for-developers/guide-integration-tests.md)
- [Jobs](https://molgenis.gitbook.io/molgenis/9.0/for-developers/guide-jobs.md)
- [Security](https://molgenis.gitbook.io/molgenis/9.0/for-developers/guide-security.md)


---

# 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/9.0/for-developers.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.
