> ## Documentation Index
> Fetch the complete documentation index at: https://dadocs.metazense.com/llms.txt
> Use this file to discover all available pages before exploring further.

# dazense Tab Documentation Summary

> The dazense Tab feature activates while editing code files and provides AI-powered code suggestions. Users can accept proposals by pressing Tab or Enter.

## Overview

## How It Works

The feature analyzes code suggestions using three types of context:

* **File content** — the current code being edited
* **Codebase** — understanding of the broader project structure
* **Data imports** — SQL query data when applicable

## Key Point

dazense Tab triggers whenever you're editing a code file. To accept the propositions, click on Tab or Enter.
