> 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/end-user-and-partner-section/end-user-section/user-configuration-options.md).

# User Configuration Options

To configure your settings, click on the User Icon located in the bottom-left corner of the screen. Here you can customize several options:

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

<figure><img src="/files/55BFquqfG0XEjagsbej8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/WjzfZJj0OBvvDkKZTpTg" alt="User Settings Menu Dropdown" width="308"><figcaption></figcaption></figure>

**Language**

{% embed url="<https://youtu.be/h_knkUZkNyI>" %}
How to Change Language in DocBits (User Settings Tutorial)
{% endembed %}

* **Select Preferred Language:** Choose your desired language from the available options.

**Dark Mode**

* **Switch to Dark Mode:** Enable or disable Dark Mode for a more comfortable viewing experience.

**User Settings**

In this section, you can adjust the following preferences:

* **Date Pattern:** Customize how dates are displayed.
* **Amount Formatting:** Set your preferred format for numerical values.
* **Name:** Update your name.
* **Password:** Change your password for account security.
* **Font Size:** Adjust the text size for better readability.
* **Dual Monitor Mode:** Enable this feature if you’re using two monitors.

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

**Logout**

* **Logout:** Click here to securely log out of your account.


---

# 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/end-user-and-partner-section/end-user-section/user-configuration-options.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.
