# JetBrains

![](/files/-M4Un_DDHhSv03jeUlSh)

{% hint style="danger" %}
**Every IDE will not work inside Andronix.**
{% endhint %}

{% hint style="warning" %}
We have only tested **VS code**, **IntelliJ Idea**, **IntelliJ DataGrip**, **MonoDevelop** (tested GTKsharp, ASP NET, ASP NETCORE this last have a problem with the target framework), **Mono** (In console, you can compile simple console programs in C #) **Net Core**. You can test other IDEs and edit this page to add it to the list.
{% endhint %}

You can look at our post on how to install IntelliJ Idea here

{% content-ref url="/pages/-M4O8DL5UywF-scJnENd" %}
[IntelliJ Idea](/andronix-app/software/ides/intellij-idea.md)
{% endcontent-ref %}

Just follow the same procedure and **rename the tar.gz and folder** to the IDE that you're downloading. Just start the IDE with navigating to the **bin** folder of the extracted tar and finding a shell file with the name of the IDE. Execute it with -&#x20;

```
./<IDE-name>.sh
```


---

# 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://andronix-app.gitbook.io/andronix-app/software/ides/jetbrains.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.
