# Staff

### **Add New User**

* Click + Add New
* Add user details in the Information tab
* Set user permissions in the Permissions tab
* Click Submit

<figure><img src="/files/RIKkHCk9ldT4PrTIN0J7" alt=""><figcaption><p>Adding a new user</p></figcaption></figure>

### **Upload Staff CSV**

To add multiple users at once you can use our Upload CSV feature

* Click the ellipses button next to the Add New button
* Click Upload CSV
* This will take you to our Upload CSV page. For more information on the Upload CSV page read our guide [here](/admin/walkthrough/features/upload-csv.md)

### **Invite User**

* Click Invite
* Either use the Invite with email option to invite multiple users at once or use the Invite with link option to send an individual link to a staff member
  * Invite with email: enter multiple email addresses separated by commas into the text box and click Submit
  * Invite with link: click Create link, click Copy link and send to your staff member
  * When a user is invited, they will be instructed to set their basic details (name, username and password). The created user defaults to the Staff role. Any permissions that need to be set for the user will have to be set after their account is created

<figure><img src="/files/DNrqjGPrBsBz5JKRKao5" alt=""><figcaption><p>Inviting a user</p></figcaption></figure>

### **Edit User**

* In the Active tab, click the ellipses on the right side of the table for the corresponding user
* Click Edit
* Make any necessary changes to the user
* Click Save

<figure><img src="/files/itzuRE3wwIKZymUPwdTx" alt=""><figcaption><p>Editing a user</p></figcaption></figure>

### **Reset Password**

* In the Active tab, click the ellipses on the right side of the table for the corresponding user
* Click Reset Password
* Either use the Reset via Email option or the Manual Reset option
  * Reset via Email: sends an email with a link to the user to reset their password
  * Manual Reset: sets a temporary password for the user which will be required to be changed once they log in

<figure><img src="/files/EsNYN61cn1xu8XJvAenF" alt=""><figcaption><p>Reseting a user's password via email</p></figcaption></figure>

### **Delete User**

* In the Active tab, click the ellipses on the right side of the table for the corresponding user
* Click Mark for Deletion
* In the Marked for Deletion tab, click the ellipses on the right side of the table for the corresponding user
* Click Delete Permanently
  * If you need to delete all users marked for deletion click the red Delete All Permanently button

<figure><img src="/files/yoAQdj50dS21pRI9JP4K" alt=""><figcaption><p>Deleting a user</p></figcaption></figure>

### **Download Staff CSV**

If you need to export a spreadsheet of all your staff you can do this with our Download CSV feature

* Click the ellipses button next to the Add New button
* Click Download CSV


---

# 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://guides.rcahousepoints.com/admin/walkthrough/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.
