# Getting and Uploading Assignments

## Step 1: Accept Assignment

In order to begin working on your assigned coding project, you must first accept the GitHub assignment by clicking on the corresponding assignment link provided by your instructor. It will require you to log into your GitHub account (if you do not have one, see [Getting Started - Create a GitHub account](/archive/jupyterhub/github-classroom-student-guide/overview.md#step-0-create-a-github-account)). Once logged in, click the Accept this assignment and your repository will be automatically generated.

![](/files/HBXM77qxk5a43KzcmpLc)

![](/files/RRRuwZMPNZpyBbMH3QAT)

## Step 2: Copy Assignment URL

Once your assignment repository has been created, you must get the exact URL to the assignment you wish to download to the hub. To do this, either a) click the corresponding link for where your assignment has been created (see image above), or b) navigate to your github repository list, then:

1. Navigate to the assignment you wish to work on in GitHub
2. Click the"Clone or download" button <img src="/files/qWqDpjtZYwR9ynhV9z4l" alt="" data-size="original">
3. Copy the Git URL to your clipboard by clicking the clipboard button <img src="/files/ZrUi1rlBbJc5zDAX4oT7" alt="" data-size="original">

![Following these steps will copy the URL to your clipboard](/files/wIlE6Nq5LKe0wJ8uIqOw)

## Step 3: Download to content to JupyterHub

Follow the steps in the [Downloading Content](/archive/jupyterhub/git-basics/git-clone.md) page in the previous section

## Step 4: Save and upload changes to your assigment materials

As you work on your assigment, it is a good practice to **commit and push** your changes regularly. Follow the steps in the [Saving and Uploading](/archive/jupyterhub/git-basics/saving-and-uploading-git-commit-push.md) page in the previous section


---

# 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://docs.ccv.brown.edu/archive/jupyterhub/github-classroom-student-guide/getting-assignments.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.
