> 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-cli.md).

# Tabnine CLI

Tabnine CLI is your AI-powered coding assistant in the terminal.

{% hint style="warning" %}
**Prerequisite:** Tabnine CLI requires **Tabnine Agents** to be enabled for your team. Ask your admin to enable Agents in the Admin Console.
{% endhint %}

### 🚀 Quick Start

**New to Tabnine CLI?** Start here:

{% stepper %}
{% step %}
[Installation](/main/getting-started/tabnine-cli/getting-started/installation.md) - Install Tabnine CLI
{% endstep %}

{% step %}
[Quick Start Guide](/main/getting-started/tabnine-cli/getting-started/quickstart.md) - Get started in 5 minutes
{% endstep %}

{% step %}
[Overview](/main/getting-started/tabnine-cli/getting-started.md#what-is-tabnine-cli) - What is Tabnine CLI?
{% endstep %}
{% endstepper %}

### Common Tasks

I want to...

* **Get started quickly** → [Quick Start Guide](/main/getting-started/tabnine-cli/getting-started/quickstart.md)
* **Search large codebases** → [Remote Code Search](https://docs.tabnine.com/main/getting-started/tabnine-cli/examples/code-review#using-remote-code-search)
* **Get coding best practices** → [Coaching Guidelines](/main/administering-tabnine/managing-your-team/context-engine/coaching-guidelines-v.md)
* **Review my code** → [Code Review Example](/main/getting-started/tabnine-cli/examples/code-review.md)
* **Troubleshoot issues** → [FAQ](/main/getting-started/tabnine-cli/troubleshooting/faq.md)

### Getting Help

{% hint style="info" %}

* In Tabnine CLI: Type `/help` for commands and keyboard shortcuts
* Common Questions: Check the [FAQ](/main/getting-started/tabnine-cli/troubleshooting/faq.md)
* Having Issues: See [Common Issues](/main/getting-started/tabnine-cli/troubleshooting/common-issues.md)
* Report Problems: Use the `/bug` command in Tabnine CLI
  {% 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-cli.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.
