# 96-Well Plate

## Specs

| Label                     | Value                         |
| ------------------------- | ----------------------------- |
| **Version**               | 3.0.0 (updated on 2024-04-06) |
| **Developer**             | Labii Inc.                    |
| **Type**                  | Section                       |
| **Support Configuration** | No                            |

## Overview

The 96-Well Plate widget provides an interactive interface for visualizing, documenting, and managing the layout of a 96-well plate directly within a Labii experiment record. The plate grid consists of 12 columns (1–12) and 8 rows (A–H), giving 96 individually addressable wells. Researchers can annotate each well with sample identifiers, treatment conditions, concentrations, or any other relevant metadata, ensuring accurate sample tracking and reproducibility. Column and row headers can be customized with meaningful labels — for example, specifying which sample or condition occupies each column or row. The 96-well format is the most widely used microplate standard and is especially well suited for PCR, ELISA, high-throughput compound screening, and genomics workflows.

## Use Cases

* **PCR Experiments**: Map primer pairs, template sources, or reaction conditions across wells for qPCR or endpoint PCR assays.
* **ELISA Assays**: Document sample layout, standard curve dilutions, and control positions for enzyme-linked immunosorbent assays.
* **High-Throughput Screening**: Assign compound libraries, concentrations, or treatment groups systematically across all 96 wells.
* **Cell Viability Assays**: Record control and treatment wells for MTT, CellTiter-Glo, or similar luminescent/colorimetric assays.
* **Genomics and Sequencing**: Track DNA/RNA samples, barcodes, or library preparations per well for next-generation sequencing workflows.
* **Protocol Documentation**: Capture the planned plate layout as part of the experimental record for reproducibility and audit compliance.

## Interface

### Read-only View

In read-only mode, the 96-well plate is displayed as a 12 × 8 grid with column numbers (1–12) as headers across the top and row letters (A–H) along the left side. Custom column and row labels — when set — replace the default numeric and alphabetic headers, making it immediately clear which sample or condition occupies each position. Well content is shown in each cell, allowing quick visual review of the plate layout without entering edit mode.

<figure><img src="/files/HOnQ3yIAvmMGS1i9BTO2" alt="Read-only view of the 96-Well Plate widget"><figcaption><p>Read-only view showing the 96-well plate grid with column and row headers and well annotations</p></figcaption></figure>

### Edit View

In edit mode, the plate becomes a fully editable table. Click any well to type content directly — behavior is similar to a spreadsheet editor. The first row and column serve as label cells and can be populated with custom identifiers for columns and rows respectively. Users can also upload an **Excel (.xlsx)** or **TSV (.tsv)** file to populate the plate layout in bulk.

<figure><img src="/files/8nhVHo2nL2otL0VzU4aA" alt="Edit view of the 96-Well Plate widget"><figcaption><p>Edit view with direct cell entry and support for Excel/TSV import</p></figcaption></figure>

{% hint style="info" %}
To set a custom column or row label, click the column header cell (row 0) or row header cell (column 0) and type the desired label. Labels are saved with the plate data and displayed in all views.
{% endhint %}

## Configuration

No configuration is required for this widget. Add it to any section and it is immediately ready to use.

{% hint style="info" %}
To add the 96-Well Plate widget to a record, navigate to the record's detail view, click **Add Section**, search for **96-Well Plate**, and select it.
{% endhint %}

## Additional Functions

### Import from Excel or TSV

Plate layouts defined in an external spreadsheet can be imported directly into the widget.

{% stepper %}
{% step %}
Open the record containing the 96-Well Plate section and switch to **Edit** mode.
{% endstep %}

{% step %}
Click the **Upload** button in the widget toolbar.
{% endstep %}

{% step %}
Select an **.xlsx** or **.tsv** file. The file should match the plate dimensions (8 rows × 12 columns, optionally with header row/column for labels).
{% endstep %}

{% step %}
Confirm the import. The well contents and custom labels will be populated from the file.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Importing a file will overwrite existing well data. Ensure your import file is correct before confirming.
{% endhint %}

## Best Practices

* **Use custom labels**: Name columns and rows with sample identifiers or conditions (e.g., "Standard 1", "Unknown A") so the plate layout is self-explanatory in the read-only view.
* **Fill header cells first**: Before entering well data, set column and row labels to avoid confusion when reviewing the layout later.
* **Leverage import for complex layouts**: When preparing plates with systematic dilution series, compound libraries, or sample batches, build the layout in Excel first and import it to save time and reduce manual entry errors.
* **Document before plating**: Record the intended layout at the time of experiment design, not after. This ensures the planned design is preserved even if the actual experiment deviates.

{% hint style="success" %}
Attaching a completed 96-Well Plate layout to your experiment record provides a permanent, searchable map of your plate setup that satisfies electronic lab notebook and GLP requirements.
{% endhint %}

### Common Pitfalls to Avoid

* **Avoid leaving wells blank when they are intentionally empty** — add a label such as "Empty" or "N/A" to distinguish intentional blanks from missing data.
* **Avoid using generic column names like "1", "2", "3"** when the columns represent distinct samples; always replace them with a descriptive label.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.labii.com/widgets/section-widgets/biology/microplate/96-well-plate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
