> 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/system-admins/administration/company.md).

# Company

Use the **Company App** to set up and maintain an Order Management System (OMS) tenant. The app brings the main administration tasks into one place.

## Choose an administration area

| Area          | Use it to                                                                           |
| ------------- | ----------------------------------------------------------------------------------- |
| Product Store | Create a brand or storefront, edit store settings, or clone settings between stores |
| Organizations | View the internal organization hierarchy and manage parent-child relationships      |
| Shopify       | Maintain connections, mappings, Product Sync, and Order Sync                        |
| Klaviyo       | Connect Klaviyo and review the notification integration                             |
| NetSuite      | Configure the connection and maintain integration mappings                          |
| Facilities    | Create and manage facilities, facility groups, locations, staff, and parking queues |
| Users         | Create users and manage Security Groups and App Permissions                         |
| Settings      | Review account, instance, version, timezone, and data-fetch information             |

The menu reflects your permissions. Contact an administrator when a required page is missing.

## Set up a new tenant

Follow [Set up HotWax Commerce with Shopify](/documents/system-admins/implementation/product-store-onboarding.md) for the complete standard Shopify-only implementation journey.

## Maintain an existing tenant

Use these guides for regular administration:

* [Manage Product Store settings](/documents/system-admins/administration/company/create-product-store/manage-product-store.md)
* [Clone Product Store settings](/documents/system-admins/administration/company/create-product-store/clone-product-store.md)
* [Manage organizations](/documents/system-admins/administration/company/manage-organizations.md)
* [Manage Shopify Product Sync](/documents/system-admins/administration/company/manage-shopify-shop/manage-shopify-product-sync.md)
* [Manage Shopify Order Sync](/documents/system-admins/administration/company/manage-shopify-shop/manage-shopify-order-sync.md)
* [Manage NetSuite settings](/documents/system-admins/administration/company/configure-netsuite-setting.md)
* [Manage Klaviyo](/documents/system-admins/administration/company/manage-klaviyo.md)
* [Manage facilities](/documents/system-admins/administration/company/facilities/manage-facility-details.md)
* [Manage users](/documents/system-admins/administration/company/users/manage-user.md)
* [Review Company settings](/documents/system-admins/administration/company/settings.md)

This manual excludes Composer and Workforce. The product team must confirm their audience and publication status before adding operator instructions.


---

# 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/system-admins/administration/company.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.
