# Student Portal Home Page

This is the main landing page a student will see upon logging in to their Edusuite UNI account. It provides access to key features and an overview of the student’s academic status, financial records, and tasks.

## Account Menu

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdZhLskZ9_Hg3sYGKRp6UvXCCo7Ew99Gj6dFlCytYxmLRFznAwZZYSrdVOwuaoWxT6QbGxG4_WSs-ZTjtyOuhj-HaVEZna3hxWDRre-pGblrpmhNLS2Te7x5TDwNsN7tANsslOaRA65b7ahQvodtN-CQ0TS?key=DiTHpF8QYb4DpO1yUeUCpQ" alt=""><figcaption></figcaption></figure>

* **Home** – The default landing page after login
* **Profile** – Allows students to view and update their personal information
* **My Grades** – Displays the student's grades

{% hint style="warning" %}
This section will appear grayed out if the student has a hold order preventing grade viewing.
{% endhint %}

* **My Payments** – Provides a summary of the student’s payables, payment history, and assessment details
* **Other Fees** – Displays any additional fees tagged to the student

## Term Selection

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcanR1BIXpufd-WBlwkDIHx8CtcXLrv-At9WrxwrlQJh2C0DL1cs9_bZYVxwOW4pk0jjSxI-zEvkCJUd3bRuFnyPTcEZy-4IIEeOK4POR7E6-a8yNX236__InH4X9VoXJ-ON9gN8QWQJjL0s7kl-yEr5DCx?key=DiTHpF8QYb4DpO1yUeUCpQ" alt=""><figcaption></figcaption></figure>

* Displays data widgets for the selected academic term
* By default, students can view the **previous**, **current**, and **next** terms
* Additional terms will be shown if there are outstanding payables associated with them

## Announcements

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe8m9rIptX010nuWn0eyd4aRMMVJONpjl0k3_3n0W4t7szqxw1lUcc20I87_iD3_awDAakd0fyzg5hrBHxQBtmzyv87Gb_q5T3aK9iCwWo1nxnVlhIqVogPzWUXyyLAEwdMbQ-gIzhJmb47PctiPxKaLLFZ?key=DiTHpF8QYb4DpO1yUeUCpQ" alt=""><figcaption></figcaption></figure>

* Displays official announcements from the school
* An **Enrollment Banner** will appear here during enrollment periods
* An **Enrollment Button** will also be displayed, but will be disabled if the student has an active enlistment hold order

## Tasks

Lists all clearances and hold orders currently assigned to the student

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd-kZF7DnXmldw3-zlzS51n0J1yjYWyncwTKfwF8K3DbiXEJFOvDfhnAk-keeyFi1w9OBtTJByOEpjnVOCk_7peq6rguXTa9BMwh3JPditYfJ3C6mDjWGTMOHOzql07OQJE8W8rOf6Hg4o1t4meAL4iWWM?key=DiTHpF8QYb4DpO1yUeUCpQ" alt=""><figcaption></figcaption></figure>

## Student Widgets

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXciLpPdQSZRba36Za0kg5n3rMYRGsmI7UdGLPeC_6pLvGDL81oLRAO6-xMYhpbNEJlfwsN24EHFvYJs7THYOMFVRJJO5CMBfI8L9aiVkG93Axv8UgTkR5NVDz-Oc5iI-4X7eqhLg11kczAw_dWvb2_oJbfR?key=DiTHpF8QYb4DpO1yUeUCpQ" alt=""><figcaption></figcaption></figure>

* **Classes** – Displays the list of enrolled classes for the selected term, including:
  * Course codes and titles
  * Schedules
  * Grades (if available)
* **Academic Standing** – Summarizes:
  * Total units taken
  * Units currently being taken
  * Remaining units required for program completion


---

# 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://info.edusuite.asia/product-guide-uni/student-home/getting-started-1.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.
