> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/da/booking/availability/same-day-bookings.md).

# Bookinger samme dag

## Deaktiver bookinger samme dag

Aktivér denne indstilling, hvis du **ikke** ønsker, at kunder skal booke aftaler til den aktuelle dag.

1. Gå til **Sesami > Services > \[vælg en service]**
2. Kontrollér **Deaktiver booking samme dag**
3. Klik **Gem**

Når den er aktiveret, vil dagens dato ikke vise nogen ledige tidsrum i butikkens kalender.

## Afrund startinterval

Den **Afrund startinterval** indstillingen afrunder det **næste** **tilgængelige tidsrum** op til det næste valgte interval.

**Indstillinger:**

* Deaktiver — kunder kan booke ethvert ledigt tidsrum, selv et der starter lige nu.
* 5 minutter,&#x20;
* 10 minutter
* 15 minutter
* 30 minutter
* 60 minutter

For eksempel, hvis det aktuelle tidspunkt er **11:02 AM**, justerer afrundingsindstillingen det som følger:

| Afrundingsinterval | Første ledige tidsrum |
| ------------------ | --------------------- |
| 5 minutter         | 11:05 AM              |
| 10 minutter        | 11:10 AM              |
| 15 minutter        | 11:15 AM              |
| 30 minutter        | 11:30 AM              |
| 60 minutter        | 12:00 PM              |

{% hint style="info" %}
Hvis du har brug for, at kunder booker længere i forvejen (f.eks. 30 minutter), så brug [Buffertider](/da/booking/availability/buffer-times.md) med værdien "Før den første aftale på samme dag" i stedet.
{% endhint %}

## Relateret

* [Buffertider](/da/booking/availability/buffer-times.md) — tilføj forberedelsestid mellem bookinger
* [Kalenderens startdato](/da/booking/availability/calendar-start-date.md) — styr, hvilken dato kalenderen viser først
* [Fleksible tidsrum](/da/booking/availability/flexible-slots.md) — styr tidsrummenes intervaller


---

# 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://help.sesami.co/da/booking/availability/same-day-bookings.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.
