> For the complete documentation index, see [llms.txt](https://metfone.gitbook.io/sis-guidelines-system-admin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metfone.gitbook.io/sis-guidelines-system-admin/schools-management/edit-school.md).

# Edit School

1. At the School Information screen, click the Edit icon or school ID to display the Update School Information screen

<figure><img src="/files/0YDFhv8Y1qQKjvpEkEjz" alt=""><figcaption></figcaption></figure>

2. At the Update School Information screen, users proceed to edit the information as necessary in the correct format.

<figure><img src="/files/3TQl7z1Xf3xJzVaQlXwB" alt=""><figcaption></figcaption></figure>

* Enter complete information in fields marked with " \* "

<figure><img src="/files/Tjp9FtBU7sfbvXDH1Irx" alt=""><figcaption></figcaption></figure>

3. Save

* After editing school information, click the Save button to save the newly edited information.
* The newly edited school information will be saved in the database and displayed on the School Management screen.

Note:

* In case the user enters invalid school information, the system will display the corresponding message:

\+ If the user leaves the required fields blank, the system will display the message "This field is required. Please enter a value."

\+ If the user enters an email in the wrong format, the system will display the message "Invalid email format, please enter a valid email address."

**Reset password**

1. At the Update School Information screen, click the Reset password button to display the Reset password popup.

<figure><img src="/files/iYTyyQAJGLwqSJalYpWi" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/JEAYafzYgnzL8frAEEzT" alt=""><figcaption></figcaption></figure>

2. The user enters a new password and re-enters the new password in the correct format.
3. Save:

* After entering the new password and confirming the password is valid. The user clicks the "Save" button to save the newly created password.

Note:

* In case the user enters the password in the wrong format, the system will display the following message:

\+ If the user leaves the password field blank and confirm password, the system will display the message "This field is required. Please enter a value."

\+ If the user enters a password in the wrong format, the system will display the message "Invalid password format."

\+ If the user re-enters a password that does not match the new password, the system displays the message "Password not matching, please try again."


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://metfone.gitbook.io/sis-guidelines-system-admin/schools-management/edit-school.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
