# Configure Your Account

The **Account** view is the personal management hub where users can update their identity, manage their professional attributes, and configure how they receive system communications. This page is available to all users to manage their individual profiles.

#### Personal Information&#x20;

This section displays the core identity and system permissions associated with the account.

* **System Identity**: The user's Type (e.g., User), assigned Roles (e.g., admin, publisher, developer, manager) and Team association are displayed here. While visible to the user, these are typically assigned at the administrative level.
* **Editable Profile Fields**: Users can modify their First Name, Last Name, and Email address directly in the provided text fields. (Email not editable when SSO enabled).
* **Actions**:
  * **Update**: Saves any changes made to the profile fields.&#x20;
  * **Change** **password**: Initiates the process to reset the account security credentials (not posiible when SSO enabled).

#### Profile Attributes

The Profile attributes section allows users to define their current work status and expertise, which can affect how global subscriptions are applied.

* **Selection**: Users can toggle various attributes (e.g., on-calls, development, office work).
* **Summary**: Selected attributes appear as tags at the top of the section for quick reference.&#x20;

#### Notification Channels

{% hint style="info" %}
Notification channels for **new announcements / builds / deployments** are configured as part of the **subscriptions** **configurations** (private and team).
{% endhint %}

This section defines the logic for other cases when notifications can be routed to the user.

* **Global Subscriptions**: A dropdown menu to select the primary channel used for automatic notifications assigned by the company.
* **Watching Announcements Updates**: Allows the user to choose a specific channel used as default for notifications related to updates of announcements they are explicitly "watching".&#x20;
* **Announcements Reminders**: A configuration for channel used as default during setting reminder for announcement.


---

# Agent Instructions: 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://docs.notyfire.io/getting-started/configure-your-account.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.
