# Getting Started

## Step 1: Request an organization for your class

You can follow instructions [GitHub's instruction](https://help.github.com/articles/creating-a-new-organization-from-scratch/) to create your organization. Plese note that you should create a different **organization per class per year,** for example CS50-spring19. Also will be requesting a **free plan and applying for a classroom discount** that will allow you to have unlimited private repositories. To request the discount, follow directions [here](https://help.github.com/articles/applying-for-a-classroom-discount/).

{% hint style="info" %}
Often CIS can perform this step for you. Check-in with us!
{% endhint %}

## Step 2: Create a classroom

Visit <https://classroom.github.com/classrooms> to create your classroom. You will be asked to select an organization fro your classroom. Follow link to grant access to your newly created organization, after that, you will be able to select it

![](/files/fasbSLDS7JM96FmJHt57)

After selecting your organization, you will be asked to name your classroom, invite admin members and add a class roster. **Skip steps to set up your roster** for the moment.

Congratulations! You are now ready to start using your classroom to distribute assigments and if desired, your lecture.


---

# 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-instructor-guide/prerequisites.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.
