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

# Quick Start

> Get started with Fabi.ai in minutes. Learn how to upload data, ask questions, and create your first dashboard.

Welcome to Fabi.ai! This guide will walk you through the essentials to get you analyzing data and building dashboards in just a few minutes.

## Step 1: Create your account

First, create your Fabi.ai account:

1. Navigate to [https://app.fabi.ai/](https://app.fabi.ai/)
2. Click **Sign in with Google** and log in

<Tip>
  **Pro tip:** Use your corporate email address to unlock collaboration features and work seamlessly with your team.
</Tip>

## Step 2: Get your data into Fabi

The fastest way to start analyzing is to either **upload a file** or **connect a Google Sheet**.

### Upload a file

Fabi.ai supports CSV, Excel, Parquet, and JSON files. Simply:

1. From the landing page, click **Start analyzing a file**
2. Select your file and upload it

Fabi.ai stores your data in DuckDB, so you can analyze large files without performance issues.

<Frame>
  <img src="https://mintcdn.com/fabiai/OsOM6JH9JHV0Nrb6/images/new_analysis_chat.png?fit=max&auto=format&n=OsOM6JH9JHV0Nrb6&q=85&s=f907df62ec7838b5f6d813ca615379b4" alt="Upload a file interface" width="853" height="260" data-path="images/new_analysis_chat.png" />
</Frame>

### Connect a Google Sheet

Alternatively, you can connect directly to Google Sheets:

1. Click **Connect data source**
2. Select **Google Sheets**
3. Authenticate and choose your sheet

For more data sources like databases and warehouses, check out our [Connecting data sources](connect_data_sources) page.

## Step 3: Ask the AI questions

Now comes the fun part! Using AI for data analysis with Fabi is as simple as asking a question in plain English.

<Frame>
  <img src="https://mintcdn.com/fabiai/OsOM6JH9JHV0Nrb6/images/analyst_agent.png?fit=max&auto=format&n=OsOM6JH9JHV0Nrb6&q=85&s=fbeec88d3e5b9393b517f93f930108bd" alt="AI chat interface" width="607" height="766" data-path="images/analyst_agent.png" />
</Frame>

The AI will:

* Automatically write SQL or Python code
* Generate charts and visualizations
* Analyze trends and insights
* Handle follow-up questions

**Example questions you can ask:**

* "What are the top 10 products by revenue?"
* "Show me monthly sales trends as a line chart"
* "Which customers have the highest lifetime value?"
* "Create a breakdown of revenue by region"

<Tip>
  You can reference specific data elements using @ to tag them in your questions.
</Tip>

## Step 4: Save results to your Smartbook

When the AI generates insights you want to keep:

1. Review the AI's suggestion (table, chart, or analysis)
2. Click **Save** to add it to your Smartbook

Each saved element becomes a block in your Smartbook - think of it as your interactive analysis workspace where tables, charts, and code cells come together.

<Frame>
  <img src="https://mintcdn.com/fabiai/a3bSvisepGoxXQaM/images/save_ai_suggestions.png?fit=max&auto=format&n=a3bSvisepGoxXQaM&q=85&s=063c9a66a34f08ad57c551299b9abe15" alt="Save AI suggestions to Smartbook" width="595" height="194" data-path="images/save_ai_suggestions.png" />
</Frame>

## Step 5: Publish as a dashboard

Ready to share your work? Turn your Smartbook into a polished dashboard:

1. Click **Build Dashboard** in the top navigation
2. Your saved blocks are automatically formatted into a shareable dashboard
3. Customize the layout if needed
4. Share with your team or publish it

<Frame>
  <img src="https://mintcdn.com/fabiai/OsOM6JH9JHV0Nrb6/images/publish.png?fit=max&auto=format&n=OsOM6JH9JHV0Nrb6&q=85&s=83bbbb011253fc3667f03bb9e02c4306" alt="Publish dashboard" width="331" height="68" data-path="images/publish.png" />
</Frame>

<Info>
  Dashboards can be scheduled to update automatically and shared with your team for real-time collaboration.
</Info>

## What's next?

Now that you've created your first analysis and dashboard, explore more advanced features:

<CardGroup cols={2}>
  <Card title="AI tips & tricks" icon="sparkles" href="/analysis_and_reporting/ai_tips">
    Master advanced AI techniques for deeper analysis
  </Card>

  <Card title="Automate workflows" icon="diagram-project" href="/workflow_automation/workflows">
    Schedule dashboards and automate data pipelines
  </Card>

  <Card title="Connect databases" icon="database" href="connect_data_sources">
    Connect to Snowflake, BigQuery, PostgreSQL, and more
  </Card>

  <Card title="Analyst Agent" icon="robot" href="/analysis_and_reporting/analyst_agent">
    Use our embedded AI agent for advanced analysis
  </Card>
</CardGroup>
