# cPanel Features cPanel Account / cPanel Features ## Return cPanel account's features' metadata - [GET /Features/get_feature_metadata](https://api.docs.cpanel.net/specifications/cpanel.openapi/cpanel-features/get_feature_metadata.md): This function lists the details of a cPanel account's available feature lists. ## Validate cPanel account's feature access - [GET /Features/has_feature](https://api.docs.cpanel.net/specifications/cpanel.openapi/cpanel-features/has_feature.md): This function checks whether a cPanel account has access to a feature. ## Return whether queried features are enabled - [GET /Features/has_features_like](https://api.docs.cpanel.net/specifications/cpanel.openapi/cpanel-features/has_features_like.md): This function allows you to search for cPanel account features and determine whether those features are enabled. ## Return cPanel account's features - [GET /Features/list_features](https://api.docs.cpanel.net/specifications/cpanel.openapi/cpanel-features/list_features.md): This function lists a cPanel account's features. ## Return queried cPanel account features - [GET /Features/list_features_like](https://api.docs.cpanel.net/specifications/cpanel.openapi/cpanel-features/list_features_like.md): This function allows you to search for enabled cPanel account features and lists those features in the returned payload.