# Resurs­tillgänglighet

I Sesami, **tillgänglighet hör till resurser** (inte bara "teammedlemmar"). En resurs kan vara:

* **Teammedlem** (personal)
* **Rum**
* **Stol / station**
* **Utrustning / maskiner**
* Vilken annan kapacitet som helst som du behöver schemalägga

> Obs: I Sesami, **är teammedlemmar en resurstyp** (Resurser kan också vara rum, utrustning osv.).

## Ställ in tillgänglighet för en resurs (teammedlem, rum, utrustning, …)

{% stepper %}
{% step %}

#### Öppna Resurser

Öppna **Sesami → Resurser**.
{% endstep %}

{% step %}

#### Välj resursen

Välj resursen du vill redigera\
(Exempel: en resurs med typen **Teammedlem**).
{% endstep %}

{% step %}

#### Gå till Tillgänglighet

Gå till **Tillgänglighet** avsnittet.
{% endstep %}

{% step %}

#### Redigera tillgänglighet

Klicka på ett datum (eller en dag) för att öppna **Redigera tillgänglighet**.
{% endstep %}

{% step %}

#### Lägg till tidsintervall

Lägg till tidsintervall (exempel: `8:00 – 11:00`).
{% endstep %}

{% step %}

#### Tillämpa på andra dagar (valfritt)

Använda **Tillämpa på…** för att kopiera samma schema till andra dagar (valfritt).
{% endstep %}

{% step %}

#### Spara ändringar

Klicka på **Spara** (uppe till höger) när du är klar.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Tips

* Om du schemalägger *rum* eller *utrustning* som resurser, ge dem realistiska tillgänglighetsfönster så att kalendern inte erbjuder omöjliga tider.
* Om du använder Google Kalender-synk för teammedlemmar kan du blockera tid genom att skapa händelser markerade som "Upptagen" (se guiden "Blockera datum eller tider").
  {% endhint %}


---

# 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://help.sesami.co/se/bokning/availability/resource-availability.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.
