# Install

## Install and activate the Tabnine plugin

Follow these steps to install and activate the Tabnine plugin in your IDE:

1. **Sign up** or **join** a Tabnine team.
2. **Install Tabnine on your IDE** (activate the plugin with your Tabnine user).
3. Follow the [**Quickstart Guide**](https://docs.tabnine.com/main/getting-started/quickstart) and start using Tabnine.

{% hint style="info" %}
**Follow the right docs**

The installation process is slightly different for a **Tabnine SaaS** and a **Tabnine private installation**.

We recommend following the Tabnine SaaS docs **unless you were told** by your team manager that your organization is using a private installation or **you know your organization's private Tabnine Server URL.**
{% endhint %}

### 1. Sign Up or Join a Tabnine Team

You can either sign up to create a new user or activate your user after receiving an invitation to join a Tabnine team.

**Sign Up**

If you're an individual developer or plan to start a Tabnine Pro team as an admin, [sign up ](https://app.tabnine.com/signup)and create a new user.

If you signed up using your work email, follow the link you receive at that address to verify your account.

**Join A Tabnine Team**

If you received an invitation to join a Tabnine team by email or by invitation link, you need to accept the invitation:

* [Join a Tabnine Enterprise Team (Private/Enterprise-SaaS)](https://docs.tabnine.com/main/getting-started/install/client-setup-private-installation/join-your-team-private-installation)

Once you've accepted the invitation and joined your team on Tabnine, you need to install and activate the Tabnine plugin or extension in your IDE.

### **2. Install Tabnine On Your IDE**

**Note:** There's a difference between installing a Tabnine plugin for Tabnine SaaS (all Starter and Pro users, some Enterprise users) and a Tabnine plugin for private installation (some Enterprise customers).

{% hint style="info" %}
You can install the Tabnine plugin in multiple IDEs.
{% endhint %}

#### <img src="https://3436682446-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY2qxVf5VTm3fmwP4B4Gx%2Fuploads%2Fgit-blob-d6a3275f1b33c468b61ce3faf912a0fc5a134a7b%2Fvsc.webp?alt=media" alt="" data-size="line"> Visual Studio Code

* [Visual Studio Code (Private/Enterprise-SaaS)](https://docs.tabnine.com/main/getting-started/install/client-setup-private-installation/vs-code-private-installation)

#### <img src="https://3436682446-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY2qxVf5VTm3fmwP4B4Gx%2Fuploads%2Fgit-blob-a31a6224620a0d3ee18eaab871f84dbf8f078618%2Fjb.webp?alt=media" alt="" data-size="line"> JetBrains IDEs (IntelliJ, PyCharm, WebStorm, PhpStorm, etc.)

* [JetBrains IDEs (Private/Enterprise-SaaS)](https://docs.tabnine.com/main/getting-started/install/client-setup-private-installation/jetbrains-ides-private-installation)

#### <img src="https://3436682446-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY2qxVf5VTm3fmwP4B4Gx%2Fuploads%2Fgit-blob-0920f6c4e65f036c6c903f4f4357aa6baf40aee1%2Fvs.webp?alt=media" alt="" data-size="line"> Visual Studio

* [Visual Studio 2022 & 2026 (Private/Enterprise-SaaS)](https://docs.tabnine.com/main/getting-started/install/client-setup-private-installation/visual-studio-private-installation)

#### <img src="https://3436682446-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY2qxVf5VTm3fmwP4B4Gx%2Fuploads%2Fgit-blob-dd5c75287f8ff150beba6ccb574e490613d88d2c%2Feclipse%20logo.webp?alt=media" alt="" data-size="line"> Eclipse

* [Eclipse (Private/Enterprise-SaaS)](https://docs.tabnine.com/main/getting-started/install/client-setup-private-installation/eclipse-private-installation)

### 3. Verify that the Tabnine plugin is activated with your user

Once you've installed the Tabnine plugin, make sure it's correctly activated:

{% tabs %}
{% tab title="Verify on VS Code, JetBrains IDEs & Eclipse" %}
Look for **Tabnine** or **Tabnine Enterprise** on the status bar:

<figure><img src="https://3436682446-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY2qxVf5VTm3fmwP4B4Gx%2Fuploads%2Fgit-blob-8aca35d2ec02320449e7a7c209c5ae89dad7ada5%2FTabnine%20Icons.png?alt=media" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="VS22 & VS26" %}

1. In Visual Studio, go to **Extensions > Tabnine > Open Hub** and open **Tabnine Hub.**
2. Look for **Tabnine** or **Tabnine Enterprise** on the top left corner of the Tabnine Hub:

<figure><img src="https://3436682446-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY2qxVf5VTm3fmwP4B4Gx%2Fuploads%2Fgit-blob-8aca35d2ec02320449e7a7c209c5ae89dad7ada5%2FTabnine%20Icons.png?alt=media" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

You're all set and can now [start using Tabnine](https://docs.tabnine.com/main/getting-started/quickstart)!


---

# 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.tabnine.com/main/getting-started/install.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.
