# How to Park or Suspend a Transaction

Parking transactions is a feature that allows you to save an invoice as a draft and recall it at a future time. It is particularly useful in busy stores where shoppers may need to step out of line temporarily. Essentially, it allows cashiers to keep lines moving by helping other customers first without needed to re-enter the products on the suspended sale when the shopper returns to the line.

{% embed url="<https://go.takulabs.io/how-to-park-suspend-a-sale>" %}

1. At any time while adding products to the salesscreen, click on the **"Park"** button located under the Invoice Note section.

![](/files/-MiXrumXqVyX1zhApGET)

Once you click on the "Park" button, a confirmation screen will appear, asking you to confirm whether you do want to Park the current invoice or not. Click the "Yes" button to proceed and park the transaction.

![](/files/-MiXrxoX2rAFyX0Khvst)

If the transaction was parked without any issues, the system will display a "Service Message" at the top right corner of the screen, letting you know that the transaction was saved successfully.

{% hint style="info" %}
***Note***: When suspending or parking a sale, line items, the associate account and invoice notes are saved. To prevent confusion with payments, tender details will not be saved and will need to be recorded again. Generally, it only recommended to suspend or park transactions without any payments yet.
{% endhint %}


---

# 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://help.takulabs.io/pos/sales-and-returns/how-to-make-a-sale/how-to-park-a-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.
