# Class Codes

These are standard class codes used on our portal to identify student classes. Each school has the liberty to customise the names but codes remain the same. Providing any code here will place the student in the corresponding class. So make sure the names of the classes here is the equivalent of what your school them so you are sure you using the correct codes

You can also utilise the class api which returns the class list with any applicable name customisations from the school. If you do not want to use this, you can use the codes provided here as they will always remain the same

## Primary Schools

We provide two base urls which you can utilisse for sandbox and production requests

```
Creche: 1
Play Group: 2
Pre Nursery: 3,
Nursery One: 4
Nursery Two: 5
Nursery Three: 6
primary One: 7
Primay Two: 8
Primary Three: 9
Primary Four: 10
Primary Five: 11
Crecprimary Six: 12
```

## Secondary Schools

```
JS1: 13
JS2: 14
JS3: 15
SS1: 16
SS2: 17
SS3: 18
```


---

# 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.fees.ng/class-codes.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.
