Datasets are simple data tables that you can use to manage your data for experiments and evaluation of your AI applications. Datasets are available in the SDK, and they enable you to create versioned snapshots for reproducible testing.Documentation Index
Fetch the complete documentation index at: https://enrolla-gz-new-docs-for-auto-monitor.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

Create a new dataset
Click New Dataset to create a dataset, give it a descriptive name that reflects its purpose or use case, add a description to help your team understand its context, and provide a slug that allows you to use the dataset in the SDK.
Add your data
Add rows and columns to structure your dataset.
You can add different column types:
- Text: For prompts, model responses, or any textual data
- Number: For numerical values, scores, or metrics
- Boolean: For true/false flags or binary classifications
Publish your dataset version

- Click Publish Version to create a stable snapshot
- Published versions are immutable
- Publish versions are accessible in the SDK



