> For the complete documentation index, see [llms.txt](https://info.edusuite.asia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.edusuite.asia/product-guide-k12/admin-home/registrations/new-registration.md).

# Student Registration

This feature enables you to register prospective students and capture their basic information.

## Access and Navigation

To access this module, go to **Registrations** > **Student Registration**

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

If you cannot view the link from the list, check the privilege assigned to your account or role.

{% hint style="danger" %}
Contact your school’s system administrator to request view or edit access if you cannot access the rights management screen.
{% endhint %}

## Registration Process

* Fill out the necessary Student Information. Once done, click **Next**

<figure><img src="/files/1Z2sfXCODMx1ZqiLZ25u" alt=""><figcaption></figcaption></figure>

* Fill out the necessary Guardian Information&#x20;

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

* Add another guardian by clicking **+ Add New Guardian**

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

* Once done, click **Next**
* Review the inputted details for the Student and Guardian/s. Once reviewed, click **Next**

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

* Review the Privacy and Terms, and tick all the checkboxes on the lower portion. Once done, click **Register**

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

* Registration is now completed. To register another student, click **Register another student**

![](/files/-M7k3Ov-8mRoyFbfu8vT)


---

# 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://info.edusuite.asia/product-guide-k12/admin-home/registrations/new-registration.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.
