# Overview

The **BoxLang IDE** plugin brings BoxLang language support to JetBrains IDEs.

It is available from the [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/30311-boxlang-ide).

### What it provides

The plugin is built to give JetBrains users the same core BoxLang editor experience available in other supported IDEs.

That includes:

* BoxLang language awareness in the editor
* diagnostics and language hints
* project-aware tooling powered by the BoxLang language stack

### Marketplace listing

Use the JetBrains Marketplace listing to:

* install the plugin directly
* confirm the published plugin name
* check the latest available release

You can open the listing here:

* [BoxLang IDE on JetBrains Marketplace](https://plugins.jetbrains.com/plugin/30311-boxlang-ide)

### Getting started

If you are ready to install the plugin, follow the steps on [Installation](/installation.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://boxlang-ide.ortusbooks.com/overview.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.
