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

# Disponibilità della risorsa

In Sesami, **la disponibilità appartiene alle risorse** (non solo ai “membri del team”). Una risorsa può essere:

* **Membro del team** (personale)
* **Stanza**
* **Sedia / postazione**
* **Attrezzature / macchinari**
* Qualsiasi altra capacità che devi pianificare

> Nota: in Sesami, **i membri del team sono un tipo di Risorsa** (Le risorse possono essere anche stanze, attrezzature, ecc.).

## Imposta la disponibilità per una risorsa (membro del team, stanza, attrezzatura, …)

{% stepper %}
{% step %}

#### Apri Risorse

Apri **Sesami → Risorse**.
{% endstep %}

{% step %}

#### Seleziona la risorsa

Seleziona la risorsa che vuoi modificare\
(Esempio: una risorsa con tipo **Membro del team**).
{% endstep %}

{% step %}

#### Vai a Disponibilità

Vai alla **Disponibilità** sezione.
{% endstep %}

{% step %}

#### Modifica disponibilità

Fai clic su una data (o un giorno) per aprire **Modifica disponibilità**.
{% endstep %}

{% step %}

#### Aggiungi intervalli di tempo

Aggiungi intervalli di tempo (esempio: `8:00 – 11:00`).
{% endstep %}

{% step %}

#### Applica ad altri giorni (facoltativo)

Usare **Applica a…** per copiare lo stesso programma su altri giorni (facoltativo).
{% endstep %}

{% step %}

#### Salva le modifiche

Fai clic su **Salva** (in alto a destra) quando hai finito.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Suggerimenti

* Se pianifichi *stanze* o *attrezzatura* come risorse, assegna loro finestre di disponibilità realistiche così il calendario non offrirà fasce orarie impossibili.
* Se usi la sincronizzazione con Google Calendar per i membri del team, puoi bloccare il tempo creando eventi “Occupato” (vedi la guida “Blocca date o orari”).
  {% endhint %}


---

# 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/it/prenotazione/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.
