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

# Datasets

> Bring your own events and items, or pull a dataset you have licensed.

A dataset is items, optionally with events, frozen as an immutable snapshot. Two ways one shows
up in your workspace.

**Bring your own.** Import items and events to fit a tokenizer on them or to evaluate a model
against your own held-out behavior. Start with a small JSON sample; the shape is on
[Data format](/data-format).

**Licensed from Jean.** Datasets Jean sourced or collected appear in your workspace once the
agreement is in place. What they cover, how they were collected, and what you may do with them
is settled in that agreement, not here. [Talk to us about data](https://jeantechnologies.com/data).

| Operation                             | Use                                |
| ------------------------------------- | ---------------------------------- |
| [List datasets](/api/list-datasets)   | See what your workspace can reach  |
| [Get dataset](/api/get-dataset)       | Read one dataset's card and counts |
| [Import dataset](/api/create-dataset) | Load your own items and events     |
| [Export dataset](/api/export-dataset) | Pull it into your own pipeline     |

## Access

Each dataset records whether discovery, export, and model training are permitted. Public
discovery does not imply redistribution or training rights. Exports are available only where your
workspace has access. A dataset ID pins a version; changing the contents creates a new one.

The sample import contract accepts up to 1,000 items, 5,000 events, and 1 MiB per request. Larger
imports are arranged during onboarding.
