# Logistics

- [Lecture Schedule](https://ios-course.cornellappdev.com/resources/archived-past-semesters/sp23/logistics/lecture-schedule.md)
- [Syllabus](https://ios-course.cornellappdev.com/resources/archived-past-semesters/sp23/logistics/syllabus.md): Intro to iOS Development: Spring 2023
- [Grading](https://ios-course.cornellappdev.com/resources/archived-past-semesters/sp23/logistics/grading-and-project-faqs.md): Here is how grading will work for this class and answers for some FAQs about grading. Please check the FAQs before posting any questions you have about your project grades!
- [SP23 Office Hours](https://ios-course.cornellappdev.com/resources/archived-past-semesters/sp23/logistics/fa22-office-hours.md): Office hours schedule can also be found on the course calendar. Cancellations will be announced on Ed, and reflected in the calendar.


---

# Agent Instructions: 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:

```
GET https://ios-course.cornellappdev.com/resources/archived-past-semesters/sp23/logistics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
