# Comp / Void

The Comp / Void function is used to remove an order from sales records, either because it should not be charged to the customer (comp) or because it was entered in error and will not be fulfilled (void).&#x20;

## Comp Vs Void

**Comp**: Used when the order was fulfilled and stock was actually used for the order

**Void**: Used when the order was placed incorrectly or is no longer required and stock was not used for the order

## Confirmation

A confirmation message will display: *"Keep stock usage? Do you want to keep the stock usage for this order? If you click "No" there will be no stock records for this order, if you click "Yes" there will be records for stock usage for this order."*

User can then choose whether to Void or Comp the order.

<figure><img src="/files/Vne6tF488VTuKp03XhxN" alt=""><figcaption></figcaption></figure>

## Comp / Void Reason

Based on your previous selection, a "Comp reason" or "Void reason" pop-up will appear. You can select from pre-defined options (e.g., Dissatisfied guest, Incorrect entry, Spillage, etc.). You can also select **Other** and manually enter the reason.

<figure><img src="/files/nosTu5hoxkNajeVatL7s" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/jKrsOrrDCt6rL3wWp2kr" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.bossithq.com/pos/order-modification/details/comp-void.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
