# Installation

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

### Install from the IDE

1. Open **Settings** on Windows and Linux, or **Preferences** on macOS.
2. Go to **Plugins**.
3. Open the **Marketplace** tab.
4. Search for `BoxLang IDE`.
5. Click **Install**.
6. Restart the IDE if prompted.

### Install from the marketplace page

You can also open the plugin listing directly:

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

From there, open the plugin in your JetBrains IDE and continue the installation flow.

### After installation

After the plugin is installed, open a BoxLang project in your IDE.

The plugin can then provide BoxLang-aware editing features inside the JetBrains environment.

### Next step

See [Overview](/overview.md) for a quick summary of what the plugin provides.


---

# 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/installation.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.
