> For the complete documentation index, see [llms.txt](https://support.horizoneducation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.horizoneducation.com/admin-only-features/creating-classes.md).

# Creating Classes

### Adding New Classes

A user must be either a Teacher Admin or School Admin to create classes within the portal.&#x20;

1. Select the “**School Admin**” tab on the left-hand menu.&#x20;
2. Click “**Classes**” underneath your school’s name.
3. Click the “+Create Class” button on the right side of the screen.
4. Input the following information:

* **Class name and Display Name**&#x20;
* **Add a Primary Teacher** - this teacher will be able to Edit Class Settings, Add/edit/transfer/delete students from the class (unless the class was generated by Clever/ClassLink), Add/edit/delete assessments/course activity assignments, View individual student results for students in classes they are primary teacher, and View group summary level reporting data for all other students at the school (can’t view individual student results).&#x20;
* **Add a Secondary Teacher (Optional)** - this teacher will be able to View Class Settings, View Student Enrollment for the class, View assigned assessments and course activities, View individual student results for students in classes they are secondary teacher, and View group summary level reporting data for all other students at.

If you need to edit the Settings of a class that has been created, under “Classes”, you can view all Active Classes. Select the “Class Settings” button next to the class you wish to edit. Here, you can manage the **Students** in the class, create/manage the **Assessments** for this class, or edit the **Class Settings.**

<figure><img src="https://uploads-ssl.webflow.com/5dbf161d4f3e35770a02693b/650a09cd1d4a4f2d4af8544b_Screenshot%202023-09-19%20at%203.50.03%20PM.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://uploads-ssl.webflow.com/5dbf161d4f3e35770a02693b/650a09dc7b00c483a0746146_Screenshot%202023-09-19%20at%203.50.28%20PM.png" alt=""><figcaption></figcaption></figure>


---

# 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://support.horizoneducation.com/admin-only-features/creating-classes.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.
