# Columns

Columns are at the core of your apps. There are the entiry that holds your data in WorkSmart.

You can create different types of columns as per your requirements from the following list:

* Single Line
* Multi-Line
* Email Address
* Phone/Fax No.
* Address
* URL
* Number
* Auto Number - auto-generated
* Currency
* Date Time
* Time Input - can store time of day, hours worked (max 24 hours)
* Duration - can store duration in days, hours and minutes
* Yes/No - boolean value of Yes or No
* Choice - includes subtypes as dropdown and radio (single item selection) or checkbox (multi-item selection)
* Users - linked to address book and has capability to define access control
* Relationship -  to establish parent-child relationships with other apps
* E-signature

<figure><img src="/files/Egn47dSyFfhfpzZQgi06" alt=""><figcaption></figcaption></figure>


---

# 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://help.workdigital.io/custom-database-apps/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.
