> For the complete documentation index, see [llms.txt](https://features.scnd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://features.scnd.com/v2.0/front-office/platform-subscriptions.md).

# Platform Subscriptions

## Configuring Platform Subscriptions

&#x20;To learn more details on how to configure the platform subscription features access the following section >[ <mark style="color:blue;">**Platform Subscriptions**</mark> ](https://app.gitbook.com/o/azXNS7QsS7i7yvHBE0Vd/s/n4EIoqjZx1xWQIo6LnjB/~/changes/63/v2.0/backoffice-sbo/platform-subscriptions)

## Overview

In essence, if the subscription feature is enabled, whenever a user attempts to access a feature in the application that requires specific permissions, and if the user is not subscribed to the corresponding plan, the application will display all available plans containing the requested feature.

{% hint style="info" %} <mark style="color:blue;">The administrator can edit the text on the top of this page "Subscribe and enjoy many features..." through the SBO translations</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**(SBO > Content > Interface Text)**</mark>
{% endhint %}

{% hint style="info" %} <mark style="color:blue;">The logo displayed can be customized using the</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**"Platform Logo"**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">configuration in the SBO. This setting applies to the logo shown on the homepage.</mark>
{% endhint %}

<figure><img src="/files/QrfOdh7TuW5jaQJaL5vX" alt=""><figcaption></figcaption></figure>

If a user is subscribed to a plan but attempts to access a feature not included in their subscription, the system will display the available subscription plans that cover the requested feature. The user will be prompted to upgrade their current plan to gain access. You can find more information in the following section. - [**Business Rules -> Platform Subscriptions.**](https://app.gitbook.com/o/azXNS7QsS7i7yvHBE0Vd/s/n4EIoqjZx1xWQIo6LnjB/~/changes/63/v2.0/business-rules/platform-subscription#id-1.14.x-inter-userssubscription-businessrules-subscriptionperiodstatus)

<figure><img src="/files/iO2LuYTji1sQDvncsmxG" alt=""><figcaption></figcaption></figure>

## Platform Subscription Payment

After selecting "**Subscribe**" or "**Upgrade to a Plan**," the user is redirected to the payment page, which presents detailed subscription information. This includes the **subscription name**, **start date**, and **billing frequency**. Additionally, the **total price**, including applicable taxes, is displayed along with a breakdown of the **VAT**.

<figure><img src="/files/rW4PlJUnW3OxCzq00Ksw" alt=""><figcaption></figcaption></figure>

In the next step, users are required to enter their credit card details. At present, only credit card payments are supported. Additionally, access to the platform's marketplace is only available when Stripe is configured as the payment service provider.

<figure><img src="/files/T7tPLxZZ96xbpq79vmH8" alt=""><figcaption></figcaption></figure>

After the payment is successfully processed, a confirmation message is displayed. The user can then review their subscription details by navigating to the [**Platform Subscriptions**](https://app.gitbook.com/o/azXNS7QsS7i7yvHBE0Vd/s/n4EIoqjZx1xWQIo6LnjB/~/changes/63/v2.0/user-dashboard/platform-subscriptions) menu within the user dashboard.


---

# 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://features.scnd.com/v2.0/front-office/platform-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.
