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

***

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