> For the complete documentation index, see [llms.txt](https://help.workdigital.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.workdigital.io/custom-database-apps/columns/column-types/number.md).

# Number

Additional options for Number fields:

* Required: Enable checkbox if field cannot be left empty.&#x20;
* Min and Max Values: Specify the minimum and maximum values that can be entered into this field.
* Default: Specify the default content you want this field to display when you first create an entry.&#x20;
* Show as %: Enable checkbox if entry is to be displayed as a % percentage.&#x20;
* Decimal Places: Specify the number of decimal places to display.&#x20;
* Blank as zero: Blank value will be converted to zero.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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