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

# Services

Services show up individually or as part of packages in your booking flow and are the essentials your customers hire you for. Examples of some commonly offered services are photography, 3D virtual tours, aerial / drone photography, videography, floor plans etc.

### Start from templates

When you create a Fotello account, Fotello pre-builds service templates for you. They come filled out with example services, descriptions, tiered pricing, and photos.

Use these as a starting point. Edit the details and replace the photos to match your business so you can start selling immediately, then refine over time.

### Create a new service

{% stepper %}
{% step %}

#### Open Services

Go to **Storefront → Services** in the left sidebar or use [this link](https://app.fotello.co/dashboard/products?tab=services).
{% endstep %}

{% step %}

#### Click **Add service**

This opens the create service modal.

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

{% step %}

#### Choose a service type

Pick the closest match, like **Photo**, **Video**, **Virtual Tour**, **Floor Plan,** etc. This helps Fotello keep your catalog organized.
{% endstep %}

{% step %}

#### Add a name and description

Use a descriptive name and write a short description that sets expectations. Include what’s delivered and turnaround time if you have one.
{% endstep %}

{% step %}

#### Set a duration

Add the estimated time to complete the service in minutes. Fotello uses this to schedule your bookings so services can be allocated the right amount of time.
{% endstep %}

{% step %}

#### Upload service photos

Choose the best images to serve as a portfolio for this service and boost conversion. Use **JPEGs** and keep file sizes small for faster loading. Our thumbnails for services are 512 px. We recommend a resolution of 1080p.
{% endstep %}

{% step %}

#### Add pricing tiers

You can create as many tiers as you need and set their names, prices, minimum and maximum square footage. There are multiple ways to use this feature:

* **Area based tiers**: You can breakdown your pricing for a specific service based on the area of the property. For example, you may want to display different prices for 3D Matterport tours depending on the square footage of the house. Tiers only show when booking area falls within the min and max range.

<figure><img src="/files/9lDkEl5RbTvJqhNil2dz" alt="" width="563"><figcaption></figcaption></figure>

* **Area independent tiers**: You can create incremental tiers for pricing services that are not based on the area of the property but on other factors like complexity or quantity. For example, you may want to display different prices for different numbers of photos or for 2D vs 3D floor plans.

<figure><img src="/files/WfUgCdRkHa9swAn6ngUf" alt="" width="563"><figcaption></figcaption></figure>

* You can also create a mix of tiers that are area-based or area-independent so your customers will see various options within the area range their booking falls in.

<figure><img src="/files/fUIXyaUwVo0FgVqOqJzh" alt="" width="563"><figcaption></figcaption></figure>

For example, depending on the square footage your customers book you for, they will see the respective pricing within that square footage range as shown below.

<div><figure><img src="/files/Ne1wkldCONd9gj7sXYpX" alt="When booking for 2000 sqft." width="375"><figcaption><p>When booking for 2000 sq.ft.</p></figcaption></figure> <figure><img src="/files/5F8FhCz69ObDpFTy9HBi" alt="" width="375"><figcaption><p>When booking for 3000 sq.ft.</p></figcaption></figure></div>

{% hint style="info" %}
If you want to remove the limit, just leave the "Max Range" field blank and the system will read it as infinity.
{% endhint %}
{% endstep %}

{% step %}

#### Add recommended add-ons

Attach recommended add-ons to show as upsells during booking. This is a simple way to increase order value without adding friction.

Learn more: [Add-ons](/products/add-ons.md)
{% endstep %}

{% step %}

#### Create the service

You can check how it looks in the preview to the right and then click **Create**. Your service is now available in your storefront.
{% endstep %}
{% endstepper %}

### How Services fit with Packages and Add-ons

* **Services** are the core items customers book.
* **Packages** bundle multiple services into one offer.
* **Add-ons** are optional upgrades shown during booking.


---

# 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/services.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.
