> 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/travel/explore-the-utm-campus.md).

# Explore the UTM Campus

{% hint style="warning" %}
**Note**

* This page is still a work-in-progress, and as such, some information may be missing. Try checking other pages.
* If you'd like to contribute, email over at **<utmjbc@gmail.com>** or message at our discord via this link. <https://www.discord.gg/YsgQeyntTh>
  {% endhint %}

## Places of Interest

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h2>UTM Recreational Forest</h2></td><td>A 53-hectare hilly nature reserve featuring diverse flora and fauna, herb gardens, and outdoor activities like jungle trekking and camping.</td><td><a href="/files/je4g7b1NWquUDxBJULCu">/files/je4g7b1NWquUDxBJULCu</a></td><td><a href="/pages/gQ2EyCId4UsM0dkfhdNM">/pages/gQ2EyCId4UsM0dkfhdNM</a></td></tr><tr><td><h2>UTM Tropical Park (Taman Tropika)</h2></td><td>It is a 10-acre scenic botanical park located near the campus main entrance. It is at the edge of the lake fronting (Tasik Ilmu), providing a scenic waterfront for kayaking, fishing and recreational activities.</td><td><a href="/files/85x7JAiwPzD4oU9FuL3z">/files/85x7JAiwPzD4oU9FuL3z</a></td><td><a href="/pages/JmR30mHhBBIavhAqrdRj">/pages/JmR30mHhBBIavhAqrdRj</a></td></tr><tr><td><h2>UTM Equestrian Park</h2></td><td>The UTM Equine Park  is Malaysia’s first university-based equestrian center, serving as a premier facility for professional horse-riding training, national-level competitions, and public recreational joy rides.</td><td><a href="/files/nY1qDktDUdGwECIaESYb">/files/nY1qDktDUdGwECIaESYb</a></td><td><a href="/pages/NmiexhmKRJdtooxHyAIM">/pages/NmiexhmKRJdtooxHyAIM</a></td></tr><tr><td><h2>UTM Observatory (Balai Cerap)</h2></td><td>A hilltop astronomical observatory and edutourism hub located at the highest point of UTM, Skudai.</td><td><a href="/files/HKjRv09FVEtoKpX2Ba7M">/files/HKjRv09FVEtoKpX2Ba7M</a></td><td><a href="/pages/OorlTY77ppU3tsnXdmYa">/pages/OorlTY77ppU3tsnXdmYa</a></td></tr><tr><td><h2>UTM Deer Park</h2></td><td>A wildlife sanctuary and recreational site that houses a herd of spotted deer, serving as both a biological research facility and a popular public edutourism spot for animal interaction.</td><td data-object-fit="cover"><a href="/files/jzf3IwMHuYdWZQ2a8xdZ">/files/jzf3IwMHuYdWZQ2a8xdZ</a></td><td><a href="/pages/VWlzxUFMFZQkz6UGRyzA">/pages/VWlzxUFMFZQkz6UGRyzA</a></td></tr></tbody></table>


---

# 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/travel/explore-the-utm-campus.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.
