# 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](https://docs.tabnine.com/main/getting-started/tabnine-cli/getting-started/installation) - Install Tabnine CLI
{% endstep %}

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

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

### Common Tasks

I want to...

* **Get started quickly** → [Quick Start Guide](https://docs.tabnine.com/main/getting-started/tabnine-cli/getting-started/quickstart)
* **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](https://docs.tabnine.com/main/getting-started/context-engine/admin-console/coaching-guidelines-v)
* **Review my code** → [Code Review Example](https://docs.tabnine.com/main/getting-started/tabnine-cli/examples/code-review)
* **Troubleshoot issues** → [FAQ](https://docs.tabnine.com/main/getting-started/tabnine-cli/troubleshooting/faq)

### Getting Help

{% hint style="info" %}

* In Tabnine CLI: Type `/help` for commands and keyboard shortcuts
* Common Questions: Check the [FAQ](https://docs.tabnine.com/main/getting-started/tabnine-cli/troubleshooting/faq)
* Having Issues: See [Common Issues](https://docs.tabnine.com/main/getting-started/tabnine-cli/troubleshooting/common-issues)
* Report Problems: Use the `/bug` command in Tabnine CLI
  {% endhint %}


---

# 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/tabnine-cli.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.
