> For the complete documentation index, see [llms.txt](https://mobile-calendar.gitbook.io/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mobile-calendar.gitbook.io/v1/dictionaries/room-equipment.md).

# Room equipment

List of available room equipment items in the system (`EQUIPMENT_MAP`).

Each entry contains:

* **ID** – unique integer identifier
* **Key** – API constant (uppercase)
* **Description** – short human-readable explanation

| ID | Key                | Description                                                        |
| -: | ------------------ | ------------------------------------------------------------------ |
|  1 | `AIR_CONDITIONING` | In-room air conditioning for cooling and comfort.                  |
|  2 | `KITCHENETTE`      | Compact kitchen area with sink, hob, and basic cooking facilities. |
|  3 | `TELEVISION`       | Flat-screen TV with local or satellite channels.                   |
|  4 | `BATHROOM`         | Private bathroom with shower or bathtub.                           |
|  5 | `POOL`             | Access to the swimming pool (shared or private).                   |
|  6 | `BALCONY`          | Private balcony or terrace attached to the room.                   |
|  7 | `WASHING_MACHINE`  | Washing machine available for guest use.                           |
|  8 | `KITCHEN_UTENSILS` | Basic cookware, plates, cutlery, and glasses provided.             |
|  9 | `BABY_CRIB`        | Baby crib or cot available upon request.                           |
| 10 | `BLANKET`          | Additional blanket for guest comfort.                              |
| 11 | `SCREEN`           | Window insect screen allowing airflow while keeping insects out.   |
| 12 | `UMBRELLA`         | Umbrella provided for guest use.                                   |
| 13 | `LOUNGER`          | Sun lounger or deck chair for relaxation.                          |
| 14 | `CLOTHES_HANGER`   | Clothes hangers provided in wardrobe or closet.                    |
| 15 | `DRYER`            | Hair dryer or tumble dryer available in the room.                  |
| 16 | `TOWELS`           | Bath and hand towels provided.                                     |
| 17 | `FLOOR_COVERING`   | Carpet or rug used as room floor covering.                         |
| 18 | `FIREPLACE`        | Fireplace for heating or decoration (electric or wood).            |
| 19 | `HEATING`          | Heating system for colder seasons.                                 |
| 20 | `IRON`             | Iron for clothes, often with ironing board.                        |
| 21 | `SAFE`             | In-room safe for storing valuables securely.                       |
| 22 | `DESK`             | Work desk suitable for laptop or writing use.                      |
| 23 | `BIDET`            | Bidet fixture in the bathroom.                                     |
| 24 | `TOOTHBRUSH`       | Complimentary toothbrush and toothpaste set.                       |
| 25 | `SHAMPOO`          | Complimentary shampoo provided for guests.                         |
| 26 | `HAIR_CONDITIONER` | Complimentary hair conditioner provided for guests.                |
| 27 | `SOAP`             | Hand or body soap provided.                                        |
| 28 | `RADIO`            | Radio or clock radio available in the room.                        |
| 29 | `TABLE`            | Small dining or coffee table.                                      |
| 30 | `WINE_GLASSES`     | Wine glasses for guest use.                                        |
| 31 | `CORKSCREW`        | Corkscrew or bottle opener provided.                               |
| 32 | `WATER`            | Complimentary bottled water available.                             |
| 33 | `GRILL`            | Barbecue grill (private or shared).                                |
| 34 | `DISHWASHER`       | Dishwasher available for guest use.                                |
| 35 | `MINIBAR`          | Minibar with refreshments (may be charged).                        |
| 36 | `REFRIGERATOR`     | Refrigerator or mini-fridge in the room.                           |
| 37 | `COFFEE_MACHINE`   | Coffee machine with capsules or filter setup.                      |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mobile-calendar.gitbook.io/v1/dictionaries/room-equipment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
