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

# Quickstart

> Create your first research table in Blazar.

## Create your first research table

Follow these four steps to go from a blank workspace to a fully populated, cited data table.

### Step 1: Create a new table

When you first open Blazar, you'll see an empty workspace. Click **Create new table** or use the keyboard shortcut:

* **Mac:** `Cmd` + `;`
* **Windows/Linux:** `Ctrl` + `;`

<Frame caption="The Blazar empty state with the 'Create new table' shortcut.">
  <img src="https://mintcdn.com/blazar/JDWcRyk8eKx3B7KZ/images/empty-state.png?fit=max&auto=format&n=JDWcRyk8eKx3B7KZ&q=85&s=dfdde287251df64f17d9d8aedb96d799" alt="Blazar empty workspace showing the Blazar logo and Create new table shortcut" width="3278" height="2018" data-path="images/empty-state.png" />
</Frame>

### Step 2: Name your table

After creating a table, you'll see an editable title field at the top. Click it and type a descriptive name for your research — for example, "AI SaaS Companies in Europe."

Press **Enter** to confirm the name and move to the query input.

### Step 3: Enter your query

In the input field, describe what you want to research in plain language. Be specific about the entities you want, any constraints, and the data points you need extracted.

**Example query:**

```text theme={null}
Find 10 companies in AI SaaS based in Europe.

For each company, extract:
- Website
- Headquarters location
- Key products or services
- Founded year
- Employee count
- Contact email
- LinkedIn company page
```

Press `Cmd` + `Enter` (Mac) or `Ctrl` + `Enter` (Windows/Linux) to submit your query. Blazar will interpret it, research the web, and populate your table with structured results.

<Tip>
  The more specific your query, the better your results. See [Writing effective queries](/concepts/queries) for tips and templates.
</Tip>

### Step 4: Review your results

Once Blazar finishes researching, your table appears with:

* **Rows** for each entity found (e.g., individual companies)
* **Columns** for each field you requested (e.g., website, headquarters, employee count)
* **Citations** linked to every cell — click any cell to see its sources

<Frame caption="A completed Blazar table with research results and citations.">
  <img src="https://mintcdn.com/blazar/JDWcRyk8eKx3B7KZ/images/example-table.png?fit=max&auto=format&n=JDWcRyk8eKx3B7KZ&q=85&s=ddd647c28779f7a94bed977633e23fe9" alt="Blazar table showing entities, columns, result values, and a citation panel on the right" width="3278" height="2018" data-path="images/example-table.png" />
</Frame>

## Next steps

<Columns cols={2}>
  <Card title="Tables" icon="table" href="/concepts/tables">
    Learn how to manage multiple tables and organize your research.
  </Card>

  <Card title="Queries" icon="pen" href="/concepts/queries">
    Write better queries to get more precise results.
  </Card>

  <Card title="Citations" icon="quote-left" href="/concepts/citations">
    Understand how to verify and use cited sources.
  </Card>

  <Card title="Sidebar" icon="sidebar" href="/features/sidebar">
    Navigate between your tables with the sidebar.
  </Card>
</Columns>
