> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/administration-and-setup/settings/global-settings/company-information/company-preferences.md).

# Company Preferences

## Overview

{% embed url="<https://youtu.be/TLmAHw3EXs4>" %}

In the **Company Preferences**, you can configure key formatting and notification settings for the application. These include:

* Choosing the **date pattern** to be used throughout the application
* Setting the **amount formatting** (e.g., decimal separators, digit grouping)
* Enabling or disabling push-up notifications when a new update is available

## How to Access

To access the **Company Preferences**:

1. Navigate to **Settings** → **Global Settings** → **Company Information**

   <figure><img src="/files/7xjvmmYVe8YPubKXQDQF" alt=""><figcaption></figcaption></figure>
2. Scroll to the **Company Preferences** section

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

## Date Pattern

In this setting, you can choose the **date format** to be used throughout **DocBits**. Several formatting options are available, allowing you to customize how dates are displayed.

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

The following placeholders are used in the date pattern:

* `%d` – Day (e.g., 07)
* `%m` – Month (e.g., 07)
* `%Y` – Full year (e.g., 2025)
* `%y` – Two-digit year (e.g., 25)

#### **Example formats:**

* `%d.%m.%Y` → 07.07.2025
* `%m/%d/%y` → 07/07/25

Select the format that best fits your organizational or regional requirements.

After making your changes, click the **Save** button in the bottom-right corner to apply them.

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

## Amount Formatting

This setting allows you to define how amounts are formatted throughout the application—for example, whether to use a comma ( , ) or period ( . ) as the decimal separator.

#### **Example formats:**

* `1,000.00` (US format)
* `1.000,00` (European format)

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

After making your changes, click the **Save** button in the bottom-right corner to apply them.

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

<mark style="color:red;">**Note**</mark>: This setting controls how amounts are displayed throughout **DocBits**. The **amount format** in the **Field Validation screen** is determined by the document’s **origin** setting.

## New Version Info Dialog

This setting allows you to enable a popup notification when a new version of the application is released. When activated, a dialog will automatically appear if an update is available. To apply the update:

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

Click **Refresh to Close** in the dialog window. **DocBits** will reload and open with the most recent version. This ensures users are always working with the latest features, improvements, and bug fixes.

After toggling the setting on or off, click the **Save** button in the bottom-right corner to apply your changes.

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.docbits.com/administration-and-setup/settings/global-settings/company-information/company-preferences.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
