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

# Quickstart

> Start building awesome datasets in under 5 minutes

## Setup your first project

After you sign up for Alchemist and create an organization, you'll create your first project.

## Upload your samples

Alchemist supports the standard Messages formats for uploading LLM prompt logs. Although these formats were originally
designed for chat, they are often used for individual, single-turn tasks such as summarization, text analysis, and more.

```json theme={null}
[
    {"role": "system", "content": "You are a compliance analyst. Check that this call transcript followed HIPAA guidelines, responding with only True or False"},
    {"role": "user", "content": "Customer: Hi can I speak with my Doctor? \n Agent: Yes one moment let me transfer you"},
    {"role": "assistant", "content": true}
]
```

## Create a Dataset

After samples are added to your organization, add a Dataset to your project. A dataset represents a group of samples
that are used to create your Instruction set. Once your Dataset is created, you can curate which samples to use to generate
Instructions.

## Export your Instructions

Once your Dataset is curated, you can choose your fine-tuning platform format and export.
