# Full-day service

### ✅ What this service type does

With Full-day booking, customers:

* choose a **date**
* book the **full day** (no time slot)
* (optional) pay online, depending on your payment settings

You can control:

* capacity (how many bookings per day)
* paid vs free booking
* availability (team members / schedule, if applicable)
* location (optional)

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

***

### 🎯 When should I use Full-day Service?

Use Full-day booking when:

* your service is not time-slot based
* customers should reserve the full day
* you don’t want overlaps within the day

**Examples**

* Photographer “Day session”
* Meeting room rental (1 day)
* Equipment rental (1 day)
* Event booth booking (1 day)

***

### 🛠️ Step-by-step: Create a Full-day Service

#### 1) Open Services <a href="#step-1-open-services" id="step-1-open-services"></a>

* Open the app > click **Services**
* Click **New service** button

#### 2) Choose a service type <a href="#steps-2-choose-a-service-type" id="steps-2-choose-a-service-type"></a>

Select **Full-day booking**

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

#### 3) Create product&#x20;

* **Title** (example: *Haircut*)
* **Description** (optional, but helpful for customers)
* **Status**: Active (or **Draft** while testing)
* Optional: **Media**, **Vendor**, **Tags**, etc. (Shopify product fields)

<figure><img src="/files/0mIDOeleEhVJqMqao2Qp" alt=""><figcaption></figcaption></figure>

#### 4) Configure service settings

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

* **Duration** = 1 day
* Set **Capacity:** Choose how many customers can book the same day

**Examples**

**Capacity =1 ⇒** only one booking per day (most common)

**Capacity = 2+ ⇒** allow multiple bookings per day (for rentals with multiple units)

**5) Choose payment type**

| Option                    | What it means                         | Best for                       |
| ------------------------- | ------------------------------------- | ------------------------------ |
| ✅ **No payment required** | Confirm booking without paying online | Free booking, pay in person    |
| 💰 Pay to book            | Require payment behavior              | Paid services                  |
| Pay now                   | Charge immediately                    | Deposits / guaranteed bookings |
| Pay later                 | Confirm now, pay later                | Invoice / in-store payment     |
| Customer chooses          | Customer selects Pay now or later     | Flexible checkout              |

**6) Configure availability (important)**

Set when the service is available:

* working days (Mon–Sun)
* blackout dates (if any)
* As it is the full day service, the employee must be available from **00:00-24:00.**&#x20;

[Learn more](https://docs.tipo.io/tipo-appointment-booking/availability-team-members/set-availability-for-services#how-to-set-availability)

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

#### 7) Customize more settings (Optional) <a href="#step-7-customize-more-settings-optional" id="step-7-customize-more-settings-optional"></a>

* In **Location** field, enter the location of the service
* **Color**: helps identify bookings in the calendar
* **Questions & Add-ons**: collect info (name, preferences) or sell add-ons
* **Advanced settings**: booking rules, lead time, buffer time, etc. (if available)

#### 8) Save

Click **Save** to finish creating the service.

***

#### 🧪 Example (easy)

**Service:** Studio rental (Full day)

* Type: Full-day booking
* Capacity: 1 booking/day
* Payment: Pay to book → Pay now\
  Customer books **Dec 10** → pays → the entire day is reserved.

### 🌐 **How it works on the site**

For services configured as **Full Day,** the booking process is simplified for customers:

* The customer clicks the “Book Now” button on your store > A booking popup appears.
* The customer sees a calendar of available dates (since full-day bookings don’t require time selection).

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

* The customer selects their preferred date > They proceed to confirm the booking.

No time slots are shown or required.&#x20;

***

**🙋 Still need support?**

If you still need help, please feel free to contact us at <hi@tipo.io>. We’ll be happy to assist you further.


---

# Agent Instructions: 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://docs.tipo.io/tipo-appointment-booking/service-setup/full-day-service.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.
