# Currency

Additional options for Currency 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.&#x20;
* Default: Specify the default content you want this field to display when you first create an entry.&#x20;
* ISO Currency Code: Click on the image to select a currency format.&#x20;
* Position: Specify symbol placement as Prefix or Suffix.&#x20;
* Show Symbol in Columns: Enable checkbox if symbol is to be displayed in the columns.&#x20;
* Use 1000s Separator: Enable checkbox if you require a 1000s comma separator, e.g. $125,000.&#x20;
* Decimal Places: Specify the number of decimal places to display.


---

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