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

# Data Viewer

> Write, execute, and manage SQL queries directly in Kroo with AI-powered assistance, multi-tab editing, and database view management.

## Overview

The Data Viewer is Kroo's built-in SQL query interface that lets you explore, analyze, and shape your warehouse data without leaving the platform. Write queries, create database views, and get AI-powered help—all in a modern, multi-tab editor designed for construction data analysts.

<Info>
  **Perfect for:** Data analysts, project managers, and implementation teams who need to query warehouse data, create custom views, or troubleshoot data issues on demand.
</Info>

## Key Features

<CardGroup cols={2}>
  <Card title="Multi-Tab SQL Editor" icon="table-columns">
    Work on multiple queries simultaneously with independent tabs for different analysis tasks
  </Card>

  <Card title="AI-Powered Assistance" icon="wand-magic-sparkles">
    Get instant query explanations and automatic error fixes powered by OpenAI
  </Card>

  <Card title="Real-Time Syntax Validation" icon="check-circle">
    Catch errors before execution with inline syntax checking and helpful error markers
  </Card>

  <Card title="Query History" icon="clock-rotate-left">
    Save, search, and reuse your queries with automatic history tracking
  </Card>

  <Card title="Database View Management" icon="eye">
    Create and edit database views directly from the interface—no SSMS required
  </Card>

  <Card title="Schema Browser" icon="folder-tree">
    Explore tables, views, and columns across all warehouse schemas with visual navigation
  </Card>
</CardGroup>
