# Introduction

RoboX is a crowdsourced data platform for robotics imitation learning. Contributors use their smartphones to record first-person video across data campaigns covering object manipulation, social interaction, and scene understanding.&#x20;

All data is anonymized on-device before upload and processed through a layered annotation pipeline that extracts new data dimensions over time from a single recording.

Instead of relying on expensive fleet vehicles or controlled lab setups, RoboX distributes collection across real people in real environments. Every phone that joins a campaign becomes a first-person data sensor.

### How RoboX Works

1. **Select a Campaign**: Choose from active data missions.

<div align="left"><figure><img src="/files/gr5s69U5q0cl9FBsjmUA" alt="" width="563"><figcaption></figcaption></figure></div>

2. **Choose a Campaign:** Browse active campaigns and pick a recording task.

<div align="left"><figure><img src="/files/gxoKHrFfPkx4u5FGXdoU" alt="" width="563"><figcaption></figcaption></figure></div>

3. **Record a Clip:** Follow the instructions and capture first-person video of the task.

<div align="left"><figure><img src="/files/fITydW4ldyMMmu4yYa2x" alt="" width="563"><figcaption></figcaption></figure></div>

4. **On-Device Anonymization:** PII is stripped locally before anything leaves your phone.

<div align="left"><figure><img src="/files/9aXmvLFOLnl7xFMLaVRx" alt="" width="563"><figcaption></figcaption></figure></div>

5. **Layered Annotation:** Each clip is processed server-side through an annotation pipeline designed to add new data layers over time.

<div align="left"><figure><img src="/files/SrK0clzM2Jn5Vb92zP9O" alt=""><figcaption></figcaption></figure></div>

6. **Dataset Packaging:** Annotated datasets are structured for use by robotics labs and research teams.

### Privacy and Data Control

All personal identifiers are stripped away before data ever leaves the phone. Everything is processed locally and securely.<br>

* No exact locations are stored or shared
* Faces, plates, and identifying details are removed on-device
* Data is encrypted before transmission
* Delete your data anytime through your account settings.
* Data is collected only during active campaigns you choose to join, never in the background
* All collection is opt-in and contributor-initiated
* On-chain data provenance ensures every clip is traceable and verifiable
* No data is sold to third parties without contributor consent
* RoboX is GDPR-compliant

User decides what to record, when to record, and whether to keep or delete it.


---

# 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.robox.to/documentation/getting-started/readme.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.
