> For the complete documentation index, see [llms.txt](https://docs.bito.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bito.ai/ai-code-reviews-in-ide/ai-that-understands-your-code.md).

# AI that Understands Your Code

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/BIsy5igHs44JV66ax7QU">/pages/BIsy5igHs44JV66ax7QU</a></td><td>AI that Understands Your Code</td><td></td></tr><tr><td><a href="/pages/tUHlJfVXytIksmVNQ8V7">/pages/tUHlJfVXytIksmVNQ8V7</a></td><td>Bito indexes your code locally using AI</td><td></td></tr><tr><td><a href="/pages/1CYbU6ADmzUtczUypgYB">/pages/1CYbU6ADmzUtczUypgYB</a></td><td>Keywords to invoke AI that understands your code</td><td></td></tr><tr><td><a href="/pages/MjFLsJq5RNXt1XF3pMg1">/pages/MjFLsJq5RNXt1XF3pMg1</a></td><td>What type of questions can be asked?</td><td></td></tr><tr><td><a href="/pages/TWO7Np6EtJJn0Z8rS5Jv">/pages/TWO7Np6EtJJn0Z8rS5Jv</a></td><td>Sneak peek into the inner workings of Bito</td><td></td></tr><tr><td><a href="/pages/ibAKeBnOANAdtr0V40Es">/pages/ibAKeBnOANAdtr0V40Es</a></td><td>AI that understands your code in VS Code</td><td></td></tr><tr><td><a href="/pages/9g9YQopUh5RtPPA6mtIP">/pages/9g9YQopUh5RtPPA6mtIP</a></td><td>AI that understands your code in JetBrains IDEs (e.g., PyCharm)</td><td></td></tr><tr><td><a href="/pages/Rm3P0fjCqUCOWCcibmrK">/pages/Rm3P0fjCqUCOWCcibmrK</a></td><td>Exclude unnecessary files and folders from repo to index faster!</td><td></td></tr><tr><td><a href="/pages/CLHrTKhj9agnuZVhv4Aq">/pages/CLHrTKhj9agnuZVhv4Aq</a></td><td>Answers to popular questions</td><td></td></tr></tbody></table>

&#x20;

&#x20;


---

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

```
GET https://docs.bito.ai/ai-code-reviews-in-ide/ai-that-understands-your-code.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.
