# Students

<figure><img src="/files/kcJYg1nSFfHZCXUtVnrQ" alt=""><figcaption></figcaption></figure>

## Creating a Student

There's two ways to add students in Kitehouse, importing or adding them one-by-one.

### Importing Students

For bulk addition/updating of roster, you can import students using a .csv file. Here's how to do it:

{% stepper %}
{% step %}

#### **Click the 'Import Students' button**

In the Students tab, click the 'Import Students' button.
{% endstep %}

{% step %}

#### Select which import type

Select whether a <i class="fa-table">:table:</i> **Full List** or a <i class="fa-list">:list:</i> **Partial List**.

{% hint style="info" %}
Selecting <i class="fa-table">:table:</i> **Full List** in the option will update all of the students listed in your site. Those who aren't on the list will be checked out.

Selecting <i class="fa-list">:list:</i> **Partial List** in the option will only add students in your site.
{% endhint %}
{% endstep %}

{% step %}

#### Upload your .csv list and match the fields to your list.

Once your file is uploaded, simply match the fields required with the columns in your .csv file.&#x20;

<figure><img src="/files/CLhn9GtJLmN4BPgbDhNb" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Adding Students Manually

You can also add students manually by following the steps below:

{% stepper %}
{% step %}

#### Click the **'Add Student'** button

In the Students tab, click the **'Add Student'** button.
{% endstep %}

{% step %}

#### In the sidebar, fill out the form with student's information

After clicking the 'Add Student' button, a popout on the side will be shown. Simply fill out the information required.

{% hint style="info" %}
The '**Location'** field is their room number.
{% endhint %}

<figure><img src="/files/Y9bV3sD0gUO5YP8lDHFB" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Save your changes

Once done, simply hit '**Save**' to add your student to the list.
{% endstep %}
{% endstepper %}


---

# 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://kitehouse.co.uk/docs/admin/students.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.
