> 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/production-policies-and-safety-standards/reporting-concerns-and-incidents.md).

# Reporting Concerns & Incidents

All SCA students have the right to report safety concerns and to opt-out of any activity or situation that the student feels is unsafe.&#x20;

<details>

<summary><strong>Reporting Hierarchy On-Set (Everyday Concerns &#x26; Risky Behavior)</strong></summary>

Everyone on set is responsible for their own safety and the safety of others.

If you see something unsafe, **say something.** Students may stop or opt out of any activity they believe is unsafe.

***

**Step 1:** Alert the **Assistant Director (AD)** and/or **Producer** with any concerns.

**Step 2:** If there is no immediate danger but you do not feel comfortable raising the issue directly with the AD or Producer, use the **Safety Hotline**.

**Step 3:** Concerns can also be reported to key crew members, SCA faculty, the Production Office, the Manager of Production, or Equipment Center staff.

Reports can often be made confidentially.

When in doubt, err on the side of caution, stop before resuming potentially

</details>

<details>

<summary><strong>Accidents &#x26; Emergencies</strong></summary>

For incidents involving injury, illness, theft, or property damage (on or off campus), the Producer or AD must:

* Call 911 if medical emergency/ambulance required
* Notify DePaul Public Safety
* File a police report if applicable and provide copy to Production Office
* Notify the Production Office
* Follow any additional procedures required by authorities or location reps

</details>

<details>

<summary><strong>Safety Hotline</strong></summary>

For **immediate emergencies** (such as medical emergencies, fire, or an active threat), call **911** or **DePaul Public Safety** right away.

The **SCA Safety Hotline** is for reporting on-set incidents or behaviors that made you feel unsafe, or for situations that were not handled appropriately. This includes:

* Unsafe conduct by others on set
* Situations where safety protocols were ignored
* Concerns about harassment, discrimination, or inappropriate behavior

See the [**Safety Hotline**](/safety-hotline.md) page for details on how to make a report.

</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/production-policies-and-safety-standards/reporting-concerns-and-incidents.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.
