> For the complete documentation index, see [llms.txt](https://ismms-md-program.gitbook.io/medinfoapp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ismms-md-program.gitbook.io/medinfoapp/legacy-clerkships/ob-gyn/work-schedule-duty-hours.md).

# Work Schedule/Duty Hours

## <mark style="color:blue;">General Clinical Schedule at MSH (SAMPLE)</mark>

* Labor Floor Week Days: approximately 6:30/7 am – 6:30/7 pm
* Gyn OR or Gyn Onc Week Days: approximately 6:30 am – 6:30 pm
* Night float shifts during Labor Floor Nights: approximately 6:30/7:00 pm – 6:30/7:00 am
* 1:1 Faculty to Student Experience – Schedule dependent on faculty’s schedule

Note that the Labor Floor Night Float Shifts are scheduled in accordance with duty hours. Students do not work clinically in the mornings or in the afternoons before a night float shift. Students are excused from attending didactics after a Night Float Shift the next day but must attend in-person morning simulation sessions as assigned. Overnight shifts are only 12 hours in duration and often less depending on clinical activity.

***

## <mark style="color:blue;">Orientation Day Reporting</mark>

* 7 am – 12 pm: Information, lectures, and simulation given at MSH
* 1 pm – 5pm: Information and tour given at assigned sites

***

## <mark style="color:blue;">Work Hour Policy</mark>

Please view the ISMMS Clinical Student Work Hour Policy, which outlines the instructional time limitations for third- and fourth-year students, [here.](https://icahn.mssm.edu/education/students/handbook/student-work-hours)


---

# 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://ismms-md-program.gitbook.io/medinfoapp/legacy-clerkships/ob-gyn/work-schedule-duty-hours.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.
