> 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/custom-fee.md).

# Custom Fee

Use custom fees to add charges like a booking fee, admin fee, or rush fee without changing your base product prices.

You can create as many fee templates as you need, choose either a fixed amount or a percentage, and mark a fee as default if you want Fotello to apply it automatically during booking and on new invoices.

### Why use custom fees

* **Cover admin or processing costs** without increasing your base service pricing.
* **Add a standard booking fee** to every order by marking it as a default fee.
* **Charge rush or after-hours fees** when a job needs special handling.
* **Apply one-off fees on specific invoices** when you only want to charge for a particular order.

### How custom fees work

1. You create one or more fee templates under **Custom Fee**.
2. Each fee can be a **fixed amount** or a **percentage**.
3. Turn on **Default fee** if you want that fee to appear automatically in the customer booking summary and on new invoices created from orders.
4. On draft invoices, you can add any saved fee manually, remove a fee, or adjust fixed-fee amounts before finalizing.

{% hint style="info" %}
Travel fees are separate and are managed in [Travel Fee](/products/travel-fee.md).
{% endhint %}

### Create a custom fee

{% stepper %}
{% step %}
**Open Custom Fee**

Go to **Storefront → Products → Custom Fee** or use [this link](https://app.fotello.co/dashboard/products/custom-fee).
{% endstep %}

{% step %}
**Click Add Fee**

This opens the fee dialog where you create a reusable fee template.
{% endstep %}

{% step %}
**Enter a name**

Use a short, customer-facing name like **Rush Fee**, **Booking Fee**, or **Admin Fee**.

{% hint style="info" %}
Each fee name must be unique. You can't create two fees with the same name.
{% endhint %}
{% endstep %}

{% step %}
**Choose a type and value**

Pick one of these options:

* **Fixed Amount** — Charges the same flat amount every time.
* **Percentage** — Charges a percentage of the order subtotal.

Then enter the amount or percentage you want to charge.
{% endstep %}

{% step %}
**Choose whether it should be a default fee**

Turn on **Default fee** if you want Fotello to automatically add it to:

* the customer booking summary
* new invoices created from orders

Leave it off if you only want to add the fee manually on specific invoices.
{% endstep %}

{% step %}
**Save**

Click **Add Fee** to create the template. You can come back later to edit or delete it.
{% endstep %}
{% endstepper %}

### Edit or delete a custom fee

Open the fee from the table or use the **⋯** menu to edit or delete it.

{% hint style="info" %}
Deleting a fee does not change existing invoices that already used it.
{% endhint %}

### Where custom fees appear during booking

Only fees marked as **Default fee** show automatically during booking.

Customers see them in the **Order Summary** under **Additional charges**, and the total updates right away.

If the fee is percentage-based, Fotello calculates it from the current subtotal. If a customer applies a promo code, the percentage fee recalculates automatically.

Learn more: [Booking Experience](/customer-portal/booking-experience.md) and [Coupons & Discounts](/products/coupons.md).

### Add custom fees to an invoice

On draft invoices, you can add any saved custom fee even if it is not marked as default.

1. Open a listing, go to the **Orders** tab, and open the draft invoice.
2. Click **Add fee**.
3. Select one of your saved fees, or click **Create fee** to make a new one without leaving the invoice flow.
4. Review the fee row on the invoice before saving.

Fixed custom fees can be edited directly on the draft invoice. Percentage fees recalculate automatically when you change line items or discounts.

If a fee was marked as **Default fee**, it may already be included when the invoice is created from the order. You can still remove it from the draft before finalizing.

Learn more: [Order Invoices](/payments/order-invoices.md).

### Good to know

* Fixed custom fees can be $0.00 or higher.
* Percentage fees can be from 0% to 100%.
* Only **Default fee** templates apply automatically during booking and on new invoices.
* Any saved fee can be added manually to a draft invoice.
* Travel fees are set up separately in [Travel Fee](/products/travel-fee.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:

```
GET https://uni.fotello.co/products/custom-fee.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.
