> 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/learn-netsuite/synchronization-flows/integration-mappings/facilities.md).

# Facility Group

HotWax Commerce routes orders to optimal fulfillment locations. To facilitate order routing, it’s imperative to configure all facilities, including both stores and warehouses, within HotWax Commerce.

You can easily add facilities existing in your network using the HotWax Commerce Facility App. To learn how you can add new facilities in HotWax Commerce, please refer to the [Facility App Documentation](https://docs.hotwax.co/documents/v/system-admins/administration/facilities).

Once all the facilities have been set up, those facilities that will be using NetSuite for fulfillment should be added to the NetSuite Fulfillment group.

When HotWax routes orders, if an item is brokered to a facility within this group, it indicates that OMS syncs allocation details for these items with NetSuite.

## Adding/Removing Facilities from NetSuite Fulfillment Group

1. Access NetSuite Integration Page by Navigating to Settings > NetSuite Integration.
2. Locate and access the `Facility Groups` section.
3. In the `Facility` field, type the facility name directly within the UI.
4. Choose the appropriate facility from the dropdown suggestions.
5. Confirm the addition by clicking on `Add`.

By making these associations, the integration layer ensures that when an order is brokered to a facility within the NetSuite Fulfillment group, the allocation details are updated in NetSuite.

{% hint style="info" %}
You can simply click on the`bin` icon to remove a facility from the NetSuite Fulfillment Group.
{% endhint %}

## Example

| Facility Group ID    | Facility             |
| -------------------- | -------------------- |
| Central Warehouse    | NetSuite Fulfillment |
| East Coast Warehouse | NetSuite Fulfillment |

Here's a guide to [create mappings for facilities](/documents/learn-netsuite/synchronization-flows/integration-mappings.md#configuring-mappings-between-hotwax-commerce-and-netsuite)


---

# 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/learn-netsuite/synchronization-flows/integration-mappings/facilities.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.
