> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/subscription-and-recurring-billing-management/configuration/subscription-schedules/not-renewed-subscriptions.md).

# 'Not Renewed' Subscriptions

Once the subscription period is completed, the customers will either renew the subscription or will cancel it. If the customers don’t renew the subscriptions, then the next step is to mark that completed subscription as **‘Not Renewed’**. This can be done by clicking on the **‘Not Renewed’** button available on ribbon. You can access this button at the following levels:

* **On Subscription Schedule Home View** – Here, you can mark multiple schedules as **‘Not Renewed’** at once. Just select the schedules and click on **‘Not Renewed’** button.

![](/files/-MfhQPMYrZDgJ8mjd1eB)

* **On Subscription Schedule Form** – Here, you can mark a particular schedule as **‘Not Renewed’**. Just open the subscription schedule and click on the **‘Not Renewed’** button on the form ribbon.

![](/files/-MfhQaUIQjjWQOvA61_Z)

* **On Subscription Line Form** – If there are multiple products in a schedule and the customer has not renewed subscription for one particular product, then you can select that product and click on **‘Not Renewed’** button to mark that subscription line as churned.

![](/files/-MfhQiKr9Gy2YFa43Jlx)

{% hint style="info" %}
**Note:**&#x20;

* **The Subscription Schedules with status reason as 'Completed' will only get marked as 'Not Renewed'.**&#x20;
* **On Subscription Line the 'Not Renewed' button is only visible if the status reason of the record is 'Closed'.**&#x20;
* **Marking completed Subscription schedules as ‘Not Renewed’ is mandatory to calculate the Churn rate accurately.**
  {% endhint %}

{% hint style="success" %}
For further queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

# 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.inogic.com/subscription-and-recurring-billing-management/configuration/subscription-schedules/not-renewed-subscriptions.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.
