> For the complete documentation index, see [llms.txt](https://docs.tabnine.com/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabnine.com/main/getting-started/tabnine-chat/upgraded-chat-v6.2.0.md).

# \*Upgraded Chat (v6.2.0)

### Overview: Unified Experience

On [v6.2.0](https://docs.tabnine.com/main/getting-started/tabnine-chat/pages/risy3bTOlfBfgFRRXK8K#v6.2.0), Tabnine has upgraded Chat for a fuller conversational experience. This upgrade simplifies the architecture and delivers a more consistent user experience.\
Tabnine chat will now be powered by the same strong agentic agent, allowing multiple-shot answers and tool utilization.

The chat mode will run read-only tools.

In addition, Chat will get its own dedicated Chat Usage page under the Analytics tab in the Tabnine Admin Console.

### What's Changing

#### **Inherited Capabilities**

Chat now runs on an advanced backend. This includes the following key features now being available in Chat:

* Apply All
* Scoping chips
* Custom commands
* Attribution for code blocks

#### **Chat Mode Configuration**

Chat Mode is designed to be a fast Q\&A experience with the following configurations:

* **Limited Turns**: Chat conversations are capped at 5–15 turns, focused on read operations.
* **Read-Only Tools**: In Chat mode, only read tools are provided to the LLM, but not write actions.
* **No MCP access**: Chat mode does not include MCP server access, which these remain exclusive to Agent mode.

{% hint style="info" %}
Tabnine doesn’t charge customers for chat mode token consumption, either in the old version or the new one.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.tabnine.com/main/getting-started/tabnine-chat/upgraded-chat-v6.2.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
