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

# Overview

> Create, manage and analyze datasets for AI model development and evaluation

## Getting Started with Datasets

<CardGroup cols={2}>
  <Card title="Create New Dataset" icon="plus" href="/product/dataset/how-to/create-new-dataset">
    Create datasets using SDK integration, file upload, or synthetic data generation
  </Card>

  <Card title="Add Rows to Dataset" icon="table-rows" href="/product/dataset/how-to/add-rows-to-dataset">
    Learn how to add individual records or bulk import data rows
  </Card>

  <Card title="Add Columns to Dataset" icon="table-columns" href="/product/dataset/how-to/create-dynamic-column/using-run-prompt">
    Extend your dataset structure with additional data fields
  </Card>
</CardGroup>

## Advanced Dataset Operations

<CardGroup cols={2}>
  <Card title="Run Prompts" icon="play" href="/product/dataset/how-to/run-prompt-in-dataset">
    Test and execute prompts against your dataset entries
  </Card>

  <Card title="Experimentations" icon="flask" href="/product/dataset/how-to/experiments-in-dataset">
    Design and conduct controlled experiments to compare approaches
  </Card>

  <Card title="Annotate Dataset" icon="tags" href="/product/dataset/how-to/annotate-dataset">
    Add metadata and annotations to enrich your dataset
  </Card>
</CardGroup>
