> 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/fotello-add-ons.md).

# Fotello Add-ons

Fotello Add-ons are built-in templates for Fotello-powered upsells.

There is no separate **Fotello Add-ons** tab in the app.

You can personalize these templates, set your own customer-facing price, and use them in Fotello's add-on workflows.

Every account starts with these built-in templates:

* **Twilight** — defaults to **$10**
* **Staging** — defaults to **$10**
* **Same-day delivery**
* **Marketing Designs** — defaults to **$5**
* **Premium Property Website** — defaults to **$20**

{% hint style="info" %}
Default prices are starting points. You can edit them any time.

Included usage and pay-as-you-go coverage depend on your plan. See [Pay as you go](/billing/pay-as-you-go.md) and [fotello.co/pricing](https://www.fotello.co/pricing) for current plan details.
{% endhint %}

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

### Customize a Fotello Add-on

{% stepper %}
{% step %}

#### Open Add-ons

Go to **Storefront → Products → Add-ons**.

The built-in Fotello templates live in this same Add-ons area.
{% endstep %}

{% step %}

#### Pick a template

Open the built-in template you want to personalize.
{% endstep %}

{% step %}

#### Update name and description

Fotello locks the add-on type for built-in templates.

Change the name and description to match your brand and offer.
{% endstep %}

{% step %}

#### Add images

Upload example outputs that help customers understand the upgrade fast.
{% endstep %}

{% step %}

#### Review duration and pricing

**Time does not apply** pre-enabled since these usually don’t require on-site time.

A **Self-serve** tier is included by default. Update the price, tier name, and any other details you want customers to see.
{% endstep %}

{% step %}

#### Save

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

### Where customers see them

Fotello Add-ons are separate from your regular booking add-ons.

Use regular [Add-ons](/products/add-ons.md) when you want to attach optional upgrades to services and packages during booking.

For post-delivery Fotello upsells, enable [Pay as you go](/billing/pay-as-you-go.md) and send the listing through [Deliver listing](/delivering-listings/deliver-listing.md).


---

# 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://uni.fotello.co/products/fotello-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.
