> For the complete documentation index, see [llms.txt](https://nongnue.gitbook.io/sectum-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nongnue.gitbook.io/sectum-ai/sectum-ai/publish-your-docs/install-on-jetbrains-ides.md).

# Install on JetBrains IDEs

Learn how to install Sectum AI to your Jetbrains IDE

**Install** Sectum AI

Visit Sectum AI's page on Jetbrains Marketplace to install Sectum AI.

Alternatively, follow these steps to install the plugin from within your Jetbrains IDE:

1. Open the settings menu in your Jetbrains IDE.
2. Select Plugins.
3. Type Sectum AI in the search bar.
4. Click the Install button.

**Activate the Plugin**

1. After installing, you may be prompted to reload the IDE to activate the plugin.
2. The Sectum AI icon should appear in the IDE's sidebar on the left side.

**Android Studio support JCEF**

Sectum AI Plugin uses JCEF (Java Chromium Embedded Framework) to create a webview component in the plugin's tool window. By default, most IntelliJ-based IDEs come with a boot runtime that includes JCEF. However, Android Studio (and some other versions of IntelliJ-based IDEs) utilize a boot runtime lacking JCEF, which prevents the plugin from loading in these environments.

Also in some cases JCEF could persist but not been initialised.

To address this issue:

1. Navigate to the "Help" -> "Find Action..." and find(type) "Registry". Here disable `ide.browser.jcef.sandbox.enable` option.
2. Navigate to the "Help" -> "Find Action..." and find(type) "Choose Boot Runtime for the IDE" dialog. Here, you can select a boot runtime equipped with JCEF.
3. Restart the IDE.

If the issue persist, please open an issue in our [GitHub issue tracker](https://github.com/Codium-ai/codiumai-jetbrains-release/issues) or contact support.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://nongnue.gitbook.io/sectum-ai/sectum-ai/publish-your-docs/install-on-jetbrains-ides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
