# Permission

### Create Employee User <a href="#create-employee-user" id="create-employee-user"></a>

The admin can create a employee from the **Permission** menu.

Go to **Helpdesk** and open **Permission** menu, Go to **Users** tab.

Click on **+User** for creating new employee.

Fill in all required details and Click on **Save**.

After saving the form, a email notification will be sent to the employee with login credentials. The most recently created user will be shown at the top.

Admin can delete, edit and view user when click on 3 dot action.

### Create Role <a href="#create-role" id="create-role"></a>

Go to **Permission** and click on **Role.**

Click on **+Role** button.

Enter **Role Name** and **Permission** and click on **Save** button

A New **Role** is added at the top.

### Create Team <a href="#create-team" id="create-team"></a>

Admin can create team from team.

Go to **Permission** and jump to **Team.**

Click on **+Team** button to create team

Enter **Team Name** and **Users** which you want to add in the team (Here shows only those users which are mapped in user mapping)

A New **Team** is added at the top

### Give Permission to User or Team <a href="#give-permission-to-user-or-team" id="give-permission-to-user-or-team"></a>

Admin can give access of helpdesk app to individual or team.

Go to **Permission** and jump to **Permission**.

Click on **+Permission**.

Select Individual user or team and assign role which you want and click on **Save**.

### Edit User Permission <a href="#edit-user-permission" id="edit-user-permission"></a>

Admin can choose to edit the user permission that he was created.

To edit user permission.

Make the necessary changes and click **Save.**

### Delete User Permission <a href="#delete-user-permission" id="delete-user-permission"></a>

User permission once added can be deleted if no longer necessary

To delete user permission.

Give your confirmation in the popup and the record will be deleted.

### View User Permission <a href="#view-user-permission" id="view-user-permission"></a>

You can choose to view the user permission that you have created.

To view user permission

Click on the Action (3 vertical dots) for the record which you would like to view and click the **View** button.

You can see all details of **User Permission**.


---

# 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.aiflo.app/helpdesk/permission.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.
