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

# Navigating the web dashboard

> Log in and find your way around the Anchorage Digital web dashboard.

The Anchorage Digital web dashboard is where you manage your organization's vaults, assets, operations, and settings from a browser. Most configuration changes you make here require biometric approval through the [mobile app](/knowledge-base/platform/users/mobile-app).

## Logging in

<Steps>
  <Step title="Open the login portal">
    Go to [anchorage.com](https://www.anchorage.com) and select **Log in** in the top right corner.
  </Step>

  <Step title="Scan the QR code">
    Open the Anchorage Digital iOS app, tap **Settings**, then **Web dashboard login**, and scan the QR code displayed on screen.
  </Step>

  <Step title="Confirm access">
    Review the requesting device's location in the iOS app and tap **Allow**.
  </Step>
</Steps>

After logging in, the dashboard shows all vaults across your accounts. You move around using the navigation on the left.

## Finding your way around

<div style={{ display: "flex", gap: "2rem", alignItems: "flex-start" }}>
  <div style={{ flex: "0 0 auto" }}>
    <video controls className="rounded-xl" style={{ maxHeight: "360px", width: "auto" }} src="https://mintcdn.com/deployment-4/S6VAVtOfQHT9gkzq/knowledge-base/images/nav-fixed-dock.mp4?fit=max&auto=format&n=S6VAVtOfQHT9gkzq&q=85&s=a6fbb786108ad6707f83a716191fbb53" data-path="knowledge-base/images/nav-fixed-dock.mp4" />
  </div>

  <div style={{ flex: 1, maxWidth: "300px" }}>
    The navigation is a set of icons on the left, one for each main area. Hover over an icon to see its name.

    <Tip>
      Right-click the navigation to show or hide labels under the icons. With labels on, the area names stay visible without hovering.
    </Tip>
  </div>
</div>

<div style={{ display: "flex", gap: "2rem", alignItems: "flex-start" }}>
  <div style={{ flex: "0 0 auto" }}>
    <video controls className="rounded-xl" style={{ maxHeight: "360px", width: "auto" }} src="https://mintcdn.com/deployment-4/S6VAVtOfQHT9gkzq/knowledge-base/images/nav-slide-out-drawer.mp4?fit=max&auto=format&n=S6VAVtOfQHT9gkzq&q=85&s=24f20c77ccf600e5e0d382534e7d4a67" data-path="knowledge-base/images/nav-slide-out-drawer.mp4" />
  </div>

  <div style={{ flex: 1, maxWidth: "300px" }}>
    Select an icon to open a panel with the pages in that area. The panel keeps the main view clean while you work.
  </div>
</div>

<Steps>
  <Step title="Open an area">
    Select an icon in the navigation. Hover over it first to confirm its name.
  </Step>

  <Step title="Choose a page">
    In the panel, select the page you need. The panel stays open so you can move between pages quickly.
  </Step>

  <Step title="Collapse for more space">
    Select the toggle to collapse or expand the navigation. On mobile, the menu starts collapsed.
  </Step>
</Steps>

## Dashboard

The main dashboard gives you a portfolio-level view of your holdings. From here you can:

* View account-wide and per-vault total balances — see [Reading balances](/knowledge-base/platform/users/reading-balances) for what each number means
* Open any vault to manage its wallets, deposit addresses, and holdings
* Request quotes and execute trades via the RFQ trading system — see [Trading](/knowledge-base/platform/users/trading)

For detailed instructions on creating and managing vaults and wallets, see [Vaults & wallets](/knowledge-base/platform/users/vaults-wallets).

If your organization has stablecoins enabled, the dashboard also lets you mint, redeem, and bridge stablecoins. See [Stablecoins](/knowledge-base/platform/users/stablecoins) for step-by-step instructions.

Depending on your organization's setup, the dashboard can also include **Exchanges** for external trading venues and the **Atlas network** tools **Settle**, **Collateral management**, and **Tri-party**. See [Atlas Network](/knowledge-base/platform/users/atlas-network).

## Operations

The **Operations** page is your audit trail. View, filter, and download pending and past account operations — search by transaction type, date range, or status to find specific activity.

For programmatic access to operations, see [Track operation status](/knowledge-base/platform/developers/move-money/operate/track-status) in the developer docs.

<Tip>
  If past operations won't load, refresh the page with SHIFT held down (a hard reload) to clear the stale view.
</Tip>

## Reporting

The **Reporting** section is where you view monthly statements, download balance and transaction reports, and manage tax documents and cost basis.

* **Statements** are issued monthly and break down your holdings by asset
* **Reports** can be downloaded or scheduled for automatic delivery to recipients
* The **Tax center** lets you supply cost basis information for deposits and manage tax documents like 1099-MISC forms

See [Reporting](/knowledge-base/platform/users/web-dashboard/reporting) for details on each area.

## Developers

The **Developers** section is where you create permission groups, generate API keys, and configure webhooks. See [Get an API key](/knowledge-base/platform/users/web-dashboard/developers).

## Settings

The **Settings** section groups your organization's configuration into a few areas, plus some standalone pages.

Grouped areas:

* **Access control**: **Roles**, **Policies**, and **Team**. Manage users, roles, and approval policies. See [Policies](/knowledge-base/platform/users/policies) and [Managing users](/knowledge-base/platform/users/managing-users).
* **Billing hub**: **Invoices**. View, download, and share custody fee invoices, and manage delivery preferences.
* **Trusted addresses**: **Trusted destinations**, **Trusted sources**, and **Trusted counterparties**. See [Trusted destinations](/knowledge-base/platform/users/trusted-destinations) and [Trusted sources & deposit attribution](/knowledge-base/platform/users/trusted-sources-deposit-attribution).

Standalone pages:

* **Web3 access**: manage approved dApps and Web3 connections. See [Web3 access](/knowledge-base/platform/users/web3-access).
* **Atlas participants**: manage your organization's participants on the Atlas network. See [Atlas Network](/knowledge-base/platform/users/atlas-network).
* **Stablecoin rewards**: configure payout wallets for eligible stablecoins. See [Stablecoin rewards](/knowledge-base/platform/users/stablecoins#stablecoin-rewards).
* **Document delivery**: set up distribution lists for statements, reports, and tax documents per legal entity.

## Where features moved

If you used the previous layout, here's where to find things now.

| Previously                       | Now        |
| :------------------------------- | :--------- |
| Vaults and wallets               | Dashboard  |
| Trading                          | Dashboard  |
| Activity                         | Operations |
| Minting and redeeming            | Dashboard  |
| Statements and reports           | Reporting  |
| Tax center                       | Reporting  |
| Team and policies                | Settings   |
| Trusted destinations and sources | Settings   |
| Invoices and document delivery   | Settings   |
| API keys                         | Developers |
