# Bed Mechanic

Furniture can also be used as beds. Bed-positions can be configured like below.\
This can be used for both replicating normal beds, or just a furniture to lie down on.\
It is configured with an offset and properties for if it should skip nights and reset phantoms.\
A normal bed has both these to true, but you can disable it for say a bench if you want to.

```yaml
myitem:
  Mechanics:
    furniture:
      beds:
        - 0,0,0 true true # x,y,z skip-night reset-phantoms
```

<figure><img src="/files/uaQeRGv2OpzIVIOo6F57" alt=""><figcaption><p>Double-Bed included in Nexo's Default Items</p></figcaption></figure>


---

# 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://docs.nexomc.com/mechanics/furniture-mechanic/bed-mechanic.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.
