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

# Support & Frequently Asked Questions

> Get help with Resrant Scripts and find answers to common questions about our FiveM resources.

## Need Support?

If you require assistance with any of our scripts or services, our support team is ready to help!

## Discord Support

The fastest way to get help is by joining our official [**Resrant Scripts Discord Server**](https://discord.com/invite/crwCA7jc2C).

<img className="hidden dark:block" src="https://mintcdn.com/resrantscripts/YCidc16NINrq3gZi/images/banner-dark.png?fit=max&auto=format&n=YCidc16NINrq3gZi&q=85&s=850241a84e5115090aafd519e942a94e" alt="Resrant Scripts Discord" width="1440" height="227" data-path="images/banner-dark.png" />

<img className="block dark:hidden" src="https://mintcdn.com/resrantscripts/YCidc16NINrq3gZi/images/banner-gray.png?fit=max&auto=format&n=YCidc16NINrq3gZi&q=85&s=5bdb3c3b62afe360e02792993e6310e8" alt="Resrant Scripts Discord" width="1440" height="227" data-path="images/banner-gray.png" />

Our active Discord community offers:

* **Direct assistance** from our staff and experienced community members
* **Bug reporting** with dedicated channels for each resource
* **Feature suggestions** to help shape future updates
* **Announcements** about new releases, updates, and special offers

<Info>
  Before seeking support, please check the relevant script documentation, the
  [Common Errors](/common-errors) page, and this FAQ section. This helps us
  provide faster support for unresolved issues and benefits the entire
  community.
</Info>

## Frequently Asked Questions

### Purchasing & Downloads

<AccordionGroup>
  <Accordion title="How do I purchase a script?">
    To purchase a script from our collection:

    1. Visit our [Tebex Store](https://store.resrant-scripts.com/)
    2. Log in with your Cfx.re account (required for FiveM resources)
    3. Add your desired scripts to your cart
    4. Complete the checkout process
    5. Your purchased assets will appear in your [Cfx.re Keymaster](https://keymaster.fivem.net/assets) account
  </Accordion>

  <Accordion title="How do I download my purchased products?">
    After completing your purchase:

    1. Go to your [Cfx.re Keymaster](https://keymaster.fivem.net/assets) page
    2. Navigate to the "Purchased Assets" tab
    3. Find your resource and click the "Download" button
    4. Save the ZIP file to your computer
  </Accordion>

  <Accordion title="I didn't receive my product in Keymaster after purchasing. What should I do?">
    <Warning>
      Please do not re-purchase the asset if it doesn't appear in your Keymaster immediately. Allow some time for the transaction to process and follow the steps below.
    </Warning>

    Please allow 5-10 minutes for the transaction to fully process. If the asset doesn't appear:

    1. Verify the purchase was completed (check your email for a receipt)
    2. Ensure you're logged into the same Cfx.re account used for purchase
    3. If still missing, open a support ticket in our [Discord server](https://discord.com/invite/crwCA7jc2C) with your transaction details
  </Accordion>
</AccordionGroup>

### Installation & Configuration

<AccordionGroup>
  <Accordion title="How do I install a script?">
    <Tip>
      For the most detailed installation instructions and visual aids, please refer to our comprehensive [Getting Started](/getting-started) guide. The steps below provide a quick summary.
    </Tip>

    <Steps>
      <Step title="Download the resource">
        Download the ZIP file from your Cfx.re Keymaster
      </Step>

      <Step title="Extract the files">
        Extract the ZIP to your server's resources folder
      </Step>

      <Step title="Configure the script">
        Edit the config files according to your needs
      </Step>

      <Step title="Add to server.cfg">
        Add `ensure [resource_name]` to your server.cfg
      </Step>

      <Step title="Restart your server">
        Restart your FiveM server to load the new resource
      </Step>
    </Steps>
  </Accordion>

  <Accordion title="Where can I find the configuration options for a script?">
    Configuration files are typically located at:

    * `config.lua` in the main script folder
    * `shared/config.lua` for some resources

    Each script has its own documentation page with detailed configuration explanations and examples.
  </Accordion>
</AccordionGroup>

### Additional Resources

<CardGroup cols={2}>
  <Card title="Getting Started Guide" icon="rocket" href="/getting-started">
    Step-by-step instructions for installing and configuring our scripts
  </Card>

  <Card title="Common Errors & Troubleshooting" icon="bug" href="/common-errors">
    Solutions for frequently encountered issues
  </Card>

  <Card title="Development Documentation" icon="code" href="/development">
    Technical details for developers and advanced users
  </Card>

  <Card title="Discord Community" icon="discord" href="https://discord.com/invite/crwCA7jc2C">
    Join our community for real-time support and updates
  </Card>
</CardGroup>

<Note>
  We're constantly expanding our documentation based on community feedback. If
  you have suggestions for additional FAQ topics, please let us know in our
  Discord server!
</Note>
