> ## 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.

# How to Update

> Learn how to update your Revo Scripts when a new version is released.

<Info>
  You will receive update access only if your purchase is valid and verified.
</Info>

Keeping your Revo Scripts up-to-date ensures access to the latest features, improvements, and bug fixes.

<Steps>
  <Step title="Visit CFX.re Keymaster">
    Go to the <a href="https://keymaster.fivem.net/asset-grants" target="_blank">CFX.re Keymaster Granted Assets</a> and log in using the same CFX account used to purchase the script.

    <Frame>
      <img src="https://mintcdn.com/revoscripts/Y8iz3JZxQ2m-BeSj/images/granted-assets.jpg?fit=max&auto=format&n=Y8iz3JZxQ2m-BeSj&q=85&s=5712bda9a7abf6bbe25fac5119287c2d" alt="Granted Assets Page" style={{ borderRadius: '0.5rem' }} width="1280" height="720" data-path="images/granted-assets.jpg" />
    </Frame>
  </Step>

  <Step title="Download the Latest Version">
    Locate the script you want to update in your granted assets and download the latest available bundle.

    <Note>
      The latest version will always be available in your asset grant. There’s no need to repurchase.
    </Note>
  </Step>

  <Step title="Replace the Old Script">
    1. Unzip the newly downloaded script bundle.<br />
    2. Open your server directory and navigate to the <code>resources</code> folder.<br />
    3. Delete the old version of the script folder.<br />
    4. Move the new script folder into the <code>resources</code> folder.<br />

    <Warning>
      Always back up your previous script folder and configuration files before replacing them with the new version.
    </Warning>
  </Step>

  <Step title="Restart or Refresh the Resource">
    You can either restart your server or refresh the resource using:

    ```bash theme={null}
      refresh
      restart [script-name]
    ```
  </Step>
</Steps>

<Tip>
  Make sure the folder name matches the one used in your <code>server.cfg</code> (or update the config accordingly).
</Tip>
