# Payroll Manager

### Overview

When you click on the Payroll Manager option, you are simply directed to a screen like the image mentioned below:

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

This page displays employee payroll details for the current month, including:

* Employee Net Pay: This is the total amount of money paid to all employees in a month.
* Payment Date: This is the date when salaries were given to the employees.
* No. of Employees: This is the total number of employees working in the organization.

{% hint style="info" %}
You can also view data for previous months by clicking on the "**history**" button. This allows you to access previous payroll data and compare it with the current month's data.
{% endhint %}

To check more information you can click on View details option:

&#x20;

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

When you click on view details option, A page will appear which looks like the one mentioned below:&#x20;

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

This page contains regular payroll details for an organization. The following information is provided:

* Total Payroll Cost: This is the total amount of money paid as salaries to all employees in the organization.
* Employees Net Pay: This is the total amount of money paid to all employees in a month.
* Payment Date: This is the date when salaries were given to the employees.
* Taxes & Deductions: These are the deductions made from employees' salaries.
* All Employees : This is a list of all employees in the organization, along with their names, number of paid days, pay slip, and payment mode.


---

# 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.7sales.7system.in/7salesdocs/payroll/payroll-manager.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.
