# Manage Staff

### Staff Management

The admin can add and manage the Staff from the Admin Panel.

<figure><img src="/files/0gXpsPCWro1iQ2yNCCRq" alt=""><figcaption><p>Staff Management</p></figcaption></figure>

### Staff Management Overview

The details of Staff that are displayed in an Admin Panel are listed below:

* **Name:** This section shows the name of the staff member.
* **Email:** This section displays an email of the added staff member.
* **Phone Number:** This section shows the phone number of the staff member.
* **Role:** From this section, we can know the role of the staff member which also helps us to know the access and permission of that particular staff member.
* **Last Login:** This section provides the login details of the staff member.
* **Active:** Using this section the Admin can enable or disable the staff member from the portal according to the staff member's availability and requirement.
* **Actions:** This section has two buttons which are mentioned below with their functions:
  * **Edit:** This button is used by an Admin to update the details of the staff member.<br>

    <figure><img src="/files/FsyId220QhcH05hZV3I5" alt=""><figcaption><p>Update Staff Details</p></figcaption></figure>
  * **Delete:** This button is used to delete the staff members which will lead to removing all the permissions, details and access of that member. Just click on the "Delete" button and enter the phrase shown in the dialogue box to confirm the deletion of that member.<br>

    <figure><img src="/files/QqM2AAbyRPAg0j0jtT8D" alt=""><figcaption><p>Delete Staff</p></figcaption></figure>

### More features of Staff Management

In the header of the Staff Module in an Admin Panel, the admin has the following features:

1. **Choose Role:** This feature works like a filter, if the admin selects any particular role he/she will get the list of Staff with that same role.
2. **Search Staff:** The admin can directly enter the name of the Staff to search for any particular staff. The list will show only that staff whose name is searched by an Admin.<br>

   <figure><img src="/files/xDoleot0yg7YmWtJsucT" alt=""><figcaption><p>Choose Role and Search Staff</p></figcaption></figure>
3. **Add Staff:** The admin can add new staff with a defined role using this function in the Admin Panel.<br>

   <figure><img src="/files/WcCicbTt4r7zhEtd8pc1" alt=""><figcaption><p>Add Staff</p></figcaption></figure>


---

# 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.arthajobboard.com/admin/manage-data/manage-staff.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.
