> For the complete documentation index, see [llms.txt](https://time-series-features.gitbook.io/research-resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://time-series-features.gitbook.io/research-resources/advice/sydney.md).

# Sydney

### Accommodation

The first place to look is the summary (focused on longer-term stays) provided [by Sydney Uni](https://sydney.edu.au/campus-life/accommodation.html), which includes a [list of options for off-campus housing](https://sydney.studystays.com.au/).

#### Short-term accommodation in Sydney

Especially off-season, many of the residential colleges often have spare rooms that visitors can use. Try [emailing the accommodation team](mailto:accommodation.info@sydney.edu.au), or emailing specific colleges directly, e.g., from [this list](https://sydney.edu.au/campus-life/accommodation/live-on-campus/camperdown-darlington/residential-colleges.html) of current Sydney University colleges.

Nearby:

* [Unilodge, Broadway](https://www.unilodge.com.au/unilodge-on-broadway-sydney)
* [Campus Living Villages](https://www.mystudentvillage.com/university/university-of-sydney/)
* [Urbanest](https://urbanest.com.au/sydney/)

Cheaper options (including flat shares):

* [Gumtree](https://www.gumtree.com.au/s-flatshare-houseshare)
* [Flatmates.com.au](https://flatmates.com.au)
* [Airbnb](https://www.airbnb.com.au)
* There are also Facebook groups for finding flatmates, including:
  * [this one](https://www.facebook.com/groups/1390345641220199/).
  * [this one](https://www.facebook.com/groups/2282590561960873/).
  * [this one](https://www.facebook.com/groups/1469234106629631/).

#### Sydney in a day

My favorite day starts from Town Hall (or even better for coffee lovers is to start earlier from Gumption), then you walk through Hyde Park, past the Domain to the NSW Art Gallery (have a look around in there if you like art), then walk through the Royal Botanic Gardens to Lady Macquarie’s chair (where you can look out onto the harbor/opera house), walk over to Circular Quay for a ferry bound for Manly (Terminal 3). Get a good spot on an outer deck and enjoy the ride over. From the terminal, walk towards Manly beach, grabbing fish and chips and eating on the beach. Have a swim, a couple beers at a beachside brewery, then ferry back for a drink at Circular Quay: Opera Bar for the views of the harbor, or a cocktail at Bulletin Place for cosy vibes. While around Circular Quay, you can also slot in some time at the Museum of Contemporary Art (MCA), Circular Quay, which for the cost of a coffee on the top floor, you can get some of the best elevated views of the harbor. If you're near Wynyard, I always enjoy a whiskey and apple at Uncle Ming's :)

#### Classic walks

The classic harborside walks are those between Bondi, Bronte, and Coogee beaches. This coastal walk is one of the top things to do in Sydney. It’s really easy and well maintained but also really unique and beautiful.

The following are a bit more adventurous (but all public transport-able!):

* [Spit Bridge to Manly in Sydney Harbour national park](http://www.environment.nsw.gov.au/nationalparks/parkwalking.aspx?id=n0039) (called Manly scenic walkway on the website)
* [Jerusalem bay to Brooklyn track](http://www.environment.nsw.gov.au/nationalparks/parkWalking.aspx?id=N0019) in Ku-ring-gai
* [The coast track](http://www.environment.nsw.gov.au/nationalparks/parkWalking.aspx?id=N0030) in Royal National Park


---

# 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://time-series-features.gitbook.io/research-resources/advice/sydney.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.
