# Mechanics

- [Furniture Mechanic](https://docs.nexomc.com/mechanics/furniture-mechanic.md)
- [Hitbox](https://docs.nexomc.com/mechanics/furniture-mechanic/hitbox.md)
- [Barrier Hitbox](https://docs.nexomc.com/mechanics/furniture-mechanic/hitbox/barrier-hitbox.md)
- [Interaction Hitbox](https://docs.nexomc.com/mechanics/furniture-mechanic/hitbox/interaction-hitbox.md)
- [Shulker Hitbox](https://docs.nexomc.com/mechanics/furniture-mechanic/hitbox/shulker-hitbox.md)
- [Ghast Hitbox](https://docs.nexomc.com/mechanics/furniture-mechanic/hitbox/ghast-hitbox.md)
- [Text-Entities](https://docs.nexomc.com/mechanics/furniture-mechanic/text-entities.md)
- [Connectable Furniture](https://docs.nexomc.com/mechanics/furniture-mechanic/connectable-furniture.md): Feature introduced in Nexo 1.5
- [Seat Mechanic](https://docs.nexomc.com/mechanics/furniture-mechanic/seat-mechanic.md)
- [Bed Mechanic](https://docs.nexomc.com/mechanics/furniture-mechanic/bed-mechanic.md): Feature added in Nexo 1.4
- [Light Mechanic](https://docs.nexomc.com/mechanics/furniture-mechanic/light-mechanic.md)
- [Farming Mechanic](https://docs.nexomc.com/mechanics/furniture-mechanic/farming-mechanic.md)
- [Door Mechanic](https://docs.nexomc.com/mechanics/furniture-mechanic/door-mechanic.md)
- [Custom Block Mechanics](https://docs.nexomc.com/mechanics/custom-block-mechanics.md)
- [ChorusBlock Mechanic](https://docs.nexomc.com/mechanics/custom-block-mechanics/chorusblock-mechanic.md)
- [NoteBlock Mechanic](https://docs.nexomc.com/mechanics/custom-block-mechanics/noteblock-mechanic.md): How to add your own blocks to the game
- [Stripped Log Mechanic](https://docs.nexomc.com/mechanics/custom-block-mechanics/noteblock-mechanic/stripped-log-mechanic.md)
- [Directional Mechanic](https://docs.nexomc.com/mechanics/custom-block-mechanics/noteblock-mechanic/directional-mechanic.md)
- [StringBlock Mechanic](https://docs.nexomc.com/mechanics/custom-block-mechanics/stringblock-mechanic.md)
- [Custom Trident](https://docs.nexomc.com/mechanics/custom-trident.md)
- [ClickAction Mechanic](https://docs.nexomc.com/mechanics/clickaction-mechanic.md): Run commands, play sounds, or send messages when a player clicks a block or furniture.
- [Custom Mechanic](https://docs.nexomc.com/mechanics/custom-mechanic.md): This mechanism allows you to realize an extremely customizable mechanism without programming
- [Other Mechanics](https://docs.nexomc.com/mechanics/all-mechanics.md): The different mechanics available by default and their configurations sorted by category


---

# 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.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.
