> 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/registrations/bulk-update.md).

# Bulk Update

The **Bulk Update** feature allows users to efficiently tag and process multiple applicants at once through various admissions stages—from **For Payment** to **For Processing**. This streamlines repetitive tasks and enhances admissions workflow productivity.

## Access and Navigation

The **Bulk Update** feature can be accessed from the **Registrations** module in the sidebar menu.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd1Rq4EVUeiN0edGHDhXMs8nwOs_i8Nkd5WIvLeTW__-bqRSAOuqyDY60C988izA3RF35sTq8pCk2OIfKffApBezBWq8JfAeQNKVAqf1Br72d-rgChjjd80aIrfq6g484kE7AEvEf_KUMik53d8Xa-bpHPf?key=doQCm7ioRfsFOJ4oQwt0Bw" alt=""><figcaption></figcaption></figure>

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

## Filter Applicants for Processing

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdkAi16L9UxFG8BWriP8Gjjh0bFsTgiXeRnHR843r3OYJF9enkfvL3KMJ-Wi42abA3ZZxmCkv-OMSD6zMRT26CjgF4YxOqDoaKJ47FqSX3J6SnKPLuDFxaNfhZEqOwFgKfX8_9vORRWlJpmckhsvClgWohp?key=doQCm7ioRfsFOJ4oQwt0Bw" alt=""><figcaption></figcaption></figure>

To locate applicants for bulk processing, use the filters available at the top of the page:

* **Admission Setup** – Select the specific admissions batch or intake
* **Stepper** – Choose the current stage of the applicants (e.g., For Review, For Recommendation)
* **Reviewer** – (Optional) If filtering by steps such as For Review or For Processing, you may narrow results by the assigned reviewer

## Tag Applicants

Once the applicant list has been filtered:

* Select applicants by checking the boxes beside their names

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfpXzA-bD7BU7lpnowA-smskwyrRo7kdwFDul1rtBl3xmsXbXxeEXMuiR27N8mZXdPXYEocJyzTifowX43sBqgMRNQ_vHVq_hgxNMkmoNI_fzluQmmmcDP5g7sbxEsprQVBsb-XKH6QzhxIEoqPlMiIw5M-?key=doQCm7ioRfsFOJ4oQwt0Bw" alt=""><figcaption></figcaption></figure>

* At the upper-right side of the page, choose the action or status tag to apply based on their current step:

| **Current Step**   | **Available Tagging Options**                   |
| ------------------ | ----------------------------------------------- |
| For Review         | Submit for Recommendation / Return to Applicant |
| For Recommendation | Submit for Processing                           |
| For Processing     | Submit for Deliberation                         |

{% hint style="danger" %}
Only applicable tagging options will appear based on the selected step.
{% endhint %}

## View Applicant Details

To review individual applicant information before tagging, click the **View** button beside their name. A pop-up window will show their details for further verification.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeAF_XBaIDks3nygNvxHGAq18w9IV6cnN96-8kJQJQlFizO2ZBN4XxOBEwhTvTxxZlnAy33AnAkOVZozA74c27LNl5YXw0-G-sH2XLhDo-tK_cey53QmMUQnVH_bQOR_kb_e8QM9gD7abaNiSA1_qw-vng?key=doQCm7ioRfsFOJ4oQwt0Bw" 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/registrations/bulk-update.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.
