> ## Documentation Index
> Fetch the complete documentation index at: https://platform.docs.zenoo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Formats Settings

> All formats settings

### Formats settings

Global formats should be defined under `formats` parameter.
Later all formats are available as helpers in [global application state (expression context)](/technical-specification/hub-client/target-configuration/state#expression-context)

#### Example configuration

```yaml theme={null}
formats:
  date:
    format: "DD/MM/YYYY"
  number:
    decimalSeparator: "."
    thousandsSeparator: ","
    precision: 2
  currency:
    format: "%u%n"
    unit: "£"
  phone:
    countryCode: "+44"
    mask: "9999 999999"
```
