# Void Transaction

The void transaction function cancels an entire receipt, typically when a transaction is duplicated. To void a transaction, click the **Void Trans** button.

<figure><img src="/files/0u5zcO2UByJUQNBy0idu" alt=""><figcaption></figcaption></figure>

Input and select the transaction number in the form and verify the receipt. Then, select a reason for voiding the transaction and provide a remark below. If you have inventory, tick the box below and enter the required authorization information. Once completed, click **Confirm VOID**.

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

To verify whether the transaction has been voided, click the button located in the footer section. The *Action* on the transaction is now labeled as **VOIDED**.

<figure><img src="/files/y7RTMTOHzKdyEY9PeQU8" alt="" width="375"><figcaption><p>Sample Voided Receipt</p></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://knowledgebase.clibase.tech/advance-functions/void-transaction.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.
