# Updating a Manufacturing Job Status

Any job with a **Pending** status will display a quick access **Complete** button. This allows users to immediately mark the job as completed without opening the full job details.

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

Alternatively, you can click the Batch number to open the full job details and change the status there.

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

{% hint style="success" %}
Stock levels will update accordingly based on the status change. Stock items history will show a record of all stock movements based on the status. (e.g., stock input items will be deducted and output items will be added when a job is completed).

See [Manufacturing Statuses](/manufacturing/manufacturing-jobs/manufacturing-statuses.md) for details.
{% endhint %}


---

# 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.bossithq.com/manufacturing/manufacturing-jobs/updating-a-manufacturing-job-status.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.
