# 椅子

要创建椅子，只需按照[家具创建教程](/chinese/cha-jian-shi-yong-fang-fa/adding-content/furniture.md)并为家具添加一个简单的属性，使其可以“坐下”。

```yaml
behaviours:
  furniture:
    small: true
  furniture_sit:
    sit_height: 0.5
```

如你所见，你只需添加 `furniture_sit` 行为并指定 `sit_height`。


---

# 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://itemsadder.devs.beer/chinese/cha-jian-shi-yong-fang-fa/adding-content/chair.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.
