> For the complete documentation index, see [llms.txt](https://userguide.hku.hk/studentportal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.hku.hk/studentportal/dashboard/navigation-menu.md).

# Navigation Menu

<figure><img src="/files/NcF7vlhzb4kpEEjtpOmP" alt=""><figcaption><p>Navigation Menu</p></figcaption></figure>

The navigation menu on the Portal presents a list of common and important links, designed to allow users quick access to frequently used services. By clicking **"Sitemap,"** users can find all available Portal links. &#x20;

It is organized into categories, including:

1. **Student Information System (SIS)**
2. **My Services**
3. **New Students**
4. **Course Enrollment**
5. **Academic Records**
6. **Financial Services**
7. **Timetables**
8. **Online Applications**
9. **Campus Life & Service**
10. **IT Support**
11. **Useful Links & Resources**

This layout ensures a user-friendly experience and easy navigation through the Portal's various services.&#x20;

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

**Sticky Menu**: When you enable this toggle in the "Settings" page, the navigation menu will stay visible on your dashboard at all times. If you disable it, the menu may automatically hide to provide a cleaner view, especially on smaller or narrower screens.


---

# 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://userguide.hku.hk/studentportal/dashboard/navigation-menu.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.
