# Platform Subscriptions

## What are the platform Subscriptions?

The Plaroftm subscription at SCND enables users to enroll in a plan that grants access to regulated features.

## How to Enable Subscription Marketplace at SCND

To activate this feature you must:

* Enter the [Stripe API keys](https://dashboard.stripe.com/test/apikeys) in [the platform configuration](https://v2-dev-qa.second.ninja/8b8255df63c5076b2e36ad39e8585bbb/platform/toggles?query=stripe)
* Enter the [Stripe account ID](https://dashboard.stripe.com/settings/user) in [the platform configuration](https://v2-dev-qa.second.ninja/8b8255df63c5076b2e36ad39e8585bbb/platform/toggles?query=stripe)
* Set to 1 second [the invoice finalization grace period](https://dashboard.stripe.com/test/settings/billing/invoice)
* Automatize the [invalidation of subscription when a payment failed by canceling subscription and marking invoice as uncollectible.](https://dashboard.stripe.com/settings/billing/automations)
* Activate the [Stripe webhook](https://dashboard.stripe.com/test/webhooks) and run "second:stripe:webhook --listen" [in the platform commands](https://v2-dev-qa.second.ninja/8b8255df63c5076b2e36ad39e8585bbb/?entity=Command\&action=list\&menuIndex=other\&submenuIndex=command)

Once these steps are completed, the administrator will gain access to the SBO with the following functionalities:

* [**Plans:** This submenu allows the administrator to manage all plans available on the platform.](https://app.gitbook.com/o/azXNS7QsS7i7yvHBE0Vd/s/n4EIoqjZx1xWQIo6LnjB/~/changes/63/v2.0/backoffice-sbo/platform-subscriptions/plans)
* [**Subscriptions:** This dashboard enables the administrator to manage users and their subscriptions.](https://app.gitbook.com/o/azXNS7QsS7i7yvHBE0Vd/s/n4EIoqjZx1xWQIo6LnjB/~/changes/63/v2.0/backoffice-sbo/platform-subscriptions/subscriptions)


---

# Agent Instructions: 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://features.scnd.com/v2.0/superadmin/platform-subscriptions.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.
