# 资源可用性

在 Sesami 中， **可用性属于资源** （不只是“团队成员”）。资源可以是：

* **团队成员** （员工）
* **房间**
* **椅子 / 工位**
* **设备 / 机械**
* 你需要安排的任何其他容量

> 注意：在 Sesami 中， **团队成员属于资源类型** （资源也可以是房间、设备等）。

## 为资源（团队成员、房间、设备等）设置可用性

{% stepper %}
{% step %}

#### 打开资源

打开 **Sesami → 资源**.
{% endstep %}

{% step %}

#### 选择资源

选择你要编辑的资源\
（示例：一个类型为 **团队成员**).
{% endstep %}

{% step %}

#### 转到可用性

前往 **可用性** 部分。
{% endstep %}

{% step %}

#### 编辑可用性

点击某个日期（或星期）以打开 **编辑可用性**.
{% endstep %}

{% step %}

#### 添加时间段

添加时间段（示例： `上午 8:00 – 上午 11:00`).
{% endstep %}

{% step %}

#### 应用到其他日期（可选）

使用 **应用到…** 以将相同的排班复制到其他日期（可选）。
{% endstep %}

{% step %}

#### 保存更改

点击 **保存** （右上角），完成后点击。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
提示

* 如果你为 *房间* 或 *设备* 安排资源，请为它们设置合理的可用时间窗口，这样日历就不会提供不可能的时段。
* 如果你为团队成员使用 Google 日历同步，你可以通过创建“忙碌”事件来屏蔽时间（请参阅“屏蔽日期或时间”指南）。
  {% 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/zh-cn/yu-yue/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.
