> For the complete documentation index, see [llms.txt](https://docs.7sales.7system.in/7salesdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.7sales.7system.in/7salesdocs/payroll/statutory-components/epf.md).

# EPF

### What is EPF?

EPF is a mandatory savings scheme for employees, governed by the EPF Act. Both the employer and employee contribute a certain percentage of the employee's salary to the EPF account. The accumulated funds serve as a retirement savings corpus, providing financial security to employees after their working years.

You can manage it by clicking the manage button over there, When you click on that you are directed to a screen like the below mentioned one:

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

Employees Provident Fund is a saving fund that accumulates during the employment tenure of an employee. Its objective is to manage the provident fund of the government and private sector employees, helping them financially on their retirement.\
\
**Employers and Employee contribution for EPF**

Employer and employee both will contribute equally. Employer pays 12% of the basic salary and the same is paid by the employee. From the employer’s share of contribution, 8.33% is contributed towards the employer’s Pension Scheme and the remaining 3.67% is contributed to the EPF Scheme.&#x20;

In case of a small establishment, the employer contributes 10% of the basic salary.<br>


---

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