> For the complete documentation index, see [llms.txt](https://legacydocs.nexudus.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacydocs.nexudus.com/platform/day-to-day/inventory/managing-products/recurrent-products.md).

# Recurrent products

Any product can be sold as a one-off or as a recurrent sale by administrators but, when setting up the product, you can indicate if customers can buy the product via the members portal as a one-off, as a recurrent purchase or both.

![The options available when setting up a product.](/files/-Lhpj5jd11qavvgI8Any)

A recurrent product can be invoiced every any number of days, weeks, months, or years. In addition to this, you can also set the product to be invoiced every time the main contract of the customer is invoiced, effectively linking the billing cycle of the product to that of the contract for that customer.

![The options available when selling a product as a recurrent sale.](/files/-Lhpp1nHgAT-gECMmWS2)

Examples of items you may want to sell as recurrent products include parking passes and locker rentals. To allow a product to be purchases on a recurrent basis, open the [advanced options](/platform/day-to-day/inventory/managing-products/product-advanced-options.md) for the product. In **Available as**, ensure **Both as recurrent as one-off purchase** or **Only as recurrent** is selected.

In contrast to a contract, which makes a customer a member, selling a recurrent product will not make a customer into a member. Even though this customer will be invoiced for that product automatically based on the billing cycle you set when selling the recurrent product, they do not have a contract and are not a member.&#x20;

For example, you may have&#x20;

* a customer who purchases 5 day passes every month, so they always have a valid pass for days they want to check into your location.
* a customer who purchases 10 days passes every 3 months because they are only in town for several days per quarter.

{% hint style="info" %}
You can only sell recurrent products to contacts via the admin panel, contacts cannot purchase recurrent products on the members portal.
{% 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:

```
GET https://legacydocs.nexudus.com/platform/day-to-day/inventory/managing-products/recurrent-products.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.
