# 384-Well Plate

## Specs

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

## Overview

The 384-Well Plate widget provides an interactive interface for visualizing, documenting, and managing the layout of a 384-well plate directly within a Labii experiment record. The plate grid consists of 24 columns (1–24) and 16 rows (A–P), giving 384 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 compound, sample batch, or condition occupies each column or row. The 384-well format is the standard choice for high-throughput screening (HTS), compound library profiling, genotyping arrays, and any workflow that requires processing large numbers of samples in a single plate run.

## Use Cases

* **High-Throughput Compound Screening**: Assign compound library entries, concentrations, or dose-response gradients systematically across all 384 wells.
* **Array Analysis**: Document multiplexed sample arrays where each well contains a distinct analyte, probe, or genotype.
* **Genomics and Genotyping**: Track DNA samples, SNP assays, or PCR primer combinations for high-density genotyping workflows.
* **Biochemical Assays**: Record enzyme activity, binding, or inhibition assays at scale with full traceability of well assignments.
* **ELISA and Immunoassays**: Map sample, standard, and control positions for high-density immunoassay plates.
* **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 384-well plate is displayed as a 24 × 16 grid with column numbers (1–24) as headers across the top and row letters (A–P) 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="https://3607108856-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHVg57XIRcjV-Vbubtn%2Fuploads%2Fgit-blob-76ba46d071d88aa36647ea07fbd7853e2f8899b2%2Fwidget-section-384-well-plate.webp?alt=media" alt="Read-only view of the 384-Well Plate widget"><figcaption><p>Read-only view showing the 384-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="https://3607108856-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHVg57XIRcjV-Vbubtn%2Fuploads%2Fgit-blob-bddd15e90fdc97f376c377d2fb8b5e536b393dc4%2Fwidget-section-384-well-plate-edit.webp?alt=media" alt="Edit view of the 384-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 384-Well Plate widget to a record, navigate to the record's detail view, click **Add Section**, search for **384-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. This is especially valuable for 384-well plates, where manually entering all 384 wells is impractical.

{% stepper %}
{% step %}
Open the record containing the 384-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 (16 rows × 24 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

* **Always use import for 384-well plates**: With 384 wells, manual entry is error-prone. Prepare the layout in Excel and import it to ensure accuracy.
* **Use custom labels**: Name columns and rows with compound identifiers, sample batch codes, or conditions 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.
* **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 384-Well Plate layout to your experiment record provides a permanent, searchable map of your plate setup that satisfies electronic lab notebook, GLP, and HTS data management requirements.
{% endhint %}

### Common Pitfalls to Avoid

* **Avoid leaving wells blank when they are intentionally empty** — add a label such as "Empty" or "DMSO Control" to distinguish intentional blanks from missing data.
* **Avoid using generic column names like "1", "2", "3"** when the columns represent distinct compounds or 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/384-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.
