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

# Introduction

> Tablix is a browser-based AI spreadsheet with a built-in Python and SQL engine and an AI assistant that writes and runs code for you.

## What is Tablix?

Tablix (branded **TablixAI** inside the AI chat) combines a familiar spreadsheet grid with:

* A built-in **Python** engine (runs entirely in your browser via Pyodide)
* A built-in **SQL** engine (runs entirely in your browser via SQLite/WASM)
* An **AI Analyst** chat sidebar that writes and runs that Python/SQL for you, builds charts, cleans data, and answers questions about your data
* Rich charting, formatting, data validation, and drawing tools

<Note>
  These docs describe only features that exist in the current Tablix codebase. Nothing here is speculative — if a feature isn't implemented, it isn't documented.
</Note>

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/getting-started">
    Sign in, explore the dashboard, and create your first spreadsheet
  </Card>

  <Card title="Spreadsheet" icon="grid-2" href="/spreadsheet">
    The grid, formulas, formatting, and data tools
  </Card>

  <Card title="Pivot Tables" icon="table-cells" href="/pivot-tables">
    Drag fields into Rows/Columns/Values/Filters for instant summaries
  </Card>

  <Card title="Sharing & Collaboration" icon="share-nodes" href="/sharing">
    Share a link, set Viewer/Editor access, and collaborate live
  </Card>

  <Card title="Formulas & Magic Formula" icon="function" href="/formulas">
    The function library, Formula Bar, and AI-generated formulas
  </Card>

  <Card title="AI Assistant" icon="sparkles" href="/ai-assistant">
    Chat with TablixAI to clean data, build charts, and answer questions
  </Card>

  <Card title="Agent Mode" icon="robot" href="/agent">
    Give TablixAI a goal and let it plan and run multiple steps on its own
  </Card>

  <Card title="Python" icon="python" href="/python">
    Write and run Python against your sheet, entirely in-browser
  </Card>

  <Card title="SQL" icon="database" href="/sql">
    Query your sheet — and external databases — with real SQL
  </Card>

  <Card title="Charts" icon="chart-column" href="/charts">
    26 chart types with an auto-recommendation engine
  </Card>

  <Card title="Dashboard" icon="layout-dashboard" href="/dashboard">
    The home screen, plus building multi-chart dashboards on a sheet
  </Card>
</CardGroup>

## Reference

<CardGroup cols={2}>
  <Card title="Payment & Billing" icon="credit-card" href="/payment" />

  <Card title="Error Handling" icon="triangle-exclamation" href="/error-handling" />

  <Card title="Keyboard Shortcuts" icon="keyboard" href="/keyboard-shortcuts" />

  <Card title="FAQ" icon="circle-question" href="/faq" />

  <Card title="Troubleshooting" icon="wrench" href="/troubleshooting" />

  <Card title="Changelog" icon="clock-rotate-left" href="/changelog" />
</CardGroup>
