> 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/create-school.md).

# Create School

1. Users log in to the SIS website with the Super admin account.
2. On the menu, select the School Management function to enter the School Management screen.

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

* At the school management screen, users can search, add new, edit, and delete schools.

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

3. Users click on the Add New button to add a new school.

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

4. Enter school information:

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

<figure><img src="/files/2ylQUBecfjWqunk2Cpfn" alt=""><figcaption></figcaption></figure>

5. Save:

* After entering all school information, click on the "Save" button to save the school information.
* The newly created 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."

\+ 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."

Note:&#x20;

* If you enter the wrong phone number: Display toast: Phone number must belong to Metfone -network.&#x20;
* Users can view valid phone numbers by clicking on the Phone number icon.

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


---

# 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/create-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.
