> For the complete documentation index, see [llms.txt](https://www.principlespracticedrugdevelopment.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.principlespracticedrugdevelopment.org/course-logistics.md).

# Course Logistics

The interactive component of this course is established through insightful questions and critical thinking of students taking the course. It is therefore crucial that you prepare for class and are ready to ask insightful questions on the topic of each session. **Students are required to attend in-person class sessions**, unless there exist medical/circumstantial reasons (e.g. family emergency, medical conditions) approved by the instructors.&#x20;

In the case of remote lectures replacing in-person sessions, students will be notified ahead of time by instructor or TAs. In a remote lecture, students are required to have their cameras on throughout the sessions and use their first and last names as their identifier in Zoom (unless internet logistics precludes that). **Questions are encouraged at all times during the session but are essential in the Q\&A part of each class.**

## Course Syllabus and Schedule&#x20;

{% file src="/files/IiZYyMQBYgPpLytsRZDo" %}

## Course Deliverables&#x20;

{% file src="/files/uBr1vA0s4DCOrHbVWZGs" %}

## Policy on Generative AI&#x20;

{% file src="/files/ALBstpjOljNgpnpLUdY6" %}


---

# 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://www.principlespracticedrugdevelopment.org/course-logistics.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.
