> 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/welcome/readme/tabnine-subscription-plans/enterprise-private-installation.md).

# Enterprise (private installation)

## About Tabnine Enterprise <a href="#about-tabnine-enterprise" id="about-tabnine-enterprise"></a>

Tabnine Enterprise has been built to help software engineering teams write high-quality code faster and more efficiently, accelerating the entire software development life cycle (SDLC).

By using Tabnine Enterprise, developers can benefit from contextual code suggestions that boost productivity by streamlining repetitive coding tasks and producing high-quality, industry-standard code.

Tabnine’s code suggestions are based on large language models that are exclusively trained on credible open source code with permissive licensing.

Moreover, with Tabnine Enterprise, developers have the flexibility to run the model on-premises or in a VPC, ensuring full control over their data and infrastructure while leveraging the power of Tabnine to comply with enterprise data security policies.

## Getting started <a href="#getting-started" id="getting-started"></a>

You can deploy and host the Tabnine Enterprise Server in your data center or a supported cloud provider.

Before you begin, you should review the [system requirements](/main/welcome/readme/system-requirements.md#tabnine-cluster) for running Tabnine Enterprise.

You can also review different architecture and [deployment options](/main/welcome/readme/architecture/deployment-options.md) in the [Tabnine Enterprise Server Overview and Architecture](/main/welcome/readme/architecture.md) section.

To get started with the Tabnine Enterprise server, follow these steps:

1\. [Install the Tabnine Enterprise Server](https://github.com/codota/docs/blob/main/main/welcome/readme/tabnine-subscription-plans/broken-reference/README.md).

2\. [Manage and organize your teams](/main/administering-tabnine/managing-your-team.md).


---

# 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/welcome/readme/tabnine-subscription-plans/enterprise-private-installation.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.
