# AI Chat in Bito

Bito AI chat is the most versatile and **flexible** way to use AI assistance. You can **type any technical question** to generate the best possible response. Check out these [Use cases and examples](/ai-code-reviews-in-ide/ai-chat-in-bito/use-cases-and-examples.md) to understand all you can do with Bito.

To use AI Chat, type the question in the chat box, and press '**Enter**' to send. You can add a new line in the question with '**SHIFT+ ENTER**'.

<figure><img src="/files/0H87KtEqzYie33NZYbte" alt=""><figcaption></figcaption></figure>

Bito starts streaming answers within a few seconds, depending on the size and complexity of the prompt.

{% hint style="info" %}
**Note:** **Team Plan** users receive **50 AI Chat requests per user per day** in the Bito IDE extension, while **Free Trial** users are limited to **20 AI Chat requests per day**.
{% endhint %}

Bito makes it super easy to use the answer generated by AI, and take a number of actions.&#x20;

#### Copy Answer

Copy the answer to the clipboard.

![](/files/2NUVEa1CfmBGV1AvThcp)

#### Regenerate Answer

AI may not give the best answer on the first attempt every time. You can ask Bito AI to regenerate the answer by clicking "Regenerate" button next to the answer.&#x20;

![](/files/mx0wvRxqJYW9KtIwdgPT)

#### Rate Response

Vote response "Up" or "Down". This feedback Bito improve the prompt handling.&#x20;

![](/files/L4qWnmuuxkMXHprLQi4k)

#### Modify Last Prompt

![](/files/yTahLlY31IMfwzA5Ck8w)

Many of these commands can be executed with keyboard shortcuts documented here: [Keyboard shortcuts](/ai-code-reviews-in-ide/ai-chat-in-bito/keyboard-shortcuts.md)


---

# 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/ai-chat-in-bito.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.
