# View, send or download Payslip

{% hint style="info" %}
You can view, send or download Payslip of an employee only if that employee's payroll is approved.
{% endhint %}

To View an employee Payslip

* Go to Employee
* Click on the employee which you want to view the payslip from the list of employees
* Choose the Payslips tab &#x20;
* Click on View

To send an employee Payslip,

* Go to Employee
* Click on the employee who you want to send the payslip from the list of employees.
* Choose the Payslips tab &#x20;
* Click on Send

To download an employee Payslip

* Go to Employee
* Click on the employee which you want to download the payslip from the list of employees
* Choose the Payslips tab &#x20;
* Click on View
* Click on the pdf icon on the top right corner of the document.&#x20;
* The payslip will be downloaded in pdf format


---

# Agent Instructions: 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:

```
GET https://docs.simpleaccounts.io/product-guides/master/employee/view-send-or-download-payslip.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
