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

# Introduction

> Egocentric video datasets for training robotic AI systems

## What we provide

We offer **high-quality egocentric video datasets** designed for training
robot perception, manipulation, and multimodal reasoning models.

Our data is captured using **fisheye head-mounted and wrist-mounted cameras**,
providing synchronized first-person views of real-world tasks.

## Core concepts

Understand the foundations behind our data and capture pipeline.

<Columns cols={2}>
  <Card title="Egocentric data" icon="eye" href="/concepts/egocentric-data">
    Learn why first-person video is critical for embodied AI and robotics.
  </Card>

  <Card title="Capture hardware" icon="camera" href="/concepts/capture-hardware">
    Head-mounted and wrist-mounted fisheye camera systems.
  </Card>

  <Card title="Annotations" icon="tags" href="/concepts/annotations">
    Action labels, hand pose, object states, and language grounding.
  </Card>

  <Card title="Dataset overview" icon="database" href="/datasets/overview">
    Long-horizon real-world datasets for robot learning.
  </Card>
</Columns>

## Using the data

Everything you need to integrate datasets into training and evaluation pipelines.

<Columns cols={2}>
  <Card title="Data format" icon="folder" href="/datasets/data-format">
    File structure, video streams, and annotation formats.
  </Card>

  <Card title="Licensing" icon="scale-balanced" href="/datasets/licensing">
    Commercial usage, training rights, and enterprise terms.
  </Card>
</Columns>

## API & tooling

<Card title="SDK reference" icon="terminal" href="/api/sdk">
  Programmatic access to datasets with Python tooling.
</Card>

## Quickstart

<Card title="Quickstart" icon="rocket" href="/guides/quickstart" horizontal>
  Load egocentric datasets and start training in minutes.
</Card>
