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

# Add-Ons

> Features that you price that can be added to your plans by your customers.

export const IntRedir = () => {
  if (typeof document === "undefined") {
    return null;
  } else {
    setTimeout(() => {
      const currentUrl = new URL(window.location.href);
      if (currentUrl.hostname === 'docs-int.wingback.com') {
        currentUrl.hostname = 'docs.wingback.com';
        window.location.replace(currentUrl.toString());
      }
    }, 1);
    return <></>;
  }
};

<IntRedir />

## Why should I offer Add-ons?

First, because it can be an easy way to get more revenue for the features you already offer. If there are certain high-value features, some customers even on a basic plan would be willing to pay extra just to access that one additional feature à la carte. Shipping new features as add-ons also allows you to preserve your existing plan structure as you ship additional features.

*Example: Pipedrive*

## Here's why you may not benefit from add-ons…

In some cases, it's better to simply encourage your customers to upgrade to the next highest plan rather than allow them to access a single additional feature while staying on their current plan. This might be the case if some of your features really belong together best when used and accessed together; or if the customer profile of the add-on user really should upgrade to a more advanced tier.
