> 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/se/bokning/availability/flexible-slots.md).

# Flexibla tidsluckor

Flexibla tidsluckor låter dig styra det intervall med vilket tidsluckor visas i din bokningskalender — oberoende av tjänstens längd.

## Vad flexibla tidsluckor gör

Som standard genererar Sesami tidsluckor baserat på tjänstens längd. Med flexibla tidsluckor väljer du hur din tillgänglighet visas — var 15:e, 30:e, 45:e eller 60:e minut — vilket ger dig och dina kunder större flexibilitet.

**Exempel:** En tjänst på 60 minuter med flexibla tidsluckor på 15 minuter skulle visa:

* 9:00, 9:15, 9:30, 9:45, 10:00...

Utan flexibla tidsluckor skulle den bara visa:

* 9:00, 10:00, 11:00...

## Konfigurera flexibla tidsluckor

1. Gå till **Sesami > Tjänster > \[välj en tjänst]**
2. Scrolla till **Flexibla tider**
3. Välj ditt intervall: **15**, **30**, **45**eller **60 minuter**
4. Klicka på **Spara**

Det nya intervallet gäller både **Admin Portal** bokningsvyn och **Webbutiken** kalendern.

{% hint style="info" %}
För att aktivera flexibla tidsluckor på ditt konto, kontakta Sesami-teamet på <help@sesami.co>.
{% endhint %}

## När flexibla tidsluckor ska användas

* **Fler bokningsalternativ** — kortare intervall ger kunderna fler valmöjligheter och minskar missade bokningar
* **Optimerad schemaläggning** — fyll luckor i din kalender genom att erbjuda förskjutna starttider
* **Kontroll av överlappande tjänster** — använd tillsammans med bufferttider för att hantera övergångar mellan möten

## Relaterat

* [Bufferttider](/se/bokning/availability/buffer-times.md) — lägg till tid mellan möten
* [Bokningar samma dag](/se/bokning/availability/same-day-bookings.md) — kontrollera tillgänglighet för bokning samma dag
* [Resurstillgänglighet](/se/bokning/availability/resource-availability.md) — ställ in tillgänglighetsscheman


---

# 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/se/bokning/availability/flexible-slots.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.
