> For the complete documentation index, see [llms.txt](https://kb.theloops.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.theloops.io/releasenotes/release-notes/digital-workers-release-notes.md).

# Digital Workers: release notes

Each Digital Worker is purpose-built for a specific role in your operations. Select one to view the latest release notes.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Customer Order Manager</strong></td><td>End-to-end customer order automation</td><td><h4><i class="fa-inboxes" style="color:$primary;">:inboxes:</i></h4></td><td><a href="/pages/zbm70TcdovszpAUx9l29">/pages/zbm70TcdovszpAUx9l29</a></td><td><a href="/files/15w6xTOtT6axsqrEbeVB">/files/15w6xTOtT6axsqrEbeVB</a></td></tr><tr><td><strong>Dispatcher Assistant</strong></td><td>Manage real-time service disruptions</td><td></td><td><a href="/pages/zZkgOjhONirfwwa4USKL">/pages/zZkgOjhONirfwwa4USKL</a></td><td><a href="/files/EKDYfe4y4Fv5R1qK0bAM">/files/EKDYfe4y4Fv5R1qK0bAM</a></td></tr><tr><td><strong>Inventory Replenisher</strong></td><td>Real-time demand forecasting &#x26; restocking</td><td><h4><i class="fa-pallet-boxes" style="color:$primary;">:pallet-boxes:</i></h4></td><td><a href="/pages/rmZ9UF1vYvHxmGuntAmy">/pages/rmZ9UF1vYvHxmGuntAmy</a></td><td><a href="/files/vxYmcZhaUG2oekE39dL1">/files/vxYmcZhaUG2oekE39dL1</a></td></tr><tr><td><strong>Knowledge Manager</strong></td><td>Deliver real-time, contextual knowledge to service teams across any channel</td><td></td><td><a href="/pages/AnWRJ7cnGvPdVWEi3AML">/pages/AnWRJ7cnGvPdVWEi3AML</a></td><td><a href="/files/wyiDW8wZjmdUuhZEvzR7">/files/wyiDW8wZjmdUuhZEvzR7</a></td></tr><tr><td><strong>Material Replenisher</strong></td><td>Automated parts sourcing &#x26; allocation</td><td><h4><i class="fa-wand-sparkles" style="color:$primary;">:wand-sparkles:</i></h4></td><td><a href="/pages/LqtGl8UJz67EUK0XKnJf">/pages/LqtGl8UJz67EUK0XKnJf</a></td><td><a href="/files/jpANWwnvxU7EoiWtd1LA">/files/jpANWwnvxU7EoiWtd1LA</a></td></tr><tr><td><strong>Supplier Invoicing Manager</strong></td><td>Automated invoice intake, validation, and exception handling</td><td></td><td><a href="/pages/4Qyt6hFZVyhmJi3ZFRkl">/pages/4Qyt6hFZVyhmJi3ZFRkl</a></td><td><a href="/files/TaTXHypcnQ6Q3ElqbOvk">/files/TaTXHypcnQ6Q3ElqbOvk</a></td></tr><tr><td><strong>Supplier Order Manager</strong></td><td>Efficiently manage supplier order confirmations and communication</td><td></td><td><a href="/pages/rGS9y5rk1rMvOIFGmO9A">/pages/rGS9y5rk1rMvOIFGmO9A</a></td><td><a href="/files/UeFYDTRtV6rq7OA3VRqL">/files/UeFYDTRtV6rq7OA3VRqL</a></td></tr></tbody></table>


---

# 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://kb.theloops.io/releasenotes/release-notes/digital-workers-release-notes.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.
