# Job Management

## Introduction

HotWax Commerce’s [Job Manager App](https://www.hotwax.co/apps/job-manager-app) enables you to view, schedule, and update job workflows running in the HotWax Commerce's Order Management System for operations related to orders, products, inventory and more.

## Topics

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Job details</strong></td><td>Manage pre-configured job automation to streamline operations within the Order Management System.</td><td></td><td><a href="workflow/job-details">job-details</a></td></tr><tr><td><strong>Initial load</strong></td><td>Schedule jobs for the initial deployment and instance setup, tasked with importing all products and orders into the OMS.</td><td></td><td><a href="workflow/initial-load">initial-load</a></td></tr><tr><td><strong>Job queueing</strong></td><td>View all scheduled, running and completed jobs, with configurations to change the scheduled job data from the Job Pipeline page.</td><td></td><td><a href="workflow/job-queueing">job-queueing</a></td></tr><tr><td><strong>Job categories</strong></td><td>Jobs and Webhooks are categorized based on operations, ensuring that related operations are grouped together for efficient configuration.</td><td></td><td><a href="workflow/job-categories">job-categories</a></td></tr><tr><td><strong>Bulk job scheduling</strong></td><td>Search and select multiple jobs to schedule and execute them collectively for multiple shop configs.</td><td></td><td><a href="workflow/bulk-scheduling">bulk-scheduling</a></td></tr></tbody></table>

To directly access the Job Manager application, click on the provided [link](https://job-manager.hotwax.io) or navigate to the [Launchpad](https://launchpad.hotwax.io/home) and locate it within the Workflow section.


---

# Agent Instructions: 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:

```
GET https://docs.hotwax.co/documents/retail-operations/workflow/workflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
