> For the complete documentation index, see [llms.txt](https://docs.tip4serv.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tip4serv.com/product-setup/subscriptions/trial-days.md).

# Trial days

To activate this option, simply enter the number of trial days you want to offer to your subscribers in your product editor as below.

{% hint style="info" %}
The trial days only work for recurring payments, for this you must activate Stripe or Paypal V2 in [MY GATEWAY](https://tip4serv.com/dashboard/my-gateway).
{% endhint %}

<figure><img src="/files/KZ59KrG6VUtUpMoHT3eJ" alt="Screenshot from product editor"><figcaption><p>Screenshot from product editor</p></figcaption></figure>

### How trial days work ?

* The customer enters credit card numbers in the checkout which is not debited.&#x20;
* He then has access to all the advantages of the subscription.
* Once the trial days have elapsed, it is debited for the first time.&#x20;
* The normal subscription cycle continues and the subscriber is billed each cycle.

<figure><img src="/files/3WR2ykkpIQoqo8tJiSB5" alt="Screenshot taken from the checkout page of a subscription, showing the 7 days of trial."><figcaption><p>Screenshot taken from the checkout page of a subscription, showing the 7 days of trial.</p></figcaption></figure>

### What if the customer cancels his subscription during the trial period ?

If the subscriber cancels their subscription during the trial period, their benefits will be withdrawn at the end of the trial period.


---

# 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.tip4serv.com/product-setup/subscriptions/trial-days.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.
