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

# Ressourcetilgængelighed

I Sesami, **tilgængelighed hører til ressourcer** (ikke kun “teammedlemmer”). En ressource kan være:

* **Teammedlem** (personale)
* **Rum**
* **Stol / station**
* **Udstyr / maskiner**
* Enhver anden kapacitet, du skal planlægge

> Bemærk: I Sesami, **teammedlemmer er en Ressourcetype** (Ressourcer kan også være rum, udstyr osv.).

## Angiv tilgængelighed for en ressource (teammedlem, rum, udstyr, …)

{% stepper %}
{% step %}

#### Åbn Ressourcer

Åbn **Sesami → Ressourcer**.
{% endstep %}

{% step %}

#### Vælg ressourcen

Vælg den ressource, du vil redigere\
(Eksempel: en ressource med typen **Teammedlem**).
{% endstep %}

{% step %}

#### Gå til Tilgængelighed

Gå til **Tilgængelighed** sektionen.
{% endstep %}

{% step %}

#### Redigér tilgængelighed

Klik på en dato (eller dag) for at åbne **Redigér tilgængelighed**.
{% endstep %}

{% step %}

#### Tilføj tidsintervaller

Tilføj tidsintervaller (eksempel: `08:00 – 11:00`).
{% endstep %}

{% step %}

#### Anvend på andre dage (valgfrit)

Brug **Anvend til…** for at kopiere den samme tidsplan til andre dage (valgfrit).
{% endstep %}

{% step %}

#### Gem ændringer

Klik på **Gem** (øverst til højre), når du er færdig.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Tips

* Hvis du planlægger *rum* eller *udstyr* som ressourcer, så giv dem realistiske tilgængelighedsvinduer, så kalenderen ikke tilbyder umulige tider.
* Hvis du bruger Google Kalender-synkronisering for teammedlemmer, kan du blokere tid ved at oprette “Optaget”-begivenheder (se guiden “Bloker datoer eller tidspunkter”).
  {% endhint %}

<figure><img src="/files/88b7a3c8dd88b35c0fce896d9d3cc9151fe09281" alt=""><figcaption></figcaption></figure>

## Tilgængelighedsinterval

Tilgængelighedsintervallet lader dig styre, hvornår en ressource kan modtage bookinger, ved at definere et bookingvindue.

Du kan vælge, hvornår bookinger starter, og hvor langt ud i fremtiden kunder kan planlægge aftaler.

### Indstillinger:

**Fra: Vælg, hvornår bookinger bliver tilgængelige.**

* **Nu** – Kunder kan booke med det samme.
* **Præcis dato** – Bookinger starter på en bestemt dato.
* **Dage ude i fremtiden** – Udskyd bookinger med et bestemt antal dage.

**Eksempel:** Indstilling **Fra → Dage ude i fremtiden → 7** forhindrer kunder i at booke aftaler inden for de næste 7 dage.<br>

**Til: Vælg, hvor langt ud i fremtiden kunder kan booke.**

* **Ubegrænset ud i fremtiden** – Ingen bookinggrænse.
* **Præcis dato** – Stop med at acceptere bookinger efter en bestemt dato.
* **Dage ude i fremtiden** – Tillad kun bookinger inden for et rullende antal dage.

**Eksempel:** Indstilling **Til → Dage ude i fremtiden → 90** tillader kunder at booke op til 90 dage i forvejen.

{% hint style="info" %}
Bemærk: Det styrer bookingvinduet, ikke ressourcens arbejdstider.

For at forhindre [samme-dags](/da/booking/availability/same-day-bookings.md#disable-same-day-bookings) eller sidste-øjebliksbookinger, brug [buffertid før dagens første aftale ](/da/booking/availability/buffer-times.md#before-the-first-appointment-on-the-same-day)i stedet.
{% endhint %}

<figure><img src="/files/5e0b399476590bfad2f5d85e8a5ada81e2177bfc" alt=""><figcaption></figcaption></figure>


---

# 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/resource-availability.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.
