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

# Overview

To create a new feature:

1. Open the **Product catalog** in the Stigg app.
2. Navigate to the **Features** section.
3. Click **+ New feature**.

<Frame caption="Features list">
  <img src="https://mintcdn.com/stigg/LHkJ9CELDHZPNG8X/images/docs/create-feature-1.png?fit=max&auto=format&n=LHkJ9CELDHZPNG8X&q=85&s=19e0969e42bb20a92e3acd35892fc022" width="2880" height="1400" data-path="images/docs/create-feature-1.png" />
</Frame>

4. In the modal that opens, provide the following details:

<Frame caption="Feature modal">
  <img src="https://mintcdn.com/stigg/LHkJ9CELDHZPNG8X/images/docs/create-feature-2.png?fit=max&auto=format&n=LHkJ9CELDHZPNG8X&q=85&s=9c0f4fd68b2c8a96ca735b67d339960a" width="2880" height="1400" data-path="images/docs/create-feature-2.png" />
</Frame>

* **Name**: The display name of the feature.
* **Description (optional)**: A short explanation of what the feature enables.
* **ID**: Automatically generated by Stigg and used to reference the feature in your application. You can override this value by clicking **Edit** and linking an existing feature.
* **Feature type**: Choose one of the following:
  * **Boolean**: On/off access to a capability
  * **Configuration**: A configurable value
  * **Metered**: Usage-based functionality

<Note>
  The **Name** and **Description** fields are used in customer-facing experiences such as paywalls and the customer portal, so use clear, customer-friendly wording.
</Note>

5. Click **Create** to save the feature.
