# Account settings and security Source: https://docs.phare.io/account-settings Update profile preferences, contact details, and two-factor authentication. Account settings are managed from the user settings page. This page covers preferences, contact details, password updates, and two-factor authentication. ## Profile preferences Use the preferences section to tailor the dashboard experience: * **Timezone**: Controls how dates and times are displayed. * **Time format**: Toggle between 24h and 12h formats. ## Notification preferences Notification preferences control organization-level email alerts: * **Quota threshold notifications**: Get alerted when one of your organization’s quota threshold is reached. * **Integration issues notifications**: Get alerted when one of your organization’s integration is experiencing issues. * **Uptime issues notifications**: Get alerted when one of your organization’s uptime resource is experiencing issues. ## Email Update the account email used for alerts and sign-in. A password confirmation step is required when changing the email address. ## Phone number Add a phone number to receive SMS and Voice alerts. A verification code is sent after entry, with options to resend or cancel the verification flow. ## Password Change the account password by entering the current password, a new password, and a confirmation. ## Two-factor authentication Two-factor authentication (TOTP) adds a second step during sign-in. Setup uses a QR code and a confirmation code, with a manual TOTP URI available if needed. Compatible apps include 2FAS, Authy, FreeOTP, and Google Authenticator. # API Introduction Source: https://docs.phare.io/api-reference/introduction Create programmatic interactions with the Phare API. Please be aware that **the Phare API is currently in beta** and is subject to change. This API lets you interact programmatically with the Phare platform, enabling integration and automation for most tasks available in the control panel. ## Create an API key Only team members with the **Owner** or **Admin** role can create an API key in your organization. To access the Phare API, create an API key with the right access. This can be done in the control panel. When creating an API key, choose an access scope (Read / Write) for each Phare product as well as access to the resources of the Phare platform. The list of available endpoints is in the left navigation of this documentation. You can create as many keys as necessary to fit your use case.