> For the complete documentation index, see [llms.txt](https://knowledgebase.flaik.com/flaik-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.flaik.com/flaik-knowledge-base/for-administrators/admin-settings-product-settings/incentives/metric-rules/wage-increase-metric-example.md).

# Wage Increase Metric Example

Example configuration for resorts that have a Wage change that is triggered by a metric

## Overview

Instructor wage adjustments can be adjusted via triggering certain metrics.&#x20;

Examples:

1. Employees See a $1.50 increase to their Teaching Wage after working 50 hours
2. Employees see a $5 increase to their non-Teaching wage after Teaching 50 classes
3. Part Time Employees see a wage increase after completing 50 On Shifts
4. Employees earn a $ increase once they are awarded with an approved Certification.

### Daily Flow  - \[Timekeeping/Resort Admins]

1. After finalizing Timekeeping&#x20;
2. Navigate to "People -> Staff Management -> Metric Rule"
3. Press "Calc. metric rules" -> this will take up to 15 minutes
   1. Pressing this forces a manual recalculation of all employee metrics - any employees that have recently achieved one of your metric thresholds will appear here ready for approval
4. Once the Calculation has finished select all the employees you would like and approve their increase.&#x20;

{% hint style="info" %}
Tip: you can save a filter preset to the status "Pending" to view only those that need approval.
{% endhint %}

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2Fa5zmojioIquCviBxiBwY%2Fmetric_navigation.png?alt=media&amp;token=8b8f555a-100d-44e2-ab39-b02babda8909" alt=""><figcaption></figcaption></figure>

### Setup

1. Ensure you have a "Job Title" for each Contract grouping you require.
2. Navigate to: Admin -> Product settings -> Metric Rules
3. Create a new metric rule and give it a name
   1. Choose your Metric to monitor
   2. The value where employees reach the threshold
   3. Wage Increase
   4. Amount of increase
   5. Wage type to apply the increase to
   6. The Job this will be linked to
4. Repeat for each Metric Threshold that is applicable to the Job Title.

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FKBQHym5mnry3xMB6cbKd%2FMetricSetup.png?alt=media&amp;token=048c56da-f936-4e6c-b591-9828b2bdf04f" alt=""><figcaption></figcaption></figure>

### Notes

1. Ensure you understand how your intended Matric is calculated and have reviewed all your configuration for Tasks before implementing.
2. The Calculate metric process allows daily stats to be regenerated - if your rules are incremental and expected to be applied daily - this has to be done daily.
3. Missed Metrics cannot be adjusted historically.  If you miss a metric calculation you will need to make manual adjustments.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledgebase.flaik.com/flaik-knowledge-base/for-administrators/admin-settings-product-settings/incentives/metric-rules/wage-increase-metric-example.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
