# Guardians

### **Add New User**

* Click + Add New
* Add user details
* Click Submit

<figure><img src="/files/n1ukbcdfiLWXNGurvw5d" alt=""><figcaption><p>Adding a new guardian</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/7WBby00X436sOeCp3tWp" alt=""><figcaption><p>Editing a guardian</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/HxBF9cxibQVrCglbYsp0" alt=""><figcaption><p>Resetting a 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/o44xlL5yPBcnLoLDkWRF" alt=""><figcaption><p>Deleting a guardian</p></figcaption></figure>

### **Download Guardian CSV**

If you need to export a spreadsheet of all your guardians 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/guardians.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.
