> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-work/department-management/job-level-rank-setting.md).

# Job Level/ Rank Setting

* Payroll management supports adjusting salaries based on job levels, ensuring the company uses a unified salary standard. This function addresses the impact of different employee types, job levels, and salary adjustments on salary calculations in corporate salary management.
* First, you need to define the job level system, then design the salary structure, and finally design the salary adjustment mechanism.

### 1. Setting Ranking

* There are two locations in the system where you can set job levels: 1. \[Rank Management] entry / 2. \[Payroll Management] entry

#### 1.1 \[Job Level Management] Entry Point:&#x20;

* Operation steps: \
  ① \[Department] > \[Rank Management] > \[Manage Rank Channels] > \[Add Rank Channel] > Fill in the Rank channel name > Click "Confirm" \
  ② \[Department] > \[Rank Management] > \[Add Job Level] > Fill in the job level information > Click "Save"

<figure><img src="/files/Kj9FRvSlqeqi6erLcYW3" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7mBQg07F5pzzt2oPB9y0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/hBQ6KRcBKI5M6ieaCtea" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/M07l2nmMI6odkf99tFCL" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/OFh2xAaNZHleXD9vLDrr" alt=""><figcaption></figcaption></figure>

#### &#x20;1.2 \[Payroll Management] Entry Point:

* Operating Steps:\
  ① \[Payroll Management] > \[Payroll Data] > \[Salary Standards] > \[Set Job Rank]\
  ② Enter \[Rank Management] > \[Manage Rank Channels] > \[Add Rank Group] > Fill in the job rank channel name > "Confirm"

<figure><img src="/files/lIP9u4wB4LmEUNHPg2Ra" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/XUEbiOW1j8VJE6sWisZl" alt=""><figcaption></figcaption></figure>

### 2. Setting Salary Levels&#x20;

* Operating Steps: \
  ① Return to the "Payroll Data" page. The job level system you just created will be automatically synchronized, and three salary levels will appear by default.\
  ② If you need more levels, you can click "Set Salary Levels," modify the "Number of Salary Levels," and also modify the "Salary Level Names." Finally, click "Confirm." \
  ③ After confirming the salary levels, you can edit the fixed salary for each job level's corresponding salary level. \
  ④ Operating Steps: \
  \[More Functions] > \[Online Editing] > \[Modify Fixed Salary] > \[Save and take into effect]

<figure><img src="/files/NpjuoAHLaO9wEQnI3vYS" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/wJwMZgw4NABUuNr8kcuB" alt=""><figcaption></figcaption></figure>

### 3. Processing Salary Adjustments&#x20;

* Operating Steps: \
  ① \[Current Salary] > \[Process Pay Adjustment] > \[Single Adjustment]\
  ② Enter the salary adjustment page, select the "Fixed-Salary Ranks" for the employee, you can also modify the salary after the adjustment, fill in the relevant information, and then click "Save". \
  ③ At this point, the employee's salary has been determined. The next step is to add them to a salary group and calculate the salary according to the salary template.\
  ④ When calculating salaries, if an employee's job rank or level changes within the same month, the salary will be automatically calculated according to the rules.

<figure><img src="/files/hNJ1CKKN8iVgcDBIccjX" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5Ms4XHb9GYHHNUdTntg5" alt=""><figcaption></figcaption></figure>


---

# 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://docs.coreway.com/yoov-work/department-management/job-level-rank-setting.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.
