> ## 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 [ox\_target](https://github.com/overextended/ox_target)
    * Install the items <br />
          <a href="../other/general-faq#how-to-install-items%3F" target="_self">
            how to install items?
          </a>
  </Step>

  <Step titleSize="h2" title="🛹 Start both resources">
    The skateboard is split into two resources, `utility_skate` (the script) and `utility_skate_props` (the models).

    Both must be started, with the props first:

    ```
    ensure utility_skate_props
    ensure utility_skate
    ```

    <Warning>Starting `utility_skate` alone will not throw any error, the skateboard simply won't spawn.</Warning>
  </Step>

  <Step titleSize="h2" title="🧪 Testing without items (Optional)">
    Set `Config.RequireItems` to `false` in the `config.lua` to unlock the `/skateboard` command, which gives you a skateboard without needing anything in your inventory.
  </Step>
</Steps>
