> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/products/add-ons.md).

# Add-ons

Add-ons help you grow order value without adding friction.

When a customer adds a **service** or **package** to their cart, Fotello immediately prompts them with relevant add-ons to upgrade that purchase by showing them value.

### Create a new add-on

You create add-ons the same way you create services.

{% stepper %}
{% step %}

#### Open Add-ons

Under the Storefront on the left navigation panel, go to **Products**, then click the **Add-ons** tab on the upper left or use [this link](https://app.fotello.co/dashboard/products?tab=addons). Click the 'Add Add-on' button and a pop-up modal will open up.

<figure><img src="/files/JvfQvButRH07wNsbg2HD" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Add type, name, and description

Pick the closest match for the add-on type to keep your catalog organized. Use a clear, customer-facing name. Keep the description short and outcome-focused.
{% endstep %}

{% step %}

#### Set service duration

Add a **duration** in minutes. This time counts toward the booking slot at scheduling.

If the add-on has no on-site time, toggle **Time does not apply**.
{% endstep %}

{% step %}

#### Upload images

Add a few strong visuals. Images help customers understand the upgrade fast.
{% endstep %}

{% step %}

#### Add pricing tiers

Add either area-based or area-independent tiers to support different pricing options.

For each tier, fill out:

* **Tier name**
* **Price**
* **Min** and **Max** range (only for area-based tiering)

{% hint style="info" %}
If you want no upper limit, leave **Max** blank.
{% endhint %}
{% endstep %}

{% step %}

#### Save

Click **Update** to save your changes.
{% endstep %}
{% endstepper %}

### Show add-ons during booking

To upsell add-ons, attach them as **recommended add-ons** on your [Services](/products/services.md) or [Packages](/products/packages.md).

### Best practices

* Keep add-ons relevant to common upgrades.
* Use names customers understand in two seconds.
* Avoid too many choices. Aim for 3–5 recommended add-ons.


---

# 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:

```
GET https://uni.fotello.co/products/add-ons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
