# Dataset Creation

## **Create Dataset Schema**

### **Access Datasets**

* Navigate to the '**Datasets**' section from the left panel.

### **Create Dataset**

* Click on 'Create dataset'.
* Provide the following information:
  * **Name**: Give your dataset a unique name.
  * **Description**: Describe the dataset for future reference.
  * **Evaluation Variables**: This will be your data schema and variables used for evaluators. If you are not sure what variable means, check [here](/monitor/evaluators.md).
  * Click on 'Submit' to save the dataset schema.

{% hint style="info" %}
To evaluate the dataset as a whole, select "Prediction, Reference" from the dropdown menu.
{% endhint %}

<figure><img src="/files/TJcbweCbRImUVOIdC4il" alt="" width="375"><figcaption></figcaption></figure>

## **Populate Dataset**

### **Select the Dataset to Populate**

* Choose the dataset you'd like to populate from your list of datasets.

### **Import Data**

* Click the 'Import' button at the top right corner.
* Upload your CSV file.
* Map your desired columns from the CSV file to the evaluation variables.
* Note that the maximum number of rows is currently capped at 1000. If you need extra rows, please contact us.

### **Other Methods to Populate Dataset**

You can also populate dataset by

* Manually add new datapoint
* Save data from the playground
* Save data from inferences


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ownlayer.com/iterate/dataset/dataset-creation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
