> For the complete documentation index, see [llms.txt](https://docs.stylemixthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stylemixthemes.com/hotello-theme-documentation/content-management/rooms.md).

# Rooms

All your Hotel Rooms are located under **Hotelier > Rooms**:

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/rooms-1.png)

Each room has Settings, Title, View Options, Descriptions, Content, Featured and Gallery images. Please see the next image as an example:

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/rooms-2.png)

## Setting up Room Categories

Before uploading details of events to your website, it is a good idea to first create room categories. This will help you segregate the rooms based on their category, and display rooms of just a particular category, if required.

**To set up room categories:**

**1.** Click on **Rooms > Categories** in the WordPress menu.\
**2.** Create categories just as you would create normal categories in WordPress.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/rooms-3.png)

## Setting up Rates and Facilities

Besides categories, Room post type includes Rate and Facility taxonomies:

To set up room **Rates and Facilities** click on **Rooms > Rates or Rooms > Facilites** in the WordPress menu.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/rooms-4.png)

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/rooms-5.png)

## Creating a Room

Once you have defined your room taxonomies, you can create Rooms with details.

To create a Room post click on **Rooms > Add New** in the WordPress menu.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/rooms-6.png)


---

# 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://docs.stylemixthemes.com/hotello-theme-documentation/content-management/rooms.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.
