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

# What is Latch Registry?

> Connect your sample sheets, metadata, and analysis — all in one place.

<video autoPlay muted loop playsInline className="w-full aspect-video" class="rounded-md">
  <source src="https://mintcdn.com/latchbio/MyGUG0Q2iaPqX-v6/images/registry/registry-wiki-overview.mp4?fit=max&auto=format&n=MyGUG0Q2iaPqX-v6&q=85&s=c032bf15df1e2a6bde09a1c9d510a137" data-path="images/registry/registry-wiki-overview.mp4" />

  <source src="https://mintcdn.com/latchbio/MyGUG0Q2iaPqX-v6/images/registry/registry-wiki-overview.webm?fit=max&auto=format&n=MyGUG0Q2iaPqX-v6&q=85&s=74c3c0d58a1e1c502f60a2f9d060a61e" type="video/webm" data-path="images/registry/registry-wiki-overview.webm" />
</video>

Latch Registry is a flexible sample management system for cross-functional wet and dry lab teams. Through a familiar spreadsheet interface, scientists can link sequencing files to contextual metadata collected in a lab. Computational biologists can easily bring samples and metadata into bioinformatics workflows on Latch.

## Get Started

<CardGroup cols={3}>
  <Card title="Registry Basics" icon="table" iconType="solid" color="DF5971" href="/registry/create-a-project">
    Learn about projects, tables, and how to use them.
  </Card>

  <Card title="Bring Data into Registry" icon="file-import" iconType="solid" color="36A7A2" href="/registry/add-records-to-a-table/single-records">
    Add records manually, link files, import CSVs, or sync data from Benchling.
  </Card>

  <Card title="Connect Records Across Tables" icon="merge" iconType="solid" color="CB7638" href="/registry/connect-records-across-tables">
    Define relationships between records from different tables.
  </Card>
</CardGroup>

<Card title="Import Registry Records in Latch SDK Workflows" icon="square-code" iconType="solid" color="9063DA" href="/registry/sdk/import-registry-records">
  Use our Python framework to upload custom bioinformatics pipelines for an auto generated user interface on Latch.
</Card>

## The Anatomy of Latch Registry

The Registry consists of Projects and Tables which can be edited, filtered, and nagivated.

<img src="https://mintcdn.com/latchbio/MyGUG0Q2iaPqX-v6/images/registry/data-registry-definitions.png?fit=max&auto=format&n=MyGUG0Q2iaPqX-v6&q=85&s=808033226043016f374d5fc0a5f90074" className="h-56 border-slate-100 border rounded-md" width="5184" height="3240" data-path="images/registry/data-registry-definitions.png" />

## Who is Latch Registry for?

Latch Registry is the source of truth that enables reliable, reproducible, and shareable computational analysis that is accessible to everyone on the team – from biologists, to bioinformaticians, to executives.

<AccordionGroup>
  <Accordion title="For wet lab scientists:" icon="flask" color="#F19E38">
    * An intuitive spreadsheet interface to input experimental metadata and autolink them with sequencing files.
    * Effortless import of data in bulk via CSV file uploads.
    * A streamlined process for searching and filtering bioinformatics results and sequencing files next to experimental metadata from the lab.
  </Accordion>

  <Accordion title="For bioinformaticians and computational biologists:" icon="dna" color="#F19E38">
    * Programmatic access to manipulate data in Registry.
    * Batch execution of Registry samples through bioinformatics workflows.
    * Automatic population of workflow outputs into Registry.
  </Accordion>

  <Accordion title="For team leads and executives:" icon="list-tree" color="#F19E38">
    * A single place to track all your files, metadata, and analyses, so that you never incorrectly enter information or lose files again.
    * Quickly search and filter top candidates for a drug discovery campaign, and audit past decisions with ease.
  </Accordion>
</AccordionGroup>
