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

# Create a Dataset

> You can currently create datasets in Athina in the following ways:

<CardGroup cols={2}>
  <Card title="From Logged Inferences" icon="bars" color="#3d3d3e" href="/datasets/create-dataset/create-dataset-from-logs">
    Create datasets from your logged production data
  </Card>

  <Card title="Upload a File" icon="file-lines" color="#3d3d3e" href="/datasets/create-dataset/create-dataset-from-file">
    Import data from CSV, JSON, or other file formats
  </Card>

  <Card title="Via API Request" icon="code" color="#3399ff" href="/datasets/create-dataset/create-dataset-via-api">
    Programmatically create datasets using our API
  </Card>

  <Card title="Via Python SDK" icon="python" color="#3399ff" href="/datasets/create-dataset/create-dataset-via-python-sdk">
    Create datasets using our Python SDK
  </Card>

  <Card title="Import from HuggingFace" icon="database" color="#ff9944" href="/datasets/create-dataset/import_huggingface_dataset">
    Import existing datasets from HuggingFace Hub
  </Card>

  <Card title="Generate Synthetic Data" icon="wand-magic-sparkles" color="#ff4499" href="/datasets/create-dataset/generate-synthetic-dataset">
    Create synthetic datasets from your documents
  </Card>

  <Card title="Blank Sheet" icon="pen" color="#3d3d3e" href="/datasets/create-dataset/create-dataset">
    Start with a blank dataset and fill in fields manually
  </Card>
</CardGroup>
