# Salary Group

Creating and managing salary groups in Digital HR is essential for effectively organizing and applying salary components to different sets of employees. This section explains how to create salary groups, select salary components, and assign employees to these groups.

**Creating Salary Groups**

1. **Create Group Name:**
   * Navigate to the Payroll Settings menu and click on "Salary Groups."
   * Click on "Add New Group" to start the creation process.
   * Enter a **Group Name** that clearly identifies the group, such as "Engineering Team," "Sales Team," or "Management."
2. **Select Salary Components:**
   * Choose the salary components that will apply to this group from the list of previously created components.
   * Each component, such as Basic Pay, Housing Allowance, and Health Insurance, should be selected based on the compensation structure for the group.
3. **Assign Employees to the Group:**
   * Add employees to the group by selecting them from the list of all employees.
   * This step ensures that the chosen salary components are linked and applied to these employees' payroll.

#### tep-by-Step Guide to Setting Up Salary Groups

1. **Navigate to Salary Groups:**
   * Go to the Payroll Settings menu within Digital HR.
   * Click on "Salary Groups."
2. **Add New Group:**
   * Click on "Add New Group."
   * Enter the **Group Name** in the provided field.
3. **Select Components:**
   * You will see a list of available salary components created earlier.
   * Select the components you want to include in this salary group.
4. **Assign Employees:**
   * Select employees to be part of this salary group.
   * Select the relevant employees from the auto fill dropdown.
5. **Save the Group:**
   * Once all components and employees are selected, click on the "Save" button to create the salary group.

#### Example of Creating a Salary Group

1. **Group Name:** Sales Team
   * **Selected Components:**
     * Basic Salary
     * Sales Commission
     * Transport Allowance
     * Health Insurance
   * **Assigned Employees:**
     * John Doe
     * Jane Smith
     * Emily Johnson


---

# 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://cyclone-nepal.gitbook.io/digital-hr-user-manual/payroll/payroll-settings/salary-group.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.
