> For the complete documentation index, see [llms.txt](https://scaproduction.depaul.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scaproduction.depaul.edu/equipment-centers-and-stages/loop-equipment-center-the-cage/cage-reservations-and-policies.md).

# Cage Reservations & Policies

Reserve your gear, follow the guidelines, and get shooting! These policies help the Cage run smoothly for everyone

<details>

<summary><strong>Equipment Reservations</strong></summary>

* All gear reservations must be made **online via Patron Portal** using a class number or project number as necessary (see "[Greenlight](/starting-a-new-project.md#greenlighting-process)" process).
* Contact the Loop Equipment Center **by email or phone for issues with your reservation**.

</details>

<details>

<summary><strong>Equipment Cancellations</strong></summary>

* &#x20;Cancel at least **one business day before your scheduled pickup**.
* Cancellations can be done via **Patron Portal, email, or phone**.

</details>

<details>

<summary><strong>Pickup &#x26; Returns</strong></summary>

* Pickup and return times are **strictly enforced**.
* Early pickups or returns are **not guaranteed** and depend on staff availability.

</details>

<details>

<summary><strong>Equipment Care &#x26; Responsibility</strong></summary>

* All equipment must be **checked for damage before leaving the Loop Equipment Center**.
* Returning damaged or broken gear may result in **account holds or other disciplinary actions**.

</details>

<details>

<summary><strong>Violations</strong></summary>

* Repeated violations of any rules including **late returns, unclaimed reservations, or damaged equipment** may result in disciplinary actions.
* These policies are in place to ensure **fair access and safe use of resources**.

</details>

<details>

<summary><strong>Laptop Loaner Program</strong></summary>

To help students who need a computer to effectively participate in academic activities, CDM offers a [Laptop Loaner Program](https://www.cdm.depaul.edu/Student-Resources/Pages/Tech-Loans.aspx).&#x20;

The program is intended for students who have no access to computer technology and have limited financial resources.&#x20;

The computers available for loan include 15-inch and 16-inch MacBook Pro laptops, Windows laptops, and WacomOne tablets.

</details>

<details>

<summary><strong>Equipment Certification Requirement</strong></summary>

* **Sony FX6** – Requires current enrollment or completion of *Production 1*.
* **Gimbals (Ronin-S, Osmo)** and **Advanced Sound Mixers (SoundDevices 633, 664, 833 and MixPre 6** – Require a brief certification (\~15 minutes).

Certification can be scheduled with our staff and ensures proper understanding and safe operation of the equipment.

</details>


---

# 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://scaproduction.depaul.edu/equipment-centers-and-stages/loop-equipment-center-the-cage/cage-reservations-and-policies.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.
