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

# Create Static Column

> Static columns store fixed values directly within a dataset. They do not require computation, external processing, or updates unless manually modified.

### **1. Accessing the Column Creation Interface**

Navigate to the **Data** tab in your dataset and click the **+ Add Columns** button in the top-right menu. This opens the **Add Columns** panel, where you can define a new column.

***

### **2. Selecting the Column Type**

In the **Add Columns** panel, choose one of the available **Static Column** types:

* **Text** – Stores string values.
* **Float** – Stores decimal numbers.
* **Integer** – Stores whole numbers.
* **Boolean** – Stores `True` or `False` values.
* **Array** – Stores a list of values.
* **JSON** – Stores structured JSON objects.
* **Date Time** - Stores date time values.
* **Audio** - Stores audio recording.
* **Document** - Stores documents. We support PDF, DOCX, DOC and TXT
* **Image** - Stores a single image.
* **Images** - Stores multiple images.
  <video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/futureagi/QcEFJkN22Gu7AqY5/screenshot/product/dataset/how-to/create-static-column/multiple-images.mp4?fit=max&auto=format&n=QcEFJkN22Gu7AqY5&q=85&s=e01fb3e48c07b3860f0a91f9e1d76b88" data-path="screenshot/product/dataset/how-to/create-static-column/multiple-images.mp4" />

***

### **3. Configuring the Static Column**

Once you select a column type, configure the following:

* **Column Name** – Enter a descriptive name for the column.
* **Data Type** – Ensure it matches the intended usage (text, number, boolean, etc.).

After setting up, click **Create New Column** to add it to the dataset.

***

By following these steps, you can easily create static columns to store fixed values in your dataset.
