> For the complete documentation index, see [llms.txt](https://policies.tomediaarts.org/procedure-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://policies.tomediaarts.org/procedure-manual/protocols/pr-daily-operations.md).

# Daily Operations

Open to the public daily from 10 a.m. (cafe from 7 a.m.). Volunteer community manager (in the interim period, Henry Faber; full-time staff in the long term), arrives at 9:45 a.m. to unlock main entrance and perform daily checks, including:

* Remove stanchion on ground floor
* Turn on common area lighting
* Check supplies in all washrooms
* Check garbage and recycling receptacles
* Adjust thermostats as necessary
* Full walkthrough security check of common areas and side entrance
* Schedule loading dock times with concierge
* Check and restock meeting room supplies
* Check work of service providers – for example, custodian and Cintas – and report issues
* Update facilities log
* Greet members and public, accept courier deliveries at reception area near the Gathering Space.

Volunteer community manager hands off to event coordinator, JPC volunteer or facilities manager at end of work day. If no event is being held public event spaces, the door will be locked at 6 p.m. Members are responsible for staffing the entrance for all after-hours events held in Member spaces.

Custodial service provider comes twice per week to wash floors; empty garbage and recycling receptacles and remove to refuse collection area; clean all washrooms, common area furniture and windows.

Facilities service provider comes once per week to replenish restroom paper products (hand towels, toilet paper), replace mats and mops, and check cleaning chemicals.

## Keys

See Key Log spreadsheet in TMAC Google Sheets.


---

# 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://policies.tomediaarts.org/procedure-manual/protocols/pr-daily-operations.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.
