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

# About profiles

> Understand browser profiles — isolated browser identities with fingerprints, proxies, wallets, and browser settings

## What is a browser profile

A browser profile is a saved browser identity in Oxygen Atmos. Use profiles to separate accounts, sessions, proxies, wallets, fingerprints, cookies, local storage, extensions, bookmarks, and browser settings.

Oxygen Atmos stores and manages the profile configuration. [Oxidium](/browser-profiles/oxidium) is the Chromium-compatible browser core that opens when you launch a profile.

[Bookmarks](/browser-profiles/bookmarks-manager) can be assigned to every profile or routed to profile groups through tags.

<Frame>
  <img src="https://mintcdn.com/oxygenparadigm/WVKU6cYMibX-8Goj/images/atmos_ui/browser/atmos_browser_profiles_v040.png?fit=max&auto=format&n=WVKU6cYMibX-8Goj&q=85&s=4d30a81ac456bb34fb548e4ce3262140" alt="Browser profiles with Oxidium versions, proxies, and actions" width="2209" height="1327" data-path="images/atmos_ui/browser/atmos_browser_profiles_v040.png" />
</Frame>

## Profile table

The Browser page shows the information you need for day-to-day work:

| Column          | Description                                       |
| --------------- | ------------------------------------------------- |
| **Alias**       | Profile name shown in the table and browser label |
| **Fingerprint** | Browser version and fingerprint label             |
| **Tags**        | Tags used for filtering and extension routing     |
| **Proxy**       | Assigned proxy IP or missing proxy state          |
| **Last launch** | Last time the profile was opened                  |
| **Actions**     | Launch, focus, edit, and profile actions          |

Use search to find profiles by alias, linked wallet address, browser version, fingerprint label, proxy URL, or proxy IP. Click a tag or use the **Tags** filter to show a specific profile group.

## Profile actions

Common actions include:

* launch a closed profile
* focus an already running profile
* close a running profile
* edit profile settings
* edit linked wallets
* edit tags
* edit proxy
* edit secure notes
* move a profile to the trash

Selected profiles can also be handled with bulk actions such as launch, close, tag editing, renaming, or deletion.

## Fingerprint components

Every profile uses a coherent set of browser parameters:

| Parameter                     | Description                                                                                    |
| ----------------------------- | ---------------------------------------------------------------------------------------------- |
| **Browser version**           | [Oxidium](/browser-profiles/oxidium) version shown as a Chrome major version for compatibility |
| **User-Agent**                | Browser and OS identification string                                                           |
| **Client Hints**              | Chromium client hint headers and JavaScript values                                             |
| **Screen resolution**         | Display dimensions                                                                             |
| **Platform**                  | OS platform identifier (e.g. Windows 10.0)                                                     |
| **Language**                  | Browser language and locale                                                                    |
| **Timezone**                  | Geographic timezone setting                                                                    |
| **Geolocation**               | Permission mode and location source                                                            |
| **WebRTC**                    | Network exposure policy                                                                        |
| **Canvas**                    | Canvas rendering noise                                                                         |
| **Audio**                     | AudioContext noise                                                                             |
| **Rectangles**                | DOM rectangles noise                                                                           |
| **WebGL**                     | GPU metadata and rendering behavior                                                            |
| **CPU / hardwareConcurrency** | Reported logical processor count aligned with the generated fingerprint                        |

<Info>
  Fingerprints are generated before the profile is saved. The preview reflects the selected browser version and browser preferences.
</Info>

## Profile states

| State        | Description                                        |
| ------------ | -------------------------------------------------- |
| **Running**  | Browser window is currently open (green indicator) |
| **Not used** | Browser is closed, data saved (gray indicator)     |

## Creating a profile

<Steps>
  <Step title="Click New Profile">
    Click the **New Profile** button in the top-right corner.
  </Step>

  <Step title="Set profile identity">
    Enter an alias and select or create tags. Tags help filter profiles and can control which extensions load in the profile.
  </Step>

  <Step title="Link wallets">
    Select wallets if the profile should use wallet integration. The built-in Rabby extension provides the browser-side wallet interface.
  </Step>

  <Step title="Choose browser version">
    Select the browser version. Enable **Keep up to date** when you want Oxygen Atmos to migrate the profile to one of the latest supported versions.

    <Frame>
      <img src="https://mintcdn.com/oxygenparadigm/WVKU6cYMibX-8Goj/images/atmos_ui/browser/atmos_browser_create_profile_identity.png?fit=max&auto=format&n=WVKU6cYMibX-8Goj&q=85&s=ae199327a2188004c6bbb06cfc32dfc8" alt="Create a profile and select the browser version" width="1378" height="926" data-path="images/atmos_ui/browser/atmos_browser_create_profile_identity.png" />
    </Frame>
  </Step>

  <Step title="Review fingerprint">
    Review the generated fingerprint preview. It includes values such as user agent, platform, language, app language, timezone, geolocation, WebRTC, WebGL, and noise settings.

    <Frame>
      <img src="https://mintcdn.com/oxygenparadigm/St-k5Qis-oqMiVg_/images/atmos_ui/browser/atmos_browser_new_profile.png?fit=max&auto=format&n=St-k5Qis-oqMiVg_&q=85&s=d46161b6ac8a90a70c376bcf1dd0d4a2" alt="Create new profile with fingerprint preview" width="1400" height="840" data-path="images/atmos_ui/browser/atmos_browser_new_profile.png" />
    </Frame>
  </Step>

  <Step title="Assign a proxy (optional)">
    Enter proxy details if the profile needs a profile-specific network location. Supported types: **HTTP** and **SOCKS5**.

    Proxy format:

    ```text theme={null}
    protocol://host:port:user:pass
    protocol://user:pass@host:port
    ```

    When the proxy supports UDP, Oxygen Atmos can proxy WebRTC, QUIC, and HTTP/3 traffic. If UDP cannot be proxied, Oxygen Atmos blocks it instead of allowing a direct connection that could expose your real IP address.
  </Step>

  <Step title="Add cookies or social tokens">
    Add cookies, X.com tokens, or Discord tokens if they should be applied on the next browser launch.
  </Step>

  <Step title="Review browser preferences">
    Use [global settings](/browser-profiles/global-settings) or override startup tabs, search engine, language, timezone, geolocation, WebRTC policy, GPU spoofing mode, or noise settings for this profile.

    <Frame>
      <img src="https://mintcdn.com/oxygenparadigm/WVKU6cYMibX-8Goj/images/atmos_ui/browser/atmos_browser_create_profile_tabs.png?fit=max&auto=format&n=WVKU6cYMibX-8Goj&q=85&s=9fc3a037f13df1b5cd720d45b66333f4" alt="Configure startup tabs and browser preferences while creating a profile" width="1374" height="925" data-path="images/atmos_ui/browser/atmos_browser_create_profile_tabs.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/oxygenparadigm/WVKU6cYMibX-8Goj/images/atmos_ui/browser/atmos_browser_create_profile_privacy.png?fit=max&auto=format&n=WVKU6cYMibX-8Goj&q=85&s=5fd7734f3b41c8fd53e39bb7ebdeaeb4" alt="Configure WebRTC, GPU spoofing, and noise for a profile" width="1376" height="930" data-path="images/atmos_ui/browser/atmos_browser_create_profile_privacy.png" />
    </Frame>
  </Step>

  <Step title="Save">
    Click **Save profile**. Click the profile row to launch the browser.
  </Step>
</Steps>

## Editing a profile

You can edit profile settings after creation. Some changes apply to saved profile data immediately; runtime changes usually require closing and launching the profile again.

In edit mode, a browser version cannot be downgraded. You can keep the current version or select a newer supported version.

## Wallets in profiles

Each profile can have one main wallet per wallet type. The main wallet must exist in Oxygen Atmos, have a private key, and not already be used as the main wallet in another profile.

Profiles can also have additional wallets. An additional wallet requires a main wallet of the same wallet type. If the main wallet is removed, secondary wallets of that type are removed from the profile.

When the profile launches, linked wallets become available for wallet workflows in the browser profile. Private keys stay inside Oxygen Atmos and are not exposed to the browser runtime.

## Proxy settings

Each profile has its own proxy. Supported types: **HTTP** and **SOCKS5**.

To change a profile's proxy, open the profile editor and update the proxy fields.

When a proxy is configured, Oxygen Atmos checks whether it works and stores location data such as country and IP when available.

HTTP and SOCKS5 proxies can be used whether or not they provide UDP support. UDP-capable proxies can carry WebRTC, QUIC, and HTTP/3 traffic. With **Block unproxied UDP**, Oxygen Atmos blocks UDP that cannot be sent through the proxy, while TCP traffic continues to use the configured proxy.

## Trash and recovery

Deleting a browser profile moves it to the trash instead of removing it immediately. Open the trash to restore a profile or delete it permanently.

<Frame caption="Restore a profile or delete it permanently from Browser > Trash">
  <img src="https://mintcdn.com/oxygenparadigm/WVKU6cYMibX-8Goj/images/atmos_ui/browser/atmos_browser_trash.png?fit=max&auto=format&n=WVKU6cYMibX-8Goj&q=85&s=144a0edb9c5fb2a2576f749e8188fa6a" alt="Browser profile trash with restore and permanent delete actions" width="2209" height="1327" data-path="images/atmos_ui/browser/atmos_browser_trash.png" />
</Frame>

<Warning>
  Permanent deletion cannot be undone. Restore a profile before permanently deleting it if you still need its cookies, sessions, fingerprint, or other local data.
</Warning>

## Membership limit

The number of usable profiles is tied to the limit in the current membership. Profiles above the membership limit are treated as excessive and cannot be used normally until the limit issue is resolved.

## Next steps

<CardGroup cols={2}>
  <Card title="Mass creation" icon="clone" href="/browser-profiles/mass-creation">
    Create multiple profiles at once with bulk settings.
  </Card>

  <Card title="Secure notes" icon="note-sticky" href="/browser-profiles/secure-notes">
    Add encrypted notes to profiles for quick reference.
  </Card>
</CardGroup>
