> For the complete documentation index, see [llms.txt](https://utmwiki.rahbab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utmwiki.rahbab.com/readme.md).

# Welcome to UTMWiki

#### by UTM Johor Bahru Community

An **unofficial**, student-run hub of resources, guides, and tips — <mark style="background-color:$danger;">built by students, for students.</mark>

Free to Use, Free to Contribute!

<a href="/pages/o2sEULZWOvlRuXTbSWT3" class="button primary" data-icon="planet-moon">Get Started!</a> <a href="/pages/VTrna3YWHV2s5ZBcmoc9" class="button secondary" data-icon="circle-plus">Want To Contribute?</a><a href="/pages/EebGIEtNCnrHDZ7clzrd" class="button secondary" data-icon="circle-info">About this page</a>

<h2 align="center">Join a community of over 1300+ students!</h2>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-discord">:discord:</i></h4></td><td><strong>Discord Community</strong></td><td>Join our <strong>student-only</strong> Discord to get help, discuss entertainment, culture and vibe with over 1000 like-minded students!<br><br>Everyone's here! Locals, Internationals and Alumni!</td><td><a href="https://discord.gg/vuGTVyFgck" class="button primary" data-icon="discord">Join Discord</a></td><td></td></tr><tr><td><i class="fa-reddit">:reddit:</i></td><td><strong>Reddit Community</strong></td><td>Want something like forums? Look no further!<br>r/UTMJohor is the place to ask.</td><td><a href="#utm-johor-bahru-community" class="button primary" data-icon="reddit-alien">Visit Subreddit</a></td><td></td></tr></tbody></table>

{% embed url="<https://discord.com/widget?id=1407328981929431071&theme=dark>" %}


---

# 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://utmwiki.rahbab.com/readme.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.
