> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/integrations/using-limio-for-salesforce/manage-subscriptions-flow/subflow-manage-add-ons.md).

# Subflow: Manage Add-Ons

#### **LFS version:** requires Limio for Salesforce v12.31 or later

**Limio version requirement**: requires Limio v98 or later

In this article, we will delve into a new flow designed for managing add-ons on existing subscriptions.

As a part of [Manage Subscriptions Flow](/integrations/using-limio-for-salesforce/manage-subscriptions-flow.md), Manage Add-Ons extends it's functionality and aims to enhance customer experience.

<figure><img src="/files/SK1ITGsSAQDEsoORm7zm" alt=""><figcaption></figcaption></figure>

*\*user view of a subscription with an existing add-on after adding the second add-on*

***

###

**How to enable Manage Add-Ons action:**

This action is hidden by default. In order to make it visible, follow these steps:

1. Navigate to **Custom Metadata Types -> icAssistConfig -> Manage records -> Subscription Actions**
2. Edit the **Config** field:
   1. add a new **allowManageAddOnsAction** boolean property and set it to *true*.

### Flow overview

This flow consists of the following elements:

<figure><img src="/files/KJgWzO9NPtATiQQ0GeLz" alt=""><figcaption></figcaption></figure>

1\. **Manage Add-ons Screen** - contains two components:

*Limio Order Total* - renders Zuora Preview for the order total

<figure><img src="/files/YfgDMAuonvwnlnxw95uf" alt=""><figcaption></figcaption></figure>

*Limio Order-Manage Add-Ons - accepts Selected Subscription and additionally self-references orderItems and orderPayload to preserve the values in case on the screen re-rendering. It allows selecting an add-on, changing quantity on the selected item and publishes these updates back to the flow.*

<figure><img src="/files/EZysXlK5Hztp5JB3ddZY" alt=""><figcaption></figcaption></figure>

*2.* **Order Summary** - consistently with the other Manage Subscription flow journeys, this component displays a brief summary of the order and order total, and allows submitting the order to Limio.

<figure><img src="/files/ETjEJhpzNZcNQnU6rqEw" alt=""><figcaption></figcaption></figure>

### How to customise the experience

<figure><img src="/files/1bcRFGSqQmGx5FXUjHPx" alt=""><figcaption></figcaption></figure>

*Specify types of add-ons to choose from in the selector modal following the instructions in* [Specify Types of Add-Ons to Display](https://docs.limio.com/integrations/setting-up-limio-for-salesforce/add-ons-config/add-ons-display-types).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.limio.com/integrations/using-limio-for-salesforce/manage-subscriptions-flow/subflow-manage-add-ons.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
