> ## 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.

# Manually Create a Dataset

> The manual dataset creation feature allows users to define a dataset structure from scratch, adding rows and columns according to specific requirements.

### **Steps to Manually Create a Dataset**

### **1. Access the Dataset Creation Panel**

* Navigate to the **Dataset** section.
* Click the **"Add Dataset"** button to open the dataset creation options.
* Select **"Add Datasets Manually"** from the list.

### **2. Define the Dataset Structure**

* A pop-up appears, prompting you to enter:
  * **Dataset Name** – Provide a name that describes the dataset purpose.
  * **Number of Rows** – Define the number of data entries to be created.
  * **Number of Columns** – Set up the data structure by specifying column count.

<img src="https://mintcdn.com/futureagi/6GAOB7mW5VVqB7VT/future-agi/get-started/dataset/adding-dataset/manually_creating.png?fit=max&auto=format&n=6GAOB7mW5VVqB7VT&q=85&s=f5cbd43877f5de4f35989424b0235045" alt="manually_create_dataset" width="3839" height="2039" data-path="future-agi/get-started/dataset/adding-dataset/manually_creating.png" />

### **3. Add Columns to the Dataset**

Once the dataset structure is defined, the next step is to **add columns** to structure the data.

**Open the Column Editor**

* Navigate to the **Data** tab of the newly created dataset.
* Click the **"+" (Add Column)** button in the table to open the column editor.

**Select Column Types**

You can choose between:

* **[Static Columns](/future-agi/get-started/dataset/create-static-column)**: Stores fixed values directly within a dataset.
* **[Dynamic Columns](/future-agi/get-started/dataset/create-dynamic-column)**: Generates values automatically and dynamically based on a defined criteria.

***
