> For the complete documentation index, see [llms.txt](https://nusc-wiki.gitbook.io/nusc-wiki-23-24/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nusc-wiki.gitbook.io/nusc-wiki-23-24/nusc-wiki-23-24.md).

# NUSC Wiki 23/24

{% hint style="warning" %}
Please note: information will slowly be rolled out on this site. Stay tuned!
{% endhint %}

### Quick Navigation

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Community Life</strong></td><td><a href="/pages/wF9YbKpSkpxeKtWHe4KD">/pages/wF9YbKpSkpxeKtWHe4KD</a></td><td><a href="/pages/baWCPaJrZQvpMB5BVWhR">/pages/baWCPaJrZQvpMB5BVWhR</a></td><td><a href="/pages/0yZoI5ISkfTMzySxm1lP">/pages/0yZoI5ISkfTMzySxm1lP</a></td></tr><tr><td><strong>NUSC</strong></td><td><a href="/pages/r3qZxiR6eEnbC1AMtEaS">/pages/r3qZxiR6eEnbC1AMtEaS</a></td><td><a href="/pages/Ir0KZTzmIo4bYeXRXKH3">/pages/Ir0KZTzmIo4bYeXRXKH3</a></td><td></td></tr><tr><td><strong>Academics</strong></td><td></td><td></td><td></td></tr><tr><td><strong>Student Affairs</strong></td><td><a href="/pages/YX4qcRAAxsPU0MYiUkO0">/pages/YX4qcRAAxsPU0MYiUkO0</a></td><td></td><td></td></tr></tbody></table>

## NUSC Wiki Archives

<details>

<summary>Archives</summary>

Here are glimpses of the past:

[USC WIKI 21](https://nusc-wiki.gitbook.io/usc-wiki-21/)

[NUSC WIKI 22/23](https://nusc-wiki.gitbook.io/nusc-wiki-22/)

</details>

## About NUSC Wiki

This version of NUSC Wiki was created by Hasel Soh (@haselsoh) on Telegram. NUSC Wiki is run by the Special Projects Team under the Presidential Directorate.&#x20;


---

# 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://nusc-wiki.gitbook.io/nusc-wiki-23-24/nusc-wiki-23-24.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.
