> ## 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

Processors are what grid columns run, and this section catalogs all of them. For how to add and configure a column, see [Columns and processors](/grids/columns-and-processors).

Provider processors, like the CRM and enrichment ones, need a credential. Pick one of your [connected apps](/connected-apps/overview) on the column, and if you have none for that app yet, an **Add** link takes you to connect it. Everything else, the AI, text, web, file, and QX processors, needs no credential at all.

Some processors return several values at once, held in one cell as an object. Double-click the cell to look through it, type `/` in another column to use one of its fields, or flatten a field into its own column with **Extract Field From Object**.

## Categories

<Columns cols={2}>
  <Card title="User input" icon="pencil" href="/grids/processors/user-input">
    Typed values and per-cell file uploads.
  </Card>

  <Card title="AI" icon="sparkles" href="/grids/processors/ai">
    Research, extraction, scoring, summaries, and email drafting.
  </Card>

  <Card title="Advanced" icon="settings-2" href="/grids/processors/advanced">
    API calls, formulas, and waterfall fallbacks.
  </Card>

  <Card title="Text and web" icon="globe" href="/grids/processors/text-and-web">
    Text cleanup and transforms, search, and scraping.
  </Card>

  <Card title="Enrichment" icon="database" href="/grids/processors/enrichment">
    Company and contact data, and email verification.
  </Card>

  <Card title="Integrations" icon="plug" href="/grids/processors/integrations">
    CRMs, mail drafts, research providers, and QX operations.
  </Card>
</Columns>
