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

# Quickstart: Look up rates in Portal

> Log in to MWF Portal and run your first rate lookup. Covers authorization keys, Maps single-address search, optional Batch CSV import, and next steps.

Minimum Wage Finder (MWF) Portal provides a user interface to return up-to-date minimum wage rates for employees using Maps and Batch. This guide walks a new Portal user through logging in and running a first rate lookup.

Building your own integration instead? See the [Quickstart: Call the MWF API](/mwf/getting-started/api-quickstart). For a comparison of the two, see [Portal vs. API](/mwf/overview/portal-vs-api).

## Before you begin

You'll need an authorization key to log in to Portal. If you don't have one, contact your Symmetry Client Success representative or reach out through the [Client Support Center](https://support.symmetry.com).

See [Prerequisites](/mwf/getting-started/prerequisites) for the account setup your administrator needs to complete, and the entitlement that controls whether rates are returned at all.

<Warning>
  You will have different authorization keys for the production and staging environments.
</Warning>

***

## Step 1: Log in

Navigate to Portal and enter your authorization key on the landing page.

* **Production:** [https://minimumwagefinder.symmetry.com](https://minimumwagefinder.symmetry.com)
* **Staging:** [https://minimumwagefinder-staging.symmetry.com](https://minimumwagefinder-staging.symmetry.com)

[<img src="https://mintcdn.com/symmetry-prod/iQnpDJuhlimWxDgw/mwf/assets/images/6814749702420.png?fit=max&auto=format&n=iQnpDJuhlimWxDgw&q=85&s=5887e179f4cc6f8d3b559d060662620b" alt="The Minimum Wage Finder Portal landing page with the authorization key field" width="1250" height="701" data-path="mwf/assets/images/6814749702420.png" />](/mwf/assets/images/6814749702420.png)

***

## Step 2: Run your first maps lookup

Maps returns minimum wage rates for a single work address and shows the geospatial boundaries that apply to each rate.

1. Navigate to the **Maps** tab.
2. Enter a work address into the search pane and click **Find minimum wage**.
3. Expand the location portlet on the left side of the application to review the normalized address, geocoordinates, and every minimum wage rate returned for that location, one row per applicable authority (federal, state, county, city).

See [Authority levels](/mwf/core-concepts/authority-levels) to understand why more than one rate can be returned for the same address, and [Maps](/mwf/portal/maps) for map display settings.

***

## Step 3: Run your first batch (optional)

Batch returns minimum wage rates for multiple work addresses at once, either from a CSV upload or entered manually.

1. Navigate to the **Batch** tab and click **Import batch** to upload a CSV of work addresses, or click **New batch** to enter addresses manually.
2. Click **RUN** on the batch to process every address in it.
3. Once the batch status shows **Done**, click the results button to view the minimum wage rate for each address, and download the results as a CSV.

See [Batch](/mwf/portal/batch) for the full batch creation and import walkthrough.

***

## Next steps

<CardGroup cols={2}>
  <Card title="Rate types" icon="tags" href="/mwf/core-concepts/rate-types">
    Work out which of the returned rates applies to a specific employee.
  </Card>

  <Card title="Data and accuracy" icon="location-dot" href="/mwf/overview/data-and-accuracy">
    Override the geocoordinates for a location that resolves to the wrong place.
  </Card>
</CardGroup>

More references:

* [Address exceptions](/mwf/portal/address-exceptions)
* [Rate types](/mwf/core-concepts/rate-types)
