> For the complete documentation index, see [llms.txt](https://help.allwage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.allwage.com/modules/payroll/employee-information/move-employees-between-pay-runs-for-the-same-company.md).

# Move employees between pay runs for the SAME company

{% hint style="warning" %}
Make sure that the previous Payslip run is complete and that you have finalised the last run that they have been paid for before moving them. If the last pay run that they were paid for from the initial company is not yet finalised you will need to finalise it first.\
\
Not all the templates will be moved along with the employee, please generate a [Cost report ](/modules/payroll/recurring-pay-runs/current-pay-run.md#cost-report)before you start the process.
{% endhint %}

### Remove the employee from the current pay run

1. Navigate to Payroll, [Pay Runs](https://app.allwage.com/#/payroll/templates).
2. Go into the pay run the employee is in.
3. Use the checkbox next to the employees name and select the employee.
4. In the special selection menu click on the **trashcan** next to Manage Payslip.
5. Please refresh your chrome browser.

View our full guide to remove employees [here](#remove-the-employee-from-the-current-pay-run).

### Add the employee to the new Pay Run

1. Navigate to Payroll, [Pay Runs](https://app.allwage.com/#/payroll/templates).
2. Select the new pay run that this employee should go into.
3. Click on Add employee.
4. Click on the + next to No Employee linked.
5. Search and select the relevant employee.
6. You can use the pencil to edit the templates for this employee and make sure to add the template that is applicable to this employee.
7. Click on Add.

View our full guide to add employees [here](#add-the-employee-to-the-new-pay-run).

{% hint style="warning" %}
Please remember that not all his templates will move with him, only the rate stays in place. Please make sure to load all the templates applicable to the employee and to check the leave policy linked to this employee.
{% endhint %}


---

# 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://help.allwage.com/modules/payroll/employee-information/move-employees-between-pay-runs-for-the-same-company.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.
