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

# Completion datasets

Completion Datasets allow you to create collections of completion data that can be further used for fine-tuning or evaluation.

### How to create Completion Datasets

Completion datasets are created via the LLM Requests page in the Monitoring section of the Baserun UI.

To start, select one or more LLM Requests, then click the "Add to dataset" button.

<Frame>
  <img src="https://mintcdn.com/baserun/sfThaUjl8v9XCswy/images/dataset-select-requests.png?fit=max&auto=format&n=sfThaUjl8v9XCswy&q=85&s=d0c97b3fc92bdede52714178120ffaa0" alt="Trace List" width="3582" height="2012" data-path="images/dataset-select-requests.png" />
</Frame>

You can then add the selected requests to an existing dataset, or a new one by typing the name in the search field.

<Frame>
  <img src="https://mintcdn.com/baserun/sfThaUjl8v9XCswy/images/dataset-add.png?fit=max&auto=format&n=sfThaUjl8v9XCswy&q=85&s=fdb7d1b01a3b0bec11387bc78eaeccdf" alt="Trace List" width="1126" height="482" data-path="images/dataset-add.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/baserun/sfThaUjl8v9XCswy/images/dataset-search.png?fit=max&auto=format&n=sfThaUjl8v9XCswy&q=85&s=5518317a9416a2dbe4ad8365cb1a28b3" alt="Trace List" width="1120" height="546" data-path="images/dataset-search.png" />
</Frame>

Once the dataset has been created you can navigate to the Datasets tab to view the dataset and its completions.

<Frame>
  <img src="https://mintcdn.com/baserun/sfThaUjl8v9XCswy/images/dataset-index.png?fit=max&auto=format&n=sfThaUjl8v9XCswy&q=85&s=4052cc5b7eab0e832ab871bf54ff44b4" alt="Trace List" width="3582" height="2014" data-path="images/dataset-index.png" />
</Frame>

From there, you can remove completions from the dataset, or export the dataset to a fine-tune (JSONL formatted) file.

<Frame>
  <img src="https://mintcdn.com/baserun/sfThaUjl8v9XCswy/images/dataset-details.png?fit=max&auto=format&n=sfThaUjl8v9XCswy&q=85&s=554880bef6eed8c0263d915d850c7e93" alt="Trace List" width="3584" height="2016" data-path="images/dataset-details.png" />
</Frame>
