> 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/facilities/manage-parkings.md).

# Manage parking queues

Parking queues are virtual facilities that hold orders outside an active fulfillment location. Use only the queues included in the order-routing design.

## Create a parking queue

1. Open the **Company App**.
2. Go to `Facilities` > `Parking`.
3. Click the create button.
4. Enter the name, internal ID, and description.
5. Save the parking queue.

## Rename a parking queue

1. Open the parking overflow menu.
2. Click `Rename`.
3. Enter the new name.
4. Save the change.

## Archive or restore a parking queue

1. Open the parking overflow menu.
2. Click `Archive`.
3. Confirm the action.

To restore a queue:

1. Open archived parking.
2. Find the queue.
3. Click the unarchive action.

Confirm that no active routing rule depends on a queue before archiving it.

## Understand common parking queues

| Queue                      | Purpose                                                                 |
| -------------------------- | ----------------------------------------------------------------------- |
| Brokering queue            | Holds orders until the next brokering run                               |
| Pre-order parking          | Holds pre-orders until their inventory and release conditions are ready |
| Backorder parking          | Holds orders waiting for replenishment                                  |
| Configuration facility     | Holds inventory reserved as a company-level threshold                   |
| General operations parking | Separates historical or non-operational imported orders                 |
| BOPIS rejected queue       | Holds pickup orders rejected by the selected store                      |
| Unfillable hold parking    | Holds unfillable orders outside the normal cancellation path            |
| Unfillable parking         | Holds orders for another brokering attempt                              |

The available queues and their automation depend on the tenant's routing configuration.


---

# 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/facilities/manage-parkings.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.
