# Installing on JetBrain IDEs

Get up and running with Bito in just a few steps! Bito seamlessly integrates with popular JetBrains IDEs such as IntelliJ IDEA, PyCharm, and WebStorm, providing powerful AI-driven code reviews directly within your editor. Click the button below to quickly install the Bito extension and start optimizing your development workflow with context-aware [AI Chat](/ai-code-reviews-in-ide/ai-chat-in-bito.md), and more.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Install on JetBrains</strong></mark></td><td><a href="https://plugins.jetbrains.com/plugin/18289-chatgpt-gpt-4--bito-ai-code-assistant">https://plugins.jetbrains.com/plugin/18289-chatgpt-gpt-4--bito-ai-code-assistant</a></td></tr></tbody></table>

## Video guide

Watch the video below to learn how to download the Bito extension on JetBrains IDEs.

{% embed url="<https://www.loom.com/share/0dbbbdb278114cb88f2cbb9806849ff7>" %}
How to install Bito extension on JetBrains IDEs
{% endembed %}

## Step-by-step instructions

1. In JetBrains IDEs such as IntelliJ, go to **File -> Settings** to open the **Settings** dialog, and click **Plugins -> Marketplace** tab in the settings dialog. Search for Bito.

<figure><img src="/files/DAy7juVfOlAGPNFvUtLS" alt=""><figcaption><p>Settings in IntelliJ IDE</p></figcaption></figure>

2\. Click "Install" to install the Bito extension. We recommend you restart the IDE after the installation is complete.

{% hint style="info" %}
Starting with Bito version 1.3.4, the extension is only supported on JetBrains versions 2021.2.4 and higher. JetBrains version 2021.1.3 is no longer supported from Bito version 1.3.4 onward.
{% endhint %}

3\. Bito panel will appear on the right-hand sidebar. Click it to complete the setup process. You will either need to create a new workspace if you are the first in your company to install Bito or join an existing workspace created by a co-worker. See [Managing  workspace members](/help/account-and-settings/managing-workspace-members.md)

<figure><img src="/files/UrVmoCJIkLmZlTTSLTot" alt=""><figcaption><p>Bito in IntelliJ right-hand side bar</p></figcaption></figure>

{% hint style="info" %}
The menu to invoke the settings dialog may differ for different IDEs of the JetBrains family. The screenshots highlighted above are for the IntelliJ IDEA. You can access the Bito extension directly from the JetBrains marketplace at <https://plugins.jetbrains.com/plugin/18289-bito>.
{% endhint %}


---

# 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://docs.bito.ai/ai-code-reviews-in-ide/installation-guide/installing-on-jetbrain-ides.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.
