# Submitting the Assignment

This project is due on **Thursday, 2/5/2026 at 11:59PM PST (GMT-8)**.

Push your changes to your GitHub Classroom private repository and then submit through Gradescope. You may find it helpful to read through the Project 0 submission procedure again [here](/project/assignments/proj0/submitting.md). Alternatively you can submit your `proj1.sql` file directly (make sure it is named `proj1.sql` or the autograder won't recognize it).

A full list of files that you may modify are as follows:

* `proj1.sql`

## Grading

* 75% of your grade will be made up of tests released to you
* 20% will be determined by hidden tests unreleased tests that we will run on your submission after the deadline
* 5% will be determined by the correctness of your SQL syntax (see [`SQL vs. SQLite`](/project/assignments/proj1/sql-vs-sqlite.md#new-autograder) for more information)
* This project will be worth 5% of your overall grade in the class


---

# 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://cs186.gitbook.io/project/assignments/proj1/submitting.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.
