> 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/administrator/getting-started/account-management.md).

# Account Management

## Signing up for a new account

To create a new account:

* Click the **Sign up now!** button located at the bottom right of the login page

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfFvDtw-QRfZIPQYyNY1lCJgFtxIwk38cjlHsMAhgh2uxde9FfrtBeRKASoru84BIkhQdX6Vcgy9YGbMwneNXeR4ATny0VHfsPIJLrXOkpdo7GFaf_g3_xm-UsE9CSZ1ojIdRYj-6ySXHfwipUIyqLfILrj?key=fBJRo_g-SeQuwR7hVoAc5Q" alt=""><figcaption></figcaption></figure>

* You will be redirected to the **Create New Account** page

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeAqnJYashs-kgkGjsewTo6-Xwtno4o2aHn68vIRe85u-BNBsHGxLVzTnZ6e1RGhYDzik8ozizGyxeOnHGOBtAr5gFmthk1ZYSoxxg5Ylykm1Ls-teY_DYuRJ62xxeCF6iRdv9wx8zx0MzJRwAoo4dOETxx?key=fBJRo_g-SeQuwR7hVoAc5Q" alt=""><figcaption></figcaption></figure>

* Fill out the required fields (marked with a red asterisk **\***)
* Select the **correct school unit** from the dropdown list
* Complete the **CAPTCHA** verification
* Read and agree to the **Privacy Policy** of your school and Edusuite
* Click **Submit** to proceed

## Activate Your Account

After signing up:

* Check your email inbox for an **account activation link**

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

* Click the link to be redirected to the **Admissions page**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdHc903d27g6zG1gAy_8weHVxeWtRTjnFC6QpmxLN-0IUItWX-HvLiF07qIbH4x4UtFroTsqMZzkKInLfWc6_8M53rxzp2EZ4pGpa6LEqqpjAXS5cw7yXOVqk89Ts8IqO0XRRQpSPCU8dd6ey2DjxkVXhQ?key=fBJRo_g-SeQuwR7hVoAc5Q" alt=""><figcaption></figcaption></figure>

* Set your password according to the provided password criteria
* Click **Activate** to complete your account setup

## Log In

To log in, enter your **registered email address** and **password** on the login form, then click the **Login** button to access your account.

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

## Log out

To log out of your account, click the **“Log Out”** button located at the bottom left of the page.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdyMOn2iSmUgk1DNxdcJylBsRHtKQtm_a5udK-qTdckejRBwFtZ8ivaola3kTW-3-DB4c9W0KQs-qvDAvvirbZ-rJaH-b5g140zmUoO9kc63410_VNEJwwH11UdToPes3q7GZa6bDo-6Wbgku3YHGSaPBU?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/administrator/getting-started/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.
