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

# Overview

A **grid** is a spreadsheet built for AI work at scale. Each column runs a **processor**, an operation like web research and plenty more, and QX computes the cells row by row, so whatever you set up once runs across your entire dataset.

Columns can build on each other. Import a list of companies, research each one, score it, and draft outreach, all in one grid.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/qx-labs/ANUEumuRP1AOjziU/images/grids/overview/grid-editor-light.png?fit=max&auto=format&n=ANUEumuRP1AOjziU&q=85&s=ff9384f9487da8e8776c03c0379d99f6" alt="The grid editor with columns, sheets, and the run controls" width="1300" height="740" data-path="images/grids/overview/grid-editor-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/qx-labs/ANUEumuRP1AOjziU/images/grids/overview/grid-editor-dark.png?fit=max&auto=format&n=ANUEumuRP1AOjziU&q=85&s=8c725e2a3bbfb178f51b8775b8359a4b" alt="The grid editor with columns, sheets, and the run controls" width="1300" height="740" data-path="images/grids/overview/grid-editor-dark.png" />
</Frame>

Grids are listed with their sheets and sharing. You can organize them into folders, search, duplicate or move them, and share one with your team or publish it as a template.

## Learn more

<Columns cols={2}>
  <Card title="Create a grid" icon="plus" href="/grids/create-a-grid">
    Start blank, import a file, or begin from a community template.
  </Card>

  <Card title="Columns and processors" icon="columns-3" href="/grids/columns-and-processors">
    Add columns, wire them together, and control when they run.
  </Card>

  <Card title="Running cells" icon="play" href="/grids/running-cells">
    Run everything or just a piece, and inspect any cell.
  </Card>

  <Card title="Processor catalog" icon="table-properties" href="/grids/processors/overview">
    Browse every processor and what each one does.
  </Card>
</Columns>
