> 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/launch.md).

# Launching Tabnine Chat

How to launch Tabnine Chat in your IDE

### **VS Code**

1. Click on the Tabnine icon located on the left sidebar:

![](https://2500895905-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F03uIXF1SrI5fdiuQqdFr%2Fuploads%2F8lm05jtnKebJTpSMiAKP%2Fimage.png?alt=media\&token=b843ffef-d7f6-4650-b0a0-3cfb96755b7a)

2. The Tabnine Chat panel will open on the left side of the IDE:

![](https://2500895905-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F03uIXF1SrI5fdiuQqdFr%2Fuploads%2FpbOvcQldN55ZYos4vDNE%2Fimage.png?alt=media\&token=f848ef57-b82e-41c6-b124-4a77193f28fa)

### **JetBrains**

1. Click on the Tabnine icon located on the right sidebar:

![](https://2500895905-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F03uIXF1SrI5fdiuQqdFr%2Fuploads%2FI1g0TFEebMMpy2Xz7zdg%2Fimage.png?alt=media\&token=7ccf7227-73f2-46bd-b2f2-37bc651928d6)

2. The Tabnine Chat panel will open on the right side of the IDE:

![](https://2500895905-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F03uIXF1SrI5fdiuQqdFr%2Fuploads%2FI6vdRHrlHX9SPn7qQ5FM%2Fimage.png?alt=media\&token=4e30692d-f930-45ee-891c-c91888197e31)

### **Visual Studio 2022**

Go to **Extensions > Tabnine Enterprise > Start Tabnine Chat**

Or:

Click the Tabnine icon located on the status bar and then **Start Tabnine Chat:**

<figure><img src="/files/PAJNhPgvgaoIcl3C1ayQ" alt="" width="563"><figcaption></figcaption></figure>

### **Eclipse**

Click the Tabnine icon located on the status bar and then **Open Chat:**

<figure><img src="/files/YoJAKxAADYKtMFailSCs" alt=""><figcaption></figcaption></figure>


---

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