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

# FAQs

> Frequently asked questions about the K4MB1 Paleto Bank Robbery resource

## General Questions

<AccordionGroup>
  <Accordion title="What frameworks are supported?">
    The script supports QBCore, Qbox, and ESX through the Project X Bridge. Set `Framework` to `'auto'` in the bridge config and it will detect your framework automatically.

    Custom frameworks and any other framework work as well if you add the framework exports in the bridge's open source files. Set `Framework` to `'custom'` and implement the adapter functions in `projectx-bridge`. See the [Bridge Overview](/resources/bridge/overview).
  </Accordion>

  <Accordion title="Do I need the Project X Bridge?">
    Yes. The bridge is required for this script to function. See the [Bridge Installation](/resources/bridge/installation) page for setup instructions.
  </Accordion>

  <Accordion title="Do I need the K4MB1 map?">
    Yes. This variant requires the [K4MB1 Paleto Bank map](https://www.k4mb1maps.com/product/4881060). Step coordinates in `config/config.lua` are tuned for that MLO.
  </Accordion>

  <Accordion title="Can I run the robbery solo?">
    Yes. Set `Disable2PlayerPuzzles` to `true` in `config/config.lua` to disable two-player cooperative puzzles.
  </Accordion>

  <Accordion title="How do I change which minigames are used?">
    Open `opensource/client/client.lua` and edit the `projectx-paletobankrobbery-k4mb1:client:Minigames` callback. See the [Open Source](/resources/paleto-bank-robbery-k4mb1/opensource) page for the default step mapping.
  </Accordion>

  <Accordion title="How do I reset the bank manually?">
    Use `/projectxpaleto` (admin permissions required), or call:

    ```lua theme={null}
    exports['projectx-paletobankrobbery-k4mb1']:Reset()
    ```
  </Accordion>
</AccordionGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Zones or doors do not line up" icon="triangle-exclamation">
    Confirm the K4MB1 Paleto map resource is started and that you are not mixing config coords from the default variant.
  </Accordion>
</AccordionGroup>
