> 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/payroll-management/generate-tax-forms.md).

# Generate Tax Forms

* After generating the payroll and completing the verification, you can click \[Generate Tax Forms] to create an electronic file for submission to the tax authorities.
* Upon clicking, the system will redirect to a new page where you should select the company for configuration.

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

### 1. Tax-Related Settings

* The administrator must first confirm whether the company's basic information is correct on the Tax-Form Setting page. If there are discrepancies, please click \[Edit] to make changes.
* Since the wage item classifications set by the company may differ from the default classifications in the tax bureau's tax return, the administrator is also required to verify the meaning of each wage item in the tax income fields. The administrator should click \[Edit], select the appropriate wage items for each field, and then click \[Save].
* The same content can be copied to this current form by clicking \[Copy].

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

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

### 2. Tax Form Management

① The system page allows you to select the tax forms to be filled out, such as: New Hire, Termination, Departure, and Compensation. After making your selection, please click \[Add Form]. Ensure that the salary items for the IR56 form are matched correctly first.\
② \[Fill Out Form Data] Please fill in the relevant information on the page, and after confirming that everything is accurate, click \[Next].\
③ \[Select Method] There are two methods to import the employees' tax data: **from the system or from Excel.** After the administrator makes a selection, please click \[Next] to add employees.

* From the System:\
  The administrator needs to select employees on this page. After selection, they will appear in the \[Selected] field. Once confirmed, click \[Next].

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

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

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

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

* From Excel:\
  The administrator should first download the Excel file and fill it out. After filling it out, click \[Choose File] to upload the document to the system, then click \[Next].

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

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

④ On Salary Report page, please click \[Generate Form] to create the tax form. Once generated, you can click \[View Form] to check the tax return. After confirming that everything is correct, please click \[Save].

* If the administrator has doubts about the compensation data generated by the system, they can click \[Before Mapping] and \[Mapped] for comparison.
* \[Mapped] refers to the data obtained after the administrator completes the matching in the tax-related settings.
* If the administrator wants to review the pairing of wage items and tax forms, they can click \[Pay Item Mapping Table].

<figure><img src="/files/83CsS8hCPCWnDSua7Q2L" 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/payroll-management/generate-tax-forms.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.
