# Subjects

From the Main screen, you can search and view, add new, edit or delete a specific school subject.

<figure><img src="/files/5jYfkDHYwgVIE5ca48pj" alt=""><figcaption></figcaption></figure>

* **Add a new subject**

1. To add a new subject, click button "Add new"

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

2. System should pop up an Add New Subject screen, enter value that meet system requirements in these fields

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

*\*Note: Fields mark with \* must not be left blank.*

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

3. After fulfilling fields, click "Save" button

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

4. System should save successfully and display just-new creating subject in the list

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

* **Edit a subject**

1. To edit a subject, click icon pen as below. Should pop up an Edit Subject screen

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

2. Make any necessary changes and then click "Save" button

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

*\*Note: Do not left blank in fields marks with \*.*

<figure><img src="/files/9i9Jycp6q5LtJCihZ9f6" alt=""><figcaption></figcaption></figure>

3. System should save successfully

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

* **Delete a subject**

1. To delete a subject, click icon bin as below

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

2. You should see a confirmation to delete, click "Delete" button

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

*\*Note: Before deleting, system will automatically check if the selected subject is being used or not. If so subject cannot be delected and will pop up a notification saying "Delete not successfully. This subject is in use."*

3. System should delete successfully

<figure><img src="/files/vuJgCWb2eQLWanktdUrD" alt=""><figcaption></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://metfone.gitbook.io/sis-guidelines-system-admin/data-dictionary/academic-data/subjects.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.
