> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pagos.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing Your Pagos Account

> Manage your personal account settings

## Managing Your Pagos User Account

After you [sign up for a Pagos user account](/getting-started/new-user-onboarding-guide), you can make changes to the account profile at any time. If your account is an **Admin** of a Pagos Organization, you can also make changes to the larger Organization information.

To make changes to your Pagos account:

<Steps>
  <Step title="Sign in to the Pagos Service Panel">
    [Sign in](https://secure.pagos.ai/sign-in) using one of the following methods:

    * Enter your **Email address** and **Password**
    * Click the appropriate button to log in with your Google or Microsoft account credentials
    * If your business uses an external identity provider for SSO, enter your company email address; you'll be redirected to your identity provider for verification and login
  </Step>

  <Step title="Navigate to Your Account Settings">
    Click the **settings** icon in the top-right corner of the Pagos Service Panel.
  </Step>

  <Step title="Update Your Display Preferences">
    Select from the following options:

    * Click **Currency**, then select the primary currency your company operates in; we use this information to benchmark your foreign exchange conversions. At this time, your operating currency options are USD, EUR, CAD, CHF, SEK, GBP, BRL, ARS, CLP, MXN, COP, PEN, CRC, DOP, GTQ, PYG, UYU, and CHF.
    * Click **Time Zone**, then select the time zone where your business is domiciled.
    * Click **Color Vision**, then select an adjusted color palette for all data visualizations within the Pagos Service Panel. The available options are designed for different forms of color blindness: **Deuteranopia**, **Protanopia**, and **Tritanopia**.
  </Step>

  <Step title="View and Manage Your Profile Information">
    Click **Profile** to open a pop-up containing your account information:

    * In the **Profile** page, view and manage your name, profile image, and email addresses. To use your Google or Microsoft account credentials to log into Pagos, click **Connect account**
    * In the **Security** page, change your account password, add two-step verification, and review your active devices.
  </Step>

  <Step title="View and Update your Organization's Information (Admins Only)">
    If you have the **Admin** role in your organization, you can [make changes to the Organization's settings](/getting-started/managing-your-pagos-organization), including managing verified domains and members.
  </Step>

  <Step title="Toggle between Live and Test Mode">
    Use the environment toggle in the top-right corner of the Pagos Service Panel to switch between Live Mode and [Test Mode](#test-mode).
  </Step>
</Steps>

## Notifications

Pagos can notify you about the following activity on your account:

<AccordionGroup>
  <Accordion title="Exports">
    The export of transaction-level data you initiated from a chart in Insights is ready for download; click the notification to navigate to the [Data Exports](/insights/data-exports#accessing-data-exports) page.

    <Note>
      Export notifications are only available for subscribers to Transaction-Level Data Exports.
    </Note>
  </Accordion>

  <Accordion title="Alerts">
    An anomaly occurred in your data and we generated an [alert](insights/alerts/alerts-overview); click the notification to navigate to the **Alerts Metric Details** page for the day when the anomaly occured.

    If you select to receive **Alert** notifications via **email**, you'll receive up to one email per day, containing all anomaly alerts from the previous date.
  </Accordion>

  <Accordion title="Changelog">
    There are new product or feature announcements in the [Pagos Changelog](/changelog); click the notification to learn what's new from the last month.
  </Accordion>
</AccordionGroup>

You can receive notifications through the following channels:

* **Dashboard** - Notifications appear as a red indicator on the **notifications** icon in the main navigation; click the icon to view your inbox of notifications
* **Email** - Notifications are sent to the **Primary** email address set in your account [profile](#profile)
* **Slack** - Notifications are sent to a specified Slack channel or chat

### Configuring Notifications

To select how you receive notifications:

<Steps>
  <Step>
    Click your **notifications** icon in the top-right corner, then click the **settings** icon.
  </Step>

  <Step title="Set Global Preferences">
    To receive all notification types through the same channels, use the toggles under **Global Preferences**; the only options at this level are **Dashboard** and **Email**.
  </Step>

  <Step title="Customize by Notification Type">
    To set different channels for each notification type, use the toggles under each category. Slack notifications are only configurable at this level.
  </Step>

  <Step title="Configure Slack notifications">
    Click **Configure** next to **Slack** under the desired notification type. Select the desired Slack channel or user, then click **Allow**.
  </Step>
</Steps>

## Test Mode

The environment toggle in the top-right corner of the Pagos Service Panel allows you to quickly switch between a live production environment and a sandbox test environment. While in Live Mode, you can access only the Pagos features and services associated with your pricing plan; in Test Mode, you can test out all Pagos APIs, including Network Tokenization and Account Updater.

<Warning>
  **Keep in mind**: API keys are different for Test and Live Mode. Always ensure you're in the desired environment before generating and using API keys.
</Warning>
