# Installation

[IntelliAda](https://github.com/bloxbean/intelliada) plugin is available in JetBrain's official plugin marketplace. You can install this plugin directly from your IntelliJ IDE.

<https://plugins.jetbrains.com/plugin/17109-intelliada-cardano-integration>

### **Supported IntelliJ version  (2021.1 and above)**

* IntelliJ IDEA
* PyCharm
* GoLand
* WebStorm
* PhpStorm

### Supported Operating Systems

The plugin uses [cardano-client-lib ](https://github.com/bloxbean/cardano-client-lib/)which is only supported on the following Operating systems.&#x20;

* Apple MacOS (Intel and Apple Silicon)
* Linux (x86\_64) (Ubuntu 18.04 and above or compatible ...)
* Windows 64bits (x86\_64)

For any other operating systems, please create a request [here](https://github.com/bloxbean/cardano-client-lib/issues).

### **Installation**

1. Go to Preferences > Plugins or File > Settings > Plugins
2. Search "IntelliAda" in Marketplace tab
3. Click "Install"

![](/files/-Md2iWlHBHfJqrWKfDK7)


---

# 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://intelliada.bloxbean.com/installation-1.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.
