# Employee center

### Overview

When you click on the Employee center option, you are simply directed to a screen like the one as shown in the image below:

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

The employee list feature provides a comprehensive list of all employees in the organization, along with key details such as:

* Employee name: This is the name of the employee.
* Department: This is the department to which the employee belongs.
* Salary: This is the employee's salary.

{% hint style="info" %}
In addition to the employee list, this feature also allows you to view more detailed information about individual employees. Simply click on the "**View Details**" button next to an employee's name to access their personal profile.
{% endhint %}

When you click on View details button, you can refer the below mentioned image:

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

When you click on this you are directed to a page like the one mentioned below:

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

Here the first tab is overview, you can see the whole overview of a particular user like his personal information and payment information.&#x20;

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

The second tab is salary detail, here you can create the salary structure or edit or revise it.

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

The third tab is pay slips, here you can check the history of previous pay slips.&#x20;


---

# 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/employee-center.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.
