> ## 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.

# Standalone MWF or PRP add-on

> The same minimum wage data reaches you two ways: as Symmetry Minimum Wage Finder, or as an add-on to Payroll Point. How the surfaces and endpoint paths differ.

The same minimum wage data is available two ways. The rates, the Portal, and everything in these pages are identical either way. The one thing that changes is the endpoint path.

|                | Minimum Wage Finder                                    | Payroll Point add-on                                               |
| -------------- | ------------------------------------------------------ | ------------------------------------------------------------------ |
| **What it is** | A standalone product for minimum wage rates            | Minimum wage rates layered onto Payroll Point lookups              |
| **Best when**  | You want rates on their own, with no tax determination | You already use Payroll Point and want rates alongside tax results |
| **Portal**     | Maps, Batch, and Wage Rates                            | The same tabs, alongside Payroll Point's tax results               |
| **API paths**  | `/mwf/...`                                             | `/prp/v1/minimumwage/...`                                          |

## One Portal, two entitlements

Both are the same Portal application. What you see depends on what your organization has licensed:

* With minimum wage licensed, the **Wage Rates** tab appears, and rates are returned in Maps and Batch results
* With tax rates licensed, Payroll Point's tax determination appears
* With both, you get both in the same session

If your organization has minimum wage but not tax rates, the Portal presents itself as Minimum Wage Finder. That is the standalone product.

<Note>
  Not seeing the Wage Rates tab, or getting no rates back? Minimum wage is licensed separately in both cases. Contact your Symmetry Account Executive, or reach out through the [Client Support Center](https://support.symmetry.com).
</Note>

## The endpoints differ

This is the part worth checking before you write any code. The rate endpoints are the same in behaviour and response shape, and different in path.

| Purpose                               | Minimum Wage Finder           | Payroll Point add-on                      |
| ------------------------------------- | ----------------------------- | ----------------------------------------- |
| Rates for a location                  | `GET /mwf/v1/location`        | `GET /prp/v1/minimumwage/location`        |
| Rates for a location, current version | `GET /mwf/v2/location`        | `GET /prp/v2/minimumwage/location`        |
| Rates for an `mwUid`                  | `GET /mwf/v1/id`              | `GET /prp/v1/minimumwage/id`              |
| Rates across a date range             | `GET /mwf/v1/rates/effective` | `GET /prp/v1/minimumwage/rates/effective` |

Swap the prefix and everything else holds. Authority levels, wage categories, industry and attribute variants, inheritance rules, the `mwUid` format, and the response shape are identical.

So these pages apply whichever one you have. The only thing to carry across is the path.

For how rates appear alongside tax results in a Payroll Point lookup, see [Minimum wage add-on](/prp/overview/mw-add-on).
