# Payroll Analytics

### Overview

Payroll Analytics can provide monthly valuable insights in the form of graphs.

When you click on Payroll Analytics option you are directed to a screen which looks like the one which is shown in the below image:

<figure><img src="/files/4PGoQiOwheE9hLVecoUB" alt=""><figcaption></figcaption></figure>

This page provides monthly payroll data for an organization. The following information is included:

* 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.
* Eligible Employees: This is the number of employees who are eligible for pay in a month. An employee is eligible if they have worked for more than one day.
* Monthly payroll graph: This graph displays the history of net pay for each month.


---

# 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-analytics.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.
