> For the complete documentation index, see [llms.txt](https://docs.fact-finder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fact-finder.com/docs/system-maintenance-and-security/user-settings.md).

# User Settings

## Summary

**User settings** lets you customize the interface and manage account security.

To reach **User settings**:

* Click the user profile icon ![](/files/afMFqoHYxlD3P4x4s54e) in the [Header Bar](/docs/user-interface/the-header-bar.md)

![](/files/4yvEs6Dq27iFO5R2NoRu)

* Click the **User settings** option in the dropdown menu to open the dialog.

![](/files/ekKQ72D2tVM6cd2CntjC)

## Managing User Settings

![](/files/FvCYof5KoDmXksVu89cZ)

### Changing language

Choose the display language for the application interface.

* **English:** Select this option to display the interface in English.
* **Deutsch**: Select this option to display the interface in German.
* **Auto detect:** Select this option to let the application use your browser or operating system language settings.

### Interface options

Customize which elements and features are visible in the application:

* **Show beta functions:** Enable this to access features that are still in testing. Beta features may change before release.
* **Show legacy functions in menu:** enable to access older features that may eventually be removed or replaced.
* **Hide inactive modules:** enable to simplify the menu by hiding modules that are not currently active.
* **Hide error notifications:** enable this to hide error messages. Keeping them visible is often useful for troubleshooting.
* **Advanced:** enable this to access advanced settings and functionality.

### Change password

Update your password to keep your account secure.

* **Old password:** Enter your current password.
* **New password:** Enter your desired new password.
* **Confirm new password:** Enter the new password again to avoid typos.
* **Password visibility:** Click the eye icon ![](/files/vxqYiBuDA0z0RWU3w34I) next to each field to temporarily show or hide characters.
* **Change password:** When all fields are complete and the new passwords match, click **CHANGE PASSWORD**.


---

# 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.fact-finder.com/docs/system-maintenance-and-security/user-settings.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.
