# Workshop Schedule

### Friday, May 22

| Time            | Event                                          | Tag        | Location | Details                                                        |
| --------------- | ---------------------------------------------- | ---------- | -------- | -------------------------------------------------------------- |
| 1:00–2:30 p.m.  | Fullstack 101                                  | `WORKSHOP` | Room 169 | Learn full stack fundamentals from an experienced builder.     |
| 3:00–4:00 p.m.  | MLH Workshop: Introduction to Google AI Studio | `MLH`      | Room 171 | Intro workshop led by Major League Hacking.                    |
| 4:00–5:00 p.m.  | Git Gud at Git                                 | `WORKSHOP` | Room 169 | Learn core Git workflows and practical version control habits. |
| 5:00–6:00 p.m.  | MLH Workshop: Hacking with GitHub Copilot      | `MLH`      | Room 171 | Hands-on session with Major League Hacking.                    |
| 8:30–9:30 p.m.  | Crochet Workshop                               | `SOCIAL`   | Room 169 | Social session covering crochet basics.                        |
| 9:30–10:00 p.m. | Typing Competition                             | `SOCIAL`   | —        | Fast, fun competition open to everyone.                        |


---

# Agent Instructions: 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:

```
GET https://hackhcc.gitbook.io/hackhcc-docs/workshops/workshop-schedule.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
