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

# Dataerai: the platform for research data

> Capture, organize, share, and analyze research data. Get large datasets in, describe them with rich metadata, version them for analysis, and share them across your team and institution.

<div className="flex w-full flex-col gap-8 max-w-5xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-14 lg:py-16">
  <div className="flex max-w-[640px] flex-col gap-2 self-center text-center">
    <h1 className="text-[30px] font-medium leading-9 tracking-tight text-gray-900 dark:text-gray-50">
      Dataerai documentation
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      Dataerai is the infrastructure for research data. Capture data from instruments and pipelines, organize it with rich metadata, version it for analysis, and share it securely across your team and institution.
    </p>
  </div>

  <div className="flex flex-col gap-4">
    <h2 className="font-serif text-xl font-medium leading-normal text-gray-900 dark:text-gray-50">Start here</h2>

    <CardGroup cols={2}>
      <Card title="Quickstart" icon="rocket" href="/get-started/quickstart">
        Sign in, create a project, upload your first dataset, and share it — in a few minutes.
      </Card>

      <Card title="Key concepts" icon="book-open" href="/get-started/key-concepts">
        Understand organizations, projects, collections, assets, datasets, and permissions.
      </Card>
    </CardGroup>
  </div>

  <div className="flex flex-col gap-4">
    <h2 className="font-serif text-xl font-medium leading-normal text-gray-900 dark:text-gray-50">What you can do</h2>

    <CardGroup cols={2}>
      <Card title="Get data in" icon="upload" href="/data/upload">
        Upload in the browser or move large datasets with the high-throughput desktop app and CLI.
      </Card>

      <Card title="Organize & describe" icon="folder-tree" href="/organize/collections">
        Group data into nested collections, add metadata and notes, and track provenance.
      </Card>

      <Card title="Datasets & analysis" icon="database" href="/datasets/overview">
        Version your data, let Dataerai infer its structure, and explore it with built-in charts.
      </Card>

      <Card title="Search & discover" icon="search" href="/discover/search">
        Find data across your workspace by text, tags, creator, collection, and metadata.
      </Card>

      <Card title="Share securely" icon="share-2" href="/sharing/permissions">
        Control access per object with Read, Write, and Admin roles, groups, and public links.
      </Card>

      <Card title="Attribute & preserve" icon="award" href="/attribution/grants">
        Link data to grants and publications, and credit the people behind it.
      </Card>
    </CardGroup>
  </div>

  <div className="flex flex-col gap-4">
    <h2 className="font-serif text-xl font-medium leading-normal text-gray-900 dark:text-gray-50">Build with Dataerai</h2>

    <CardGroup cols={2}>
      <Card title="CLI & SDKs" icon="terminal" href="/cli/overview">
        Automate transfers and metadata with the `dataerai` CLI and the Python and Node SDKs.
      </Card>

      <Card title="API reference" icon="code" href="/api-reference/introduction">
        Integrate directly with the Dataerai REST API.
      </Card>
    </CardGroup>
  </div>
</div>
