> For the complete documentation index, see [llms.txt](https://code.ubyssey.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://code.ubyssey.ca/office-hour.md).

# Office Hour

Office hour meetings for the September 2020- December 2020 semester will take place at 11AM - 1PM Tuesday and Thursdays.

The meeting proper will likely be the first hour with the second hour mostly existing so we can help students out with tech stuff! Feel free to drop in (or leave early).

These meetings are a chance to get everybody in the same room (proverbially) to chat about assignments, ongoing projects, and to allow the web developer or anybody else to answer questions about technical problems.

## Slack

We do all of our communication via [Slack](https://slack.com/)! Web volunteers will be available to answer any questions as they arise. To get the invite to `#web-volunteers` channel send an email with your full name to our web developers at [Contact Us](https://www.ubyssey.ca/contact/)!


---

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

```
GET https://code.ubyssey.ca/office-hour.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.
