> 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/planning-module/school-year-setup/workflow-settings.md).

# Workflow Settings

## Access and Navigation <a href="#access-and-navigation" id="access-and-navigation"></a>

To access this module, go to **Planning** > **School Year Setup** > **Workflow Settings**

<figure><img src="/files/5InfHN71sBVD3DczTvrB" alt=""><figcaption></figcaption></figure>

If you cannot view the link from the list, check the privilege assigned to your user 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 %}

## Clusters

### **Setup the Cluster Module** <a href="#setting-up-the-cluster-module" id="setting-up-the-cluster-module"></a>

Toggle the switch to have access to the cluster module

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

### Add a Cluster

* Click the **+ New** button in the Clusters menu

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

* Fill out the necessary information
  * Cluster Name
  * Coordinator
* Click on **Add New Cluster** to save the Information

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

### Edit a Cluster

* Select a cluster to edit and click on the **Pencil** icon
* Fill out the necessary information
  * Cluster Name
  * Coordinator
* Click on the **Update Cluster** to save any changed Information

<figure><img src="/files/8zKbgSrPuqtiDrwySdC3" alt=""><figcaption></figcaption></figure>

### Delete a Cluster

* Select a Cluster to delete, then click on the **Trash bin** icon

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

* A confirmation dialogue will be displayed
  * Upon clicking the **Yes, Delete** option, the system will then delete the selected cluster
  * Upon clicking **No** option, the system will close the confirmation dialogue

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

## Machine Sequences

### **Setup the Machine Sequence Module** <a href="#setting-up-the-machine-sequence" id="setting-up-the-machine-sequence"></a>

Toggle the switch to have access to the Machine Sequence module under Finance setup.

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

To set the Machine Sequence, simply enter a unique identifier for the current machine being used. Payment modes will refer to which set of transactions will be accepted by the system.

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

By default, if Machine Sequence has been disabled, all payment modes are applicable.

## Grades Approvals

The Grades Approval feature will be rolling out in the coming weeks. We’ll host webinars and provide comprehensive guides to help your institution get started. Stay tuned for updates and check out our Knowledge Base for detailed instructions once the feature goes live.


---

# 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/planning-module/school-year-setup/workflow-settings.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.
