> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markz3d.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

<Steps>
  <Step titleSize="h2" title="📦 Install the required dependencies">
    * Install [Utility Lib](https://github.com/utility-library/utility_lib)
    * Install the items if you plan to use an inventory<br />
          <a href="../other/general-faq#how-to-install-items%3F" target="_self">
            how to install items?
          </a>
  </Step>

  <Step titleSize="h2" title="🗃️ Database Setup">
    You will find a `mxc_hotels.sql` file that creates the necessary tables.\
    Before running the server, import this file into your database using HeidiSQL, phpMyAdmin, or any other MariaDB/MySQL-compatible manager.\
    Simply open your database tool, select your target database, and execute (import) the `mxc_hotels.sql` file to generate the required structure.
  </Step>

  <Step titleSize="h2" title="🌍 Maps Compatibility">
    Some maps require additional work to be compatible with the hotel system.

    1. Check the `[compatibility]` folder in the resource for further installation steps
  </Step>
</Steps>
