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

# Data Extraction

> AI-powered structured data extraction with custom templates

Data extraction pulls specific information from each included paper into structured, analyzable tables. EviSyn lets you define custom extraction templates and uses AI to populate them automatically.

## Creating an Extraction Template

Navigate to **Tabular Extraction** from your project dashboard.

<img src="https://mintcdn.com/ravian/YwBZFdlBbtQ_-NDF/images/tabular-create.png?fit=max&auto=format&n=YwBZFdlBbtQ_-NDF&q=85&s=baf998cb686397771ce2d06f84a2df93" alt="Create table template" width="2488" height="1760" data-path="images/tabular-create.png" />

Click **Create New Table** to define your extraction template.

### Template Builder

<img src="https://mintcdn.com/ravian/YwBZFdlBbtQ_-NDF/images/tabular-template.png?fit=max&auto=format&n=YwBZFdlBbtQ_-NDF&q=85&s=a34ba139a3d3aa5a64975ad9c43f933f" alt="Template with custom columns" width="1800" height="1752" data-path="images/tabular-template.png" />

Define the data you want to extract:

| Field           | Description                                            |
| --------------- | ------------------------------------------------------ |
| **Table Name**  | Descriptive name (e.g., "Summary of Included Studies") |
| **Description** | Optional: what this table captures                     |
| **Columns**     | The data fields to extract from each paper             |

### Adding Columns

For each column, specify:

* **Column Name** — The data field (e.g., "Study ID", "Population", "Intervention")
* **Data Type** — Text, Number, or other types
* **Description** — What to extract (helps the AI understand what you need)

Click **+ Add Column** to add more fields.

<Tip>
  Use the **Quick Start: Demographics** button to auto-populate a template with common demographic extraction fields.
</Tip>

### Example Template

A typical "Summary of Included Studies" template might include:

| Column                            | Description                                     |
| --------------------------------- | ----------------------------------------------- |
| Study ID                          | Unique identifier or citation                   |
| Population - Inclusion criteria   | Characteristics required for participation      |
| Population - Exclusion criteria   | Characteristics that disqualify                 |
| Intervention                      | Details of the intervention                     |
| Comparator                        | Control or alternative treatment                |
| Outcome reported with time points | Results at which time points they were assessed |

## Running AI Extraction

After creating your template:

<img src="https://mintcdn.com/ravian/YwBZFdlBbtQ_-NDF/images/tabular-populated.png?fit=max&auto=format&n=YwBZFdlBbtQ_-NDF&q=85&s=0498f944042e675da2a7e7d9fd31e858" alt="Template ready for extraction" width="1822" height="632" data-path="images/tabular-populated.png" />

1. Click **Extract All** to run AI extraction on all finalized papers
2. The AI reads each paper's full text and fills in every column
3. Results appear in a structured table

### Side-by-Side Review

Click **View Results** to see the extraction table alongside the source PDFs.

<img src="https://mintcdn.com/ravian/YwBZFdlBbtQ_-NDF/images/tabular-extraction.png?fit=max&auto=format&n=YwBZFdlBbtQ_-NDF&q=85&s=c6676a73ff0f82c46de714ebfc0e390d" alt="Side-by-side extraction view with PDF" width="3840" height="2160" data-path="images/tabular-extraction.png" />

The split view shows:

* **Left side** — Extracted data in table format
* **Right side** — The source PDF with highlighted passages

This lets you verify each extraction against the original paper.

### Managing Results

| Action           | Description                                    |
| ---------------- | ---------------------------------------------- |
| **View Results** | See the full extraction table                  |
| **CSV**          | Export as CSV for spreadsheet analysis         |
| **Long CSV**     | Export in long format (one row per data point) |
| **Retry Failed** | Re-extract papers where AI extraction failed   |
| **Delete**       | Remove this template and its extractions       |

## What's Next?

After data extraction, proceed to [Quality Assessment](/user-guide/quality-assessment) to evaluate the risk of bias in your included studies.
