# Column Types

- [Text](https://help.workdigital.io/custom-database-apps/columns/column-types/text.md): A general purpose field which may be used to store a single line of text.
- [Multi-Line](https://help.workdigital.io/custom-database-apps/columns/column-types/multi-line.md): A general purpose field which may be used to store multiple lines of text.
- [Number](https://help.workdigital.io/custom-database-apps/columns/column-types/number.md): Allows the storage of whole or decimal numbers. Fields of this type may also be automatically totalled if required.
- [Auto Number](https://help.workdigital.io/custom-database-apps/columns/column-types/auto-number.md): This field will cause a unique auto-generated ID number to be assigned to each record upon creation.
- [Currency](https://help.workdigital.io/custom-database-apps/columns/column-types/currency.md): Allows the storage of currency values, combined with a currency code/symbol. Fields of this type may also be automatically totalled if required.
- [Date/Time](https://help.workdigital.io/custom-database-apps/columns/column-types/date-time.md): Allows the storage of dates or dates/times which are specified by the user.
- [TimeInput](https://help.workdigital.io/custom-database-apps/columns/column-types/duration.md): Allows the storage of  24-hour based time values.
- [Duration](https://help.workdigital.io/custom-database-apps/columns/column-types/duration-1.md): Allows the storage of time duration value.
- [Yes/No](https://help.workdigital.io/custom-database-apps/columns/column-types/yes-no.md): This field is presented as a simple slider which may be either enabled or disabled.
- [Choice – Drop Down, Radio Button, and Check Box](https://help.workdigital.io/custom-database-apps/columns/column-types/untitled.md): Allow users to select between a number of predetermined options.
- [Email Address](https://help.workdigital.io/custom-database-apps/columns/column-types/email-address.md): This field stores a single email address.
- [Phone/Fax No.](https://help.workdigital.io/custom-database-apps/columns/column-types/phone-fax-no..md): This field may be used for storing telephone/mobile/fax numbers.
- [URL](https://help.workdigital.io/custom-database-apps/columns/column-types/url.md)
- [Relationship](https://help.workdigital.io/custom-database-apps/columns/column-types/phone-fax-no.-1.md): Using Relationship you can establish parent-child relationships between apps
- [E-Signature](https://help.workdigital.io/custom-database-apps/columns/column-types/phone-fax-no.-2.md): Digitally capture e-Signatures to create legally binding documents like contracts, SLAs, etc.
- [Formula](https://help.workdigital.io/custom-database-apps/columns/column-types/formula.md)


---

# 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/column-types.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.
