> For the complete documentation index, see [llms.txt](https://help.takulabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.takulabs.io/pos/sales-and-returns/commitments-recurring-orders/managing-commitments/skipping-pausing-or-voiding-commitments.md).

# Skipping, Pausing or Voiding Commitments

Sometimes customers need to skip, pause or void their commitments. If that happens, you can do this directly in the commitments list.

## Pausing / Resuming Commitments

1. From the commitments list, search for and find the commitment you would like to pause.
2. Press the Pause/Play.

<figure><img src="/files/4PdcyzRueNrkUDBEjHJl" alt="" width="375"><figcaption></figcaption></figure>

3. Accept the confirmation message.

<figure><img src="/files/eROPZ7A9kBVv6IrTaU2Q" alt="" width="375"><figcaption></figcaption></figure>

4. Payment Status will now change.

## Skipping the Next Charge

1. From the commitments list, search for the commitment you would like to skip.
2. Press the Forward icon.

<figure><img src="/files/F6w98Qhw5u4qn4vTA4E7" alt="" width="375"><figcaption></figcaption></figure>

3. Accept the confirmation message. Note that this action cannot be reversed.

<figure><img src="/files/Iz3vHaQOBqirblXIR0Vq" alt="" width="375"><figcaption></figcaption></figure>

4. The Next Charge Date will skip based on the recurring frequency of the commitment.

## Voiding a Commitment

1. From the commitments list, search the commitment you would like to void.
2. Press the Stop icon.

<figure><img src="/files/8PZszCuWXoKp8rw10XiQ" alt="" width="375"><figcaption></figcaption></figure>

3. Accept the confirmation message. The Payment Status will change to Voided. Again, note that this action cannot be reversed.


---

# 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://help.takulabs.io/pos/sales-and-returns/commitments-recurring-orders/managing-commitments/skipping-pausing-or-voiding-commitments.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.
