> For the complete documentation index, see [llms.txt](https://heronyang.gitbook.io/cmu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://heronyang.gitbook.io/cmu/00_nyc/04_morenyc.md).

# More in New York City

*Day 05*

![](/files/-M4CTEc-skXiVzLR1hDj)

Today, I think it’s the fifth day of my New York trip, I went to Columbia University to celebrity graduation of Kim’s roommate. Then, we went to STOMP, a Broadway show using the body and ordinary objects to create a physical theatre performance. In the evening, we had really nice Japanese Ramen as dinner.

After the dinner, Kim took me NYU, where was her dream school. Unlike other universities I've ever seen, it's a university that locates in a busy city, and the buildings look superb. Near NYU, Washington Square Park is another good place we visited. We met a street pianist who plays quite a lot classic music. Comparing to the music I've heard before, this guy plays more exaggeratedly, and I think it's because this is street music then that’s the way to attract passers.

*Washington Square Park, New York City. May 18, 2015*


---

# 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://heronyang.gitbook.io/cmu/00_nyc/04_morenyc.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.
