> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/naviga-subscribe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/naviga-subscribe/csr-user-guide/csr-introduction/ncs-only/permanent-stop.md).

# Permanently stop a subscription

This feature allows you to permanently stop a subscription.

Permanent stops cannot overlap with other stops or transfers. You can update or cancel scheduled permanent stops in the **scheduled stops/starts** grid.

## Navigation

You can find this feature under the **stop tab**. To navigate here, perform a [subscription search](/naviga-subscribe/csr-user-guide/csr-introduction/subscription-search.md), and then select the **stop** tab.

![](/files/-MNjNN_XyLAJcWI54Z8d)

## Helpful Information

Here are some helpful pointers when creating or updating permanent stops.

* When creating a permanent stop, you will work through the **stop saver** workflow with the subscriber. **Stop saver** includes three steps (`1. Benefit Section`, `2. Stop Saver Offer`, `3. Stop Subscription`). These steps help stop a cancellation. **Stop Saver** is configurable in the Subscribe database. Clients must submit a **Stop Saver Rules** document that details their preferences.
* **Note**: the **stop saver** feature will not appear for some reason types (e.g. `deceased`, `office use only`, etc.) These options are configurable in the Subscribe database.
* **Reason options** come in real-time from a circulation database.
* This [workflow](/naviga-subscribe/additional-resources/workflows/ncs-diagrams/permanent-stop-workflow.md) can help determine how and when to process permanent stops.

## Create a Permanent Stop

To create a permanent stop:

1. Select the **permanent stop** button.<br>
2. Choose a cancellation **reason** from the drop-down list.<br>
3. Optionally, read the **benefits section** to the subscriber. (This appears only if Stop Save is configured.) If the subscriber agrees to the suggested solution, select **helpful: yes** and stop this procedure. Otherwise, select **helpful: no** and continue to the next step.<br>
4. Present the offer(s) to the subscriber. If the subscriber agrees to an offer, select it, choose when to implement the offer (`Change Immediately`, `Change Next Billing Cycle`, `Schedule Change`), then select **helpful: yes** to confirm the change. End the procedure. The updated offer is processed in real-time with the circulation system.\
   \
   Otherwise, select **helpful: no** and continue to the next step. <br>
5. Read the displayed message to the subscriber and choose when to stop the subscription \
   (`change Immediately`, `Change Next Billing Cycle`, `Schedule Change`). If scheduling for a future date, select a date. **Note**: If the subscription is in grace, and if you choose the next billing cycle, the subscription will end immediately by default. If you choose an end date after the grace period ends, the subscription will still end **when the grace period ends**. If a payment is made that brings the subscription out of grace, the selected end date will be honored.<br>
6. Confirm the disclaimer text to the subscriber and select **submit**. The permanent stop is processed in real-time with the circulation system.

## Cancel a Permanent Stop

You can only cancel permanent stops with `stop types` values of `NextBillingCycle` or `Specific Date`. If the **stop types** value is `Immediate`, the permanent stop cannot be canceled.

To cancel a permanent stop:

1. Navigate to the **scheduled stops/starts** grid.
2. Select the **cancel** button next to the corresponding permanent stop.
3. Confirm you want to delete the record and select **OK**. The cancellation is processed in real-time with the circulation system.

## Update a Permanent Stop

You can only update permanent stops with `stop types` values of `NextBillingCycle` or `Specific Date`. If the **stop types** value is `Immediate`, the permanent stop cannot be updated.

To update a permanent stop:

1. Navigate to the **scheduled stops/starts** grid.
2. Select the **change** button next to the corresponding permanent stop.
3. Update the **stop type**, **stop date**, and **reason**. The **stop date** can updated only when you choose a **stop type** value of `Specific Date`.
4. Select **submit**. The update is processed in real-time with the circulation system.

{% hint style="info" %}
The information displayed in this tab returns in real-time from our circulation databases. You must have NCS Circ `2018.5` or greater for current integration.
{% endhint %}

See also: [Create a temporary stop](/naviga-subscribe/csr-user-guide/csr-introduction/ncs-only/vacation.md), [Create a vacation delivery](/naviga-subscribe/csr-user-guide/csr-introduction/ncs-only/vacation-transfer.md), [Restart a subscription](/naviga-subscribe/csr-user-guide/csr-introduction/ncs-only/_in-progress_-restart-a-subscription.md)


---

# 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.navigaglobal.com/naviga-subscribe/csr-user-guide/csr-introduction/ncs-only/permanent-stop.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.
