# Features After you have created a feature, you can add features to the products and subscriptions to enhance your product offerings. To create features in the product catalog and use them in subscriptions and Zuora Quotes, you need to enable the following: - The Entitlements setting in your tenant. Access to the Entitlements feature requires a specific edition of Zuora. For more information, see Zuora Editions. - The Enable Feature Specification in Product and Subscriptions setting in the Billing Settings. ## CRUD: Create a feature - [POST /v1/object/feature](https://developer.zuora.com/v1-api-reference/older-api/features/object_postfeature.md) ## CRUD: Retrieve a feature - [GET /v1/object/feature/{id}](https://developer.zuora.com/v1-api-reference/older-api/features/object_getfeature.md) ## CRUD: Update a feature - [PUT /v1/object/feature/{id}](https://developer.zuora.com/v1-api-reference/older-api/features/object_putfeature.md) ## CRUD: Delete a feature - [DELETE /v1/object/feature/{id}](https://developer.zuora.com/v1-api-reference/older-api/features/object_deletefeature.md)