> ## Documentation Index
> Fetch the complete documentation index at: https://docs.valued.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Plan

> Define a subcription or "add on" plan with its price.

Plans define a base price and name for a recurring purchase in your product. Each subscription has at least one plan associated with it.

## The plan model

Plan is a simple model that sets the price of a given subscription. A subscription can have several plans, which are common in business models with "add on" features.

### Properties

| Name    | Type                                | Required | Description        |
| ------- | ----------------------------------- | -------- | ------------------ |
| `id`    | `string`                            | Yes      | Unique identifier  |
| `name`  | `string`                            | No       | A name of a plan   |
| `price` | [`Price`](/revenue-resources/price) | Yes      | Subscription price |
