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

# General FAQs

> Refunds, updates, framework support, licensing.

## Pre-purchase

<AccordionGroup>
  <Accordion title="What frameworks do you support?">
    ESX and QBX, auto-detected. QBCore mostly works (QBX is a drop-in
    replacement) but isn't actively tested.
  </Accordion>

  <Accordion title="Is ox_lib required?">
    Yes for every fxScripts resource. It's free and the de facto standard
    on modern servers. [github.com/overextended/ox\_lib](https://github.com/overextended/ox_lib).
  </Accordion>

  <Accordion title="Can I customize the UI?">
    Most NUI elements are themable through JSON files (no rebuild needed).
    For deeper changes, the source ships with the resource.
  </Accordion>

  <Accordion title="Is the source obfuscated?">
    Resources are escrowed via Cfx.re — standard for paid FiveM scripts.
    Configs, themes, translations and extension-point folders are
    escrow-ignored, so you can read and edit those freely.
  </Accordion>
</AccordionGroup>

<h2 id="refunds">
  Refunds
</h2>

<AccordionGroup>
  <Accordion title="What's the refund policy?">
    Within 7 days: if the script doesn't work as documented and we can't
    help fix it, you get a full refund. After 7 days: case-by-case.
  </Accordion>

  <Accordion title="How do I request a refund?">
    Open a ticket in [Discord](https://discord.gg/HCcpPmNrHH) with your
    Tebex order number. We either fix it or process the refund within
    48h.
  </Accordion>

  <Accordion title="What's not covered?">
    * Buyer's remorse after using the resource for >7 days
    * Issues caused by other custom resources on your server
    * Asking for a refund and continuing to use the resource
  </Accordion>
</AccordionGroup>

## Updates

<AccordionGroup>
  <Accordion title="Are updates included?">
    Yes — lifetime updates. Pull latest from Cfx.re Portal whenever.
  </Accordion>

  <Accordion title="Will updates break my customizations?">
    No. Configs, themes, translations and custom command folders are
    escrow-ignored, so they survive updates.
  </Accordion>

  <Accordion title="How will I know when there's an update?">
    Cfx.re Portal shows an "Update available" badge. We also announce
    releases in [Discord](https://discord.gg/HCcpPmNrHH).
  </Accordion>
</AccordionGroup>

## Licensing

<AccordionGroup>
  <Accordion title="Can I use it on multiple servers?">
    Yes — authorize each server's `sv_licenseKey` at Cfx.re Portal. No
    hard cap, but it's a single-buyer license, not for resale.
  </Accordion>

  <Accordion title="Can I share with other developers?">
    No. Single-buyer license. Sharing the source may result in license
    revocation.
  </Accordion>

  <Accordion title="Can I modify and resell?">
    Modifying for your own server is fine. Reselling — modified or not —
    is not allowed.
  </Accordion>
</AccordionGroup>

## Server requirements

<AccordionGroup>
  <Accordion title="Database required?">
    Some resources need [`oxmysql`](https://github.com/overextended/oxmysql).
    Each script's install page lists its dependencies.
  </Accordion>

  <Accordion title="Performance?">
    Every resource is built to stay under 0.05ms idle. Specific numbers in
    each script's previews page.
  </Accordion>
</AccordionGroup>

## Support

<AccordionGroup>
  <Accordion title="Where do I get help?">
    [Discord](https://discord.gg/HCcpPmNrHH). Open a ticket with your
    Tebex order, the resource name, and what's wrong.
  </Accordion>

  <Accordion title="Response time?">
    Typically under 12h. Critical bugs get priority.
  </Accordion>

  <Accordion title="Do you do custom work?">
    Sometimes — depends on scope and our backlog. Drop a message in
    Discord.
  </Accordion>
</AccordionGroup>
