> 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/inventory/safety-stock/set-bulk-safety-stock.md).

# Set Bulk Safety Stock

The Bulk Safety Stock feature in the HotWax Commerce platform is a powerful tool that allows managing safety stock for multiple products across various facilities.

### Steps

1. Navigate to the `Hamburger Menu` > `PIM` > `Products` to open the `View Products` page.
2. Choose filters to select multiple products or search for the specific product for which you want to set up safety stock on all facilities.
3. Click the `Manage Safety Stock` button to set the safety stock.
4. Enter the desired safety stock values for the selected products
5. Click the `Export` function to generate a CSV file containing the safety stock details for the selected products.

{% embed url="<https://youtu.be/-op6Zm9YbcY>" %}

6. Navigate to the `EXIM` subsection from the hamburger menu.
7. Find the `Imports` category, then the `Warehouse` subcategory, and finally click on `Safety Stock` to open the Safety Stock Import Data page.
8. Upload the previously exported CSV file to update safety stock values for the products on the existing facilities.
9. Check that the status is updated as `Finished` in the Result Section, ensuring the successful completion of the safety stock update process.

{% embed url="<https://youtu.be/d9WGeAgczRc>" %}

By following these steps, users can seamlessly leverage the `Bulk Safety Stock` feature within the HotWax Commerce platform, contributing to a more efficient and comprehensive safety stock management system.


---

# 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/inventory/safety-stock/set-bulk-safety-stock.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.
