# Upgrading Bito plugin

Keeping your Bito plugin up to date ensures you have access to the latest features and improvements. In this article, we will guide you through the steps to update the Bito plugin on both VS Code and JetBrains IDEs. Let's dive in!&#x20;

**Updating Bito Plugin on VS Code**&#x20;

1. Open your VS Code IDE&#x20;
2. Navigate to the Extensions view by clicking on the square icon in the left sidebar&#x20;
3. In the search bar, type "Bito" to locate the Bito plugin&#x20;
4. Once you locate the Bito plugin, click on the update button to initiate the update &#x20;

Pro Tip 💡: Enable Auto-update for Bito Plugin on VS Code (as shown in the video)&#x20;

{% embed url="<https://www.loom.com/share/0b3fd776e789455da540ed6c4147a064>" %}
Updating Bito plugin on VS Code&#x20;
{% endembed %}

**Updating Bito Plugin on JetBrains IDEs**&#x20;

1. Open your JetBrains IDE (e.g., IntelliJ IDEA, PyCharm, etc.)&#x20;
2. Go to Settings by clicking on "File" in the menu bar (Windows/Linux) or by clicking on "IntelliJ IDEA" in the menu bar (macOS).&#x20;
3. In the Settings window, navigate to the "Plugins" section&#x20;
4. Switch to the "Installed" tab to view the list of installed plugins&#x20;
5. Locate the Bito plugin in the list and click on the update button to initiate the update&#x20;

{% embed url="<https://www.loom.com/share/4a9242f55f8a4873a36325d91d106394>" %}
Updating Bito Plugin on JetBrains IDEs
{% endembed %}


---

# 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/upgrading-bito-plugin.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.
