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

# FAQ

> All important questions about RoadCarPlay — setup, troubleshooting, and tips

<Info>
  Use this page to quickly find answers to common questions and fixes. If something is missing, reach out on our Discord server.
</Info>

<AccordionGroup>
  <Accordion title="I found a bug — what should I do?" icon="bug">
    Please post a detailed bug report in our Discord channel **#errors**. Include steps to reproduce, screenshots, and logs if possible. We'll try to fix it as soon as we can.
  </Accordion>

  <Accordion title="How do I give myself or others permission to approve music?" icon="shield-check">
    Songs that players submit through the Music app have to be approved before they land in the library. The approval permission is handed out in-game with **`/carmusic-verify`**:

    ```bash theme={null}
    /carmusic-verify PLAYERID
    ```

    * The command **toggles**: no permission → grants it, already has it → revokes it
    * `PLAYERID` is the **server ID** of the player (visible in the player list / txAdmin)
    * Only administrators can run the command

    <Card title="All Commands" href="/roadcarplay/commands" icon="terminal">
      Full command reference for RoadCarPlay
    </Card>
  </Accordion>

  <Accordion title="My Music Library is empty — what do I do?" icon="music">
    A fresh library only fills up once songs have been **submitted and approved**. Work through this checklist:

    <Steps>
      <Step title="Add songs through the Music app">
        Players submit songs directly in the app. They land in the pending queue first, not in the library.
      </Step>

      <Step title="Approve the pending songs">
        Someone with the music approval permission (see above) has to approve them. Once approved, they show up in the library for everyone.
      </Step>
    </Steps>
  </Accordion>

  <Accordion title="I don't hear music in the Music app" icon="music">
    <Tip>Make sure you're using our **xSound** version and start **xSound before RoadPad**.</Tip>

    **Checklist**

    * Clear your client cache.
    * Check that **GTA music** is turned on.
    * Verify your **Windows volume mixer** isn't at 0% (this is independent of FiveM).

    <Warning>If your loading screen uses **YouTube** and you muted it there, the sound is muted everywhere. Unmute the loading screen.</Warning>

    <img src="https://284060423-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9nk3u2fvDPBGM8TrCd0N%2Fuploads%2Frq0XT7Qriph5lp24JQgJ%2FRod_rtHandy.PNG?alt=media&token=d98cc53a-d68c-4b05-abb3-3834efdd751a" alt="Music troubleshooting screenshot" className="rounded-lg" />
  </Accordion>

  <Accordion title="How can I disable apps?" icon="circle-minus">
    Open **/public/static/config/config.json**, search for **AppStore**, and remove the block for the app(s) you want to disable.

    <img src="https://284060423-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9nk3u2fvDPBGM8TrCd0N%2Fuploads%2FAG0x1YGxObUp0ujtISkD%2Fimage.png?alt=media&token=97c44cae-3598-4dcd-a6de-c90c572273ae" alt="Remove apps from AppStore config" className="rounded-lg" />
  </Accordion>
</AccordionGroup>
