# Feature

> 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) your SDK and `clerk-js` package versions.

The `Feature` object represents a Feature of a Subscription Plan.

| Name        | Type   | Description                                 |
| ----------- | ------ | ------------------------------------------- |
| id          | string | The unique identifier for the Feature.      |
| name        | string | The name of the Feature.                    |
| description | string | The description of the Feature.             |
| slug        | string | The URL-friendly identifier of the Feature. |
| avatarUrl   | string | The URL of the Feature's avatar image.      |

---

## Sitemap

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