# AI Code Reviews in IDE

- [Overview](https://docs.bito.ai/ai-code-reviews-in-ide/overview.md): Get instant feedback on your code changes directly within your code editor.
- [Installation guide](https://docs.bito.ai/ai-code-reviews-in-ide/installation-guide.md)
- [Installing on Visual Studio Code](https://docs.bito.ai/ai-code-reviews-in-ide/installation-guide/installing-on-visual-studio-code.md): It takes less than 2 minutes
- [Installing on JetBrain IDEs](https://docs.bito.ai/ai-code-reviews-in-ide/installation-guide/installing-on-jetbrain-ides.md): It takes less than 2 minutes
- [Installing on Cursor](https://docs.bito.ai/ai-code-reviews-in-ide/installation-guide/installing-on-cursor.md): It takes less than 2 minutes
- [Installing on Windsurf](https://docs.bito.ai/ai-code-reviews-in-ide/installation-guide/installing-on-windsurf.md): It takes less than 2 minutes
- [Vim/Neovim Plugin](https://docs.bito.ai/ai-code-reviews-in-ide/installation-guide/vim-neovim-plugin.md): Vim/ Neovim Plugin for Bito Using Bito CLI
- [Upgrading Bito plugin](https://docs.bito.ai/ai-code-reviews-in-ide/upgrading-bito-plugin.md): How to Update Bito Plugin on VS Code and JetBrains IDEs
- [Start free trial](https://docs.bito.ai/ai-code-reviews-in-ide/start-free-trial.md): Unlock premium Bito features with our 14-day free trial.
- [AI Chat in Bito](https://docs.bito.ai/ai-code-reviews-in-ide/ai-chat-in-bito.md)
- [Keyboard shortcuts](https://docs.bito.ai/ai-code-reviews-in-ide/ai-chat-in-bito/keyboard-shortcuts.md)
- [Chat session history](https://docs.bito.ai/ai-code-reviews-in-ide/ai-chat-in-bito/chat-session-history.md)
- [Share chat session](https://docs.bito.ai/ai-code-reviews-in-ide/ai-chat-in-bito/share-chat-session.md): Let your friends see what you and Bito are creating together.
- [Appearance settings](https://docs.bito.ai/ai-code-reviews-in-ide/ai-chat-in-bito/appearance-settings.md)
- [Open Bito in a new tab or window](https://docs.bito.ai/ai-code-reviews-in-ide/ai-chat-in-bito/open-bito-in-a-new-tab-or-window.md): Learn how to customize Bito’s view by switching from a side panel to a new tab or a separate window.
- [Use cases and examples](https://docs.bito.ai/ai-code-reviews-in-ide/ai-chat-in-bito/use-cases-and-examples.md): Supercharging development with AI
- [Templates](https://docs.bito.ai/ai-code-reviews-in-ide/templates.md): Instantly improve code performance, security, and readability with AI suggestions.
- [AI that Understands Your Code](https://docs.bito.ai/ai-code-reviews-in-ide/ai-that-understands-your-code.md): Work on your code with AI that knows your code!
- [Overview](https://docs.bito.ai/ai-code-reviews-in-ide/ai-that-understands-your-code/overview.md): AI that Understands Your Code
- [How it Works?](https://docs.bito.ai/ai-code-reviews-in-ide/ai-that-understands-your-code/how-it-works.md): Bito indexes your code locally using AI
- [Available Keywords](https://docs.bito.ai/ai-code-reviews-in-ide/ai-that-understands-your-code/available-keywords.md): Keywords to invoke AI that understands your code
- [Example Questions](https://docs.bito.ai/ai-code-reviews-in-ide/ai-that-understands-your-code/example-questions.md): What Types of Questions Can be Asked?
- [How does Bito Understand My Code?](https://docs.bito.ai/ai-code-reviews-in-ide/ai-that-understands-your-code/how-does-bito-understand-my-code.md): Sneak Peek into the Inner Workings of Bito
- [Using in Visual Studio Code](https://docs.bito.ai/ai-code-reviews-in-ide/ai-that-understands-your-code/using-in-visual-studio-code.md): AI that understands your codebase in VS Code
- [Using in JetBrains IDEs](https://docs.bito.ai/ai-code-reviews-in-ide/ai-that-understands-your-code/using-in-jetbrains-ides.md): AI that understands your codebase in JetBrains IDEs (e.g., PyCharm)
- [Managing Index Size](https://docs.bito.ai/ai-code-reviews-in-ide/ai-that-understands-your-code/managing-index-size.md): Exclude unnecessary files and folders from repo to index faster!
- [FAQs](https://docs.bito.ai/ai-code-reviews-in-ide/ai-that-understands-your-code/faqs.md): Answers to Popular Questions


---

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