> 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-admissions/applicant/account-management.md).

# Account Management

## Sign up for a New Account

* Click the **Sign Up Now!** button located at the lower-right side of the page

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdqtghz3x7utyrZLVTTlzm9NTLf0VqlPgyp3U0uTRhioTI74rJdQcBE8rAMn2DdVzAmKihAXGgQJP507uyMMJ9ZAoU9IzxkSxsxZyOqo5yU6W6uPw-m3LitR4uWYDXhbBPve-R7pJtSaDLN9SlehvZp7jdd?key=fBJRo_g-SeQuwR7hVoAc5Q" alt=""><figcaption></figcaption></figure>

* You will be redirected to the **Create New Account** page
* Fill in the required details (Fields marked with a red asterisk \* are mandatory)
* Make sure to select the correct **School Unit**
* Complete the captcha verification
* Review and agree to the **Privacy Policy** of both the school and Edusuite
* Once all details are complete, click **Submit**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXekgsSJyBLYjmfFXa4zFQAZwnAhRPZrqJ8WT79V_7j-jYBb2wHabSDaGETIx-zXwV6qHAa5nKLNdwQ0GecVmBr0Ze6wUQVhgQDoY2_2h4LsOHFhW9OZmAj-MnMXuq5m-fzxndJSzymjw6_iBA19fBoqNCGr?key=fBJRo_g-SeQuwR7hVoAc5Q" alt=""><figcaption></figcaption></figure>

## Activate your Account

* After signing up, you will receive an email containing an **activation link**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXefvlEbNdofLN0sEM_bDxirZ8_CRd8ZmS2tqEvO99sIVISvNxceSQ7gOFsS3SJJaEB9kI6CBaCk9dUlvzU6-DRJia6milTnj-xU4X-clRC7AxNBOdvhRmfo9PfnzPaQ4Wr2VCsGfzq3LbvSrdZuNISEFPcX?key=fBJRo_g-SeQuwR7hVoAc5Q" alt=""><figcaption></figcaption></figure>

* Click the link to be redirected to the Admissions page where you can set your password
* Create your password following the given requirements
* Click **Activate** to finalize your account setup

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfSQYgzdmdrxt-HujFgxvMYeIXlTdybyBdy2W_AjsfEbP5L6tlr15ERDbMu_lz1PJ8c4Pw3DECD2qRXyaZ9MdLIziTfW7B0whCzwrVkanU7vRJXbs6cqB7CYI_Abti7P354iXtpmNSPsC5sRSimGXCvpL0?key=fBJRo_g-SeQuwR7hVoAc5Q" alt=""><figcaption></figcaption></figure>

## How to Reset Your Password

### Reset Your Password

* On the login page, click **“Forgot Password”**
* You will be redirected to the **Reset Password** page
* Enter your **registered email address** and complete the captcha
* Click **“Send Reset Link”**
* Check your email for the password reset instructions and follow the steps provided

### Change Your Password

* If you are already logged in, go to your **Profile** menu
* Look for the **Change Password** section
* Enter the required details (current password and new password)
* Click **Update Password** to save your changes

## How to Log In

To log in, enter your **registered email address** and **password** in the fields provided the click **Login.**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdZwM1lxNOMUDHOYKb6eOntfWTvCrnkHe3NlWgNsWVDdc-ZClKP17hYc3Yrdmbxyy_0rX_tmqe6AeWfQs670Fp4LPebVeu34cEW6lSMi6BSZbi1hDysacoRnJgW-k2bLMW-CzLm5uuALB2dSU1oNlnSxUc?key=fBJRo_g-SeQuwR7hVoAc5Q" alt=""><figcaption></figcaption></figure>

## How to Log Out

To log out, click the **Log Out** button located at the lower-left side of the page.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeeCNoB0W-lGmUP3IWiPNMVbgs48QQrVLpJiki6OhE3QieCBs8EsyoliaJ02VqRKX340swbC5tKWTr0Ba19TGaPJQqZCTfLaDath2y-uz2ealOA2JU7AaytNLbMM5DFoDqucT81BiS3z255eOwKv5E96os?key=fBJRo_g-SeQuwR7hVoAc5Q" 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://info.edusuite.asia/product-guide-admissions/applicant/account-management.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.
