# Resource Availability

In Sesami, **availability belongs to resources** (not just “team members”). A resource can be:

* **Team member** (staff)
* **Room**
* **Chair / station**
* **Equipment / machinery**
* Any other capacity you need to schedule

> Note: In Sesami, **team members are a Resource type** (Resources can also be rooms, equipment, etc.).

## Set availability for a resource (team member, room, equipment, …)

{% stepper %}
{% step %}

#### Open Resources

Open **Sesami → Resources**.
{% endstep %}

{% step %}

#### Select the resource

Select the resource you want to edit\
(Example: a resource with type **Team member**).
{% endstep %}

{% step %}

#### Go to Availability

Go to the **Availability** section.
{% endstep %}

{% step %}

#### Edit availability

Click a date (or day) to open **Edit Availability**.
{% endstep %}

{% step %}

#### Add time intervals

Add time intervals (example: `8:00 am – 11:00 am`).
{% endstep %}

{% step %}

#### Apply to other days (optional)

Use **Apply to…** to copy the same schedule to other days (optional).
{% endstep %}

{% step %}

#### Save changes

Click **Save** (top-right) when you’re done.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Tips

* If you schedule *rooms* or *equipment* as resources, give them realistic availability windows so the calendar doesn’t offer impossible slots.
* If you use Google Calendar sync for team members, you can block time by creating “Busy” events (see the “Block off dates or times” guide).
  {% 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/booking/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.
