> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/documents/retail-operations/orders/order-routing/manage-and-configure/routing-group-details.md).

# Configure a routing group

Open `Order Routing`, then select a routing group. The detail page combines group settings, routings, routing rules, and optional testing tools in one workspace.

<figure><img src="/files/0Y1lZA7lB9nxIkI7Dhpm" alt="Order Routing Detail page with routing group, routing, and routing rule settings"><figcaption><p>Configure the complete routing group from one workspace.</p></figcaption></figure>

## Edit routing group details

Use the controls in the routing group card to maintain its identity:

* Click `Rename` to change the group name.
* Click `Edit description` to explain the group's purpose.
* Click `Clone` to create a separate routing group from the current configuration.

Use a description that identifies the orders, fulfillment strategy, and expected schedule. This context helps another user understand the group before changing it.

## Save configuration changes

Changes to the group name, description, routings, and routing rules stay in a working copy until you click `Save`.

1. Review the edited sections in all three columns.
2. Click `Save` to write the complete routing group configuration.
3. Click the discard control to restore the last saved configuration.

The app asks you to stay or discard if you try to leave with unsaved changes.

{% hint style="warning" %}
Routing group `Status`, schedule, `Run now`, and group cloning are immediate actions. They are not part of the configuration working copy. The app disables these actions while you have unsaved changes.
{% endhint %}

## Set the routing group status

Use `Status` to switch between:

* `Draft`: The scheduler does not start future runs for the group.
* `Active`: The scheduler can run the group according to its saved schedule.

Keep a group in `Draft` while you build and review its routings and routing rules.

## Add or edit a schedule

1. Click `Add schedule` or `Edit schedule` in the `Scheduler` card.
2. Select a schedule option or enter a valid Quartz cron expression.
3. Review the readable schedule and next execution time.
4. Save the schedule.

<figure><img src="/files/HbLjBWaoCngVw9PjpD0f" alt="Schedule editor with preset intervals, a Quartz cron expression, a readable schedule, and the next execution time"><figcaption><p>Choose a preset interval or enter a Quartz cron expression, then review the next execution time.</p></figcaption></figure>

The default schedule options are:

| Schedule option       | Quartz cron expression |
| --------------------- | ---------------------- |
| Every 5 minutes       | `0 */5 * ? * *`        |
| Every 15 minutes      | `0 */15 * ? * *`       |
| Every 30 minutes      | `0 */30 * ? * *`       |
| Hourly                | `0 0 * ? * *`          |
| Every six hours       | `0 0 */6 ? * *`        |
| Every day at midnight | `0 0 0 * * ?`          |

The schedule editor previews the Quartz expression in your HotWax Commerce user profile time zone. The saved routing job currently runs in the default time zone of the HotWax Commerce server. These time zones can differ. After you save, review `Next run` and `History`, and confirm the server time zone with your system administrator before you rely on an hour-specific schedule.

## Run a routing group now

Click `Run now` when you need an immediate routing attempt outside the normal schedule. Confirm the action after you read the warning.

`Run now` creates and runs a copy of the scheduled job. It does not replace the group's existing schedule, and you may not be able to reverse the routing action.

## Review run history

Click `History` in the `Scheduler` card to review recent runs. Use the start and completion information to confirm that the group ran at the expected time before you troubleshoot its routing results.

## Continue configuring the group

* [Configure routings](/documents/retail-operations/orders/order-routing/manage-and-configure/routing-rules.md)
* [Configure routing rules](/documents/retail-operations/orders/order-routing/manage-and-configure/inventory-rules.md)
* [Test a routing group](/documents/retail-operations/orders/order-routing/test-and-optimize/test-drive.md)


---

# 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://docs.hotwax.co/documents/retail-operations/orders/order-routing/manage-and-configure/routing-group-details.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.
