> For the complete documentation index, see [llms.txt](https://info.techup.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.techup.live/demo-day/programme.md).

# Programme

Demo Day will be on 29 May 2024 at the MCI Atrium.&#x20;

## Administrative Briefing&#x20;

{% hint style="info" %}
Please refer to this link for the [administrative briefing slides](https://docs.google.com/presentation/d/18fffslHkB1uyIu1ImXbebf9fjO2CcO3d8bdXMQ5BUi0/edit#slide=id.g271f7525f6b_0_44) on Demo Day.
{% endhint %}

## Programme

<table><thead><tr><th width="208">Time</th><th>Programme</th><th>Remarks</th></tr></thead><tbody><tr><td>9.30am to 10.30am</td><td>Reflections and Booth Setup</td><td>Mandatory for all TechUp 2.0 participants</td></tr><tr><td>10.30am to 11.30am</td><td>Group A booths</td><td>Check groupings <a href="/pages/WqrDg1Ut3ida1OIlqRg1">here</a></td></tr><tr><td>11.30am to 12.30pm</td><td>Group B booths</td><td>Check groupings <a href="/pages/WqrDg1Ut3ida1OIlqRg1">here</a></td></tr><tr><td>12.45pm to 1.30pm</td><td>Prizes &#x26; Presentations of Winning Web Apps</td><td></td></tr><tr><td>1.30pm to 2.00pm</td><td>Closing Ceremony<br>- Closing Remarks by PS<br>- Reflections by Yunxi<br>- Group Phototaking</td><td></td></tr><tr><td>2.00pm</td><td>End</td><td></td></tr></tbody></table>

*Lunch is available from 11.45am to 2.00pm.*


---

# 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://info.techup.live/demo-day/programme.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.
