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

# Installation

> Install Revo GunJam & Recoil and set it up on your FiveM server.

<Steps>
  <Step title="Download GunJam & Recoil">
    Visit the <a href="https://keymaster.fivem.net/" target="_blank">FiveM Keymaster</a> and download the latest version of **Revo GunJam & Recoil**. Save the script to your computer.
  </Step>

  <Step title="Add to Resources">
    Place the downloaded `revo_gunjam` folder inside your server's `resources` directory.
  </Step>

  <Step title="Configure server.cfg">
    Add the following line to your `server.cfg` to ensure GunJam & Recoil starts with your server:

    ```bash theme={null}
      ensure revo_gunjam
    ```
  </Step>

  <Step title="Start the Resource">
    Restart your server or run these commands in the server console:

    ```bash theme={null}
      refresh
      ensure revo_gunjam
    ```
  </Step>
</Steps>

<Tip>
  Revo GunJam & Recoil works out of the box. You can further customize jam chances and recoil settings in the <code>config.lua</code> file to match your server's needs.
</Tip>
