# Useful information for new and current MPhil and PhD students in CS @ HKU

**ABSTRACT**: The purpose of this document is to provide useful information to newcomers as well as existing research students: general advice about how to do research, how to be effective in communication, how to manage your time etc. It also contains some HK- and HKU-specific information, e.g. student course reviews to help others with the course selection for study or TA duties.

This document is free to be edited by anyone, like Wikipedia, so that it is always up to date. A few rules:

1\) **CONTRIBUTE!** If there is useful information missing, feel free to add it.

2\) **ASK OR COMMENT!** Open an issue and feel free to ask about anything or comment on the information provided. Someone will reply to you and it will be archived for future students.

3\) **BE HONEST!** Imagine if you were to give advice to yourself when you first arrived in Hong Kong and started your degree.

[![CC BY-NC-SA 4.0 License](https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-sa.png)](https://github.com/tomtau/hku-student-info/blob/master/LICENSE)


---

# 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://tomtau.gitbook.io/cs-hku-research-student-useful-info/master.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.
