# Basic Columns

Basic columns hold normal data values. There are different types of basic columns for each data type - like **Image**, **Text**, and **Number**.

They hold only one value as opposed to user-specific columns that contain different values for each user. Any changes made to basic columns are synced between your Jet data source and the original data source.

* ![](/files/xyd4wrx1Yx2M0A0knpdq)

### Available column types <a href="#available-column-types" id="available-column-types"></a>

The types of basic columns in Jet Admin include:

* **Text**
* **Rich Text**
* **Number**
* **Rating**
* **Slider**
* **Checkbox**
* **Select**
* **Multiple Select**
* **Radio button**
* **Date\&Time**
* **Time**
* **File**
* **Image**&#x20;
* **Video**
* **Audio**
* **URL**
* **Password**
* **Location**
* **Color**
* **JSON**


---

# 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.jetadmin.io/user-guide/basic-columns.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.
