# Introduction

This document covers the summary of some courses and materials that are not covered at lecturers' PPT or other review materials.

* [official pages](https://notes.xjtlu.moe/)
* View at [Gitbook](https://www.gitbook.com/book/xjtlu-lug/ics-notes/details)
* view at [Github](https://github.com/xjtlu-lug/ics-notes)

## Call for Contribution

Feel free to contribute, you can:

* correct typos/incorrect explantions
* submit your own review materials
* ...

## File Structure

Something looks like:

```
.
├ book.json
├ README.md
├ SUMMARY.md
├ year1/
|   ├ README.md
|   └ courseID-courseName.md
└ year2/
    ├ README.md
    └ courseID-courseName.md
```

eg. `cse207-software-engineering.md` is a review material for CSE207 Software Engineering

## The reason for this repo

* Multi-choice questions of exam are not listed at the past year paper database
* Reduce the cost of finding answers from books
* save students' time (so we can do something more meaningful)
* A lot of teachers just gave the questions without answers or points without giving explanation (which are annoying).

## Disclaimer

The materials are based on persoanl experience/opinion. Use at your own risk.

## Community Support

Checkout our [telegram-channel](https://t.me/xjtlu_lug) and join our chat with [this link](https://t.me/joinchat/G5DgZEdMURjTiSqer8PczQ)


---

# 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://xjtlu-lug.gitbook.io/ics-notes/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.
