> 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/rostering-students.md).

# Rostering Students

### Roster Imports & Adding Individual Students

To view a list of all students currently enrolled at the school, Admins have a **School Admin** tab on left navigation bar. By default, it will open to the Users/Students tab.

To manually add students, users can click either the Import List button to upload students via spreadsheet (template provided) or the **Add Student** button to add a single student.

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

### Clever & ClassLink Rostering

Horizon Education also offers roster syncing via Clever and ClassLink. Please contact <support@horizoneducation.com> if you're school did not enable this during the onboarding process and would like to utilize one of these services.


---

# 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/rostering-students.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.
