# FeatureResource

> Billing is currently in Beta and its APIs are experimental and may undergo breaking changes. To mitigate potential disruptions, we recommend [pinning](https://clerk.com/docs/pinning.md?sdk=chrome-extension) your SDK and `clerk-js` package versions.

The `FeatureResource` type represents a Feature of a Plan.

## Properties

| Property                               | Type                       | Description                                                                  |
| -------------------------------------- | -------------------------- | ---------------------------------------------------------------------------- |
| <a id="avatarurl"></a> `avatarUrl`     | `null | string` | The URL of the Feature's avatar image, or `null` if not set.                 |
| <a id="description"></a> `description` | `null | string` | A short description of what the Feature provides, or `null` if not provided. |
| <a id="id"></a> `id`                   | `string`                   | The unique identifier for the Feature.                                       |
| <a id="name"></a> `name`               | `string`                   | The display name of the Feature.                                             |
| <a id="slug"></a> `slug`               | `string`                   | A unique, URL-friendly identifier for the Feature.                           |

---

## Sitemap

[Overview of all docs pages](https://clerk.com/docs/llms.txt)
