# Features

- [Settings](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/settings.md)
- [Settings Reference](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/settings/settings-reference.md)
- [Built-In Tools](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/built-in-tools.md)
- [Keyboard Shortcuts](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/keyboard-shortcuts.md)
- [Model Selection](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/model-selection.md)
- [Commands](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/commands.md)
- [Checkpointing](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/checkpointing.md)
- [Themes](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/themes.md): Customize the visual appearance of Tabnine CLI with built-in themes.
- [Hooks](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks.md)
- [Configuration](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks/configuration.md)
- [Event Reference](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks/event-reference.md)
- [Examples & Best Practices](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks/examples-and-best-practices.md)
- [MCP Server Config](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/mcp-server-config.md)
- [Agent Skills](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/agent-skills.md)
- [Subagents](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/subagents.md)
- [Generalist Agent](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/subagents/generalist-agent.md)
- [Web Fetch](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/web-fetch.md)
- [Telemetry](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/telemetry.md)
- [Plan Mode](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/plan-mode.md)
- [Sandboxing](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/sandboxing.md)
- [Model Reasoning](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/model-reasoning.md): Thinking output: Supported models can expose their internal reasoning before producing a response.
- [Extensions](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/extensions.md)
- [IDE Integration](https://docs.tabnine.com/main/getting-started/tabnine-cli/features/ide-integration.md)


---

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