# Features
URL: /docs/features
LLM index: /llms.txt
Description: Explore the SQL Studio user interface.

# Features

SQL Studio provides four main UI pages, all accessible from the sidebar. Each page gives you a different lens on your database.

The **Overview Dashboard** is the landing page — it shows database metadata, total table and index counts, and bar charts of row and column counts per table.

The **Table Explorer** lets you click into any table to see its schema, creation SQL, and data rows with infinite scroll.

The **Query Editor** gives you a full Monaco editor with SQL syntax highlighting and IntelliSense powered by your live database schema, so you can write and run arbitrary queries.

The **ERD Viewer** renders an interactive entity-relationship diagram of your schema, with tables as draggable nodes and foreign-key relationships drawn as edges.

## Sitemap

See the full [sitemap](/sitemap.md) for all pages.
Docs-scoped sitemap: [/docs/sitemap.md](/docs/sitemap.md).
Well-known sitemap: [/.well-known/sitemap.md](/.well-known/sitemap.md).
