> Portal Navigation:
> 
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt

# Resource: Premium Feature V1

# Type: Premium Feature Object

# Link: https://dev.wix.com/docs/api-reference/business-management/marketing/social-media/premium-feature-v1/premium-feature-object.md

## Description: A premium feature is a capability, such as publishing or scheduling a post, whose availability and usage quota depend on the site's plan. Check a feature before calling the method that uses it to confirm the site can perform the action and has remaining quota.

## Schema:

```json
 Type: Premium Feature Object | type: PremiumFeaturesEntity
 Description: A premium feature is a capability, such as publishing or scheduling a post, whose availability and usage quota depend on the site's plan. Check a feature before calling the method that uses it to confirm the site can perform the action and has remaining quota.
       - name: id  | type: string | description: Premium feature ID.
           - name: value  | type: string | description: 

```