> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-user-manual/dashboard/profile-settings.md).

# Profile settings

Every user can open and edit their own profile settings.

Some fields may be read-only, depending on your role and login method.

{% stepper %}
{% step %}

### Open Profile settings

1. Click the profile icon <img src="/files/gEL4JpJ4xASdZnpuwgMe" alt="Profile icon" data-size="line">.
2. Select **Profile**.

<figure><img src="/files/UACKCimM48v5ioWwMyyX" alt="User menu with Profile option"><figcaption><p>Open Profile from the user menu</p></figcaption></figure>
{% endstep %}

{% step %}

### Update fields

#### Account

* **Name**: Your display name.
* **Email**: Used for login (most roles) and email alarm delivery.
  * Changing this will change your login.
* **Username** (domain admins only): Used for login instead of email.

#### Preferences

* **Time zone**: Used for event and alarm timestamps.
* **Language**: Default UI language after login.
  * Temporary session language is described in [Language selection](/boomerang-3-user-manual/dashboard/language_selection.md).

#### Notifications

* **Phone Number**: Used for SMS and voice call alarms.
  * Format must include country code, for example `+358401234567`.
* **Disable alarms**: Pause alarm delivery for a date range.
  * See [Disable alarms for a user](/boomerang-3-user-manual/dashboard/profile-settings/disable-alarms-for-a-user.md).
* **Alarm Group**: Shows your alarm groups and how many users receive alarms in each.

#### Security

* **Use PIN for signing**: Enable signing with PIN (requires a PIN).
* **User Devices**: Mobile devices registered for the ICU Boomerang Mobile app.

<figure><img src="/files/V00256P3IQ0gCnnCJlDx" alt="Profile settings form"><figcaption><p>Profile settings form</p></figcaption></figure>
{% endstep %}

{% step %}

### Save

Click **Save** and sign to apply your changes.
{% endstep %}
{% endstepper %}

### Common actions

* Change password: [Change password](/boomerang-3-user-manual/dashboard/profile-settings/change-password.md)
* Forgotten password: [Forgotten password](/boomerang-3-user-manual/dashboard/profile-settings/forgotten-password.md)
* Set PIN: [Set PIN](/boomerang-3-user-manual/dashboard/profile-settings/set-pin.md)
* Change PIN: [Change PIN](/boomerang-3-user-manual/dashboard/profile-settings/change-pin.md)

See also: [Logout and automatic logout](/boomerang-3-user-manual/login/logout_and_automatic_logout.md).


---

# 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:

```
GET https://help.boomerang3.com/boomerang-3-user-manual/dashboard/profile-settings.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.
