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

# Bookingfunktioner

Funktioner på serviceniveau, der forbedrer bookingoplevelsen og tilføjer særlige muligheder til dine tjenester.

## Hvad er bookingfunktioner?

Bookingfunktioner er valgfrie muligheder, du kan aktivere pr. service for at give dine kunder bedre oplevelser og din virksomhed mere kontrol.

## Tilgængelige funktioner

### Hurtig booking

* [**Øjeblikkelig booking**](/da/booking/booking-features/instant-booking.md) - Spring Shopify-kassen over for hurtigere bookinger
* [**Gruppeaftaler**](/da/booking/booking-features/group-appointments.md) - Tillad flere kunder at booke det samme tidsrum

### Flersession-bookinger

* [**Bookinger over flere dage**](/da/booking/booking-features/multi-day-bookings.md) - Tjenester, der strækker sig over flere dage
* [**Bookingpakker**](/da/booking/booking-features/booking-packages.md) - Saml flere sessioner i én pakke

### Kundehåndtering

* [**Aflysninger og ombooking**](/da/booking/booking-features/cancellations-rescheduling.md) - Lad kunderne administrere deres egne bookinger
* [**Links til online møder**](/da/booking/booking-features/online-meeting-links.md) - Tilføj virtuelle mødelinks til onlineaftaler
* [**Frafaldsformular og vilkår**](/da/booking/booking-features/waiver-terms.md) - Indsaml kundeaftaler før booking

## Sådan fungerer funktionerne

Hver funktion konfigureres på **serviceniveau**, hvilket betyder:

* Du kan aktivere forskellige funktioner for forskellige services
* Indstillinger er uafhængige pr. service
* Nogle funktioner kan kræve specifikke Sesami-planer (Pro eller Premium)

## Relateret

* [Tjenester](/da/administrator/services.md) - Konfigurér tjenester
* [Bookingoplevelser](/da/booking/booking-experiences.md) - Brugergrænseflade rettet mod kunder
* [Tilgængelighed](/da/booking/availability.md) - Regler for tilgængelighed


---

# 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/booking-features.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.
