Features
Features are specific capabilities or functionalities in your application that you want to control access to. They are used in .
Features can be used in two ways:
- With Clerk's Organizations feature to create Custom Permissions. Custom Permissions are always tied to a Feature, and are formatted as
org:<feature>:<permission>. For example, you could create a Feature called invoices and then create a new Permission called create invoices. The Custom Permission's key would beorg:invoices:create. Learn more about Custom Permissions. - With Clerk's Billing feature to create Features specific to a Subscription Plan. See the Billing docs for more information.
To manage your Features, navigate to the Features page in the Clerk Dashboard.
Feedback
Last updated on