> ## 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 Burner Phone resource

<AccordionGroup>
  <Accordion title="Is the burner phone item required?">
    No, the item is optional. It's only needed if you want to use the contacts history feature where players can view their message history. You can disable it by setting `ContactsHistory.EnableItem` to `false` in the config.
  </Accordion>

  <Accordion title="How do contacts get added to the history?">
    Contacts are automatically tracked when using the `SendMessage` export. You don't need to manually add contacts.
  </Accordion>

  <Accordion title="Can I change which side the phone appears on?">
    Yes, you can change the `Position` option in the config to either `"left"` or `"right"`.
  </Accordion>

  <Accordion title="How do I make messages stay longer on screen?">
    You have two options:

    * Set a higher value for `Duration` in the config (in seconds)
    * Enable `DurationBasedOnLength` to automatically calculate duration based on message length
  </Accordion>

  <Accordion title="Can I disable the profile pictures?">
    Yes, set `EnableProfilePics` to `false` in the config to hide the profile picture above the sender name.
  </Accordion>

  <Accordion title="What frameworks are supported?">
    The script supports QBX, QBCore, and ESX frameworks. You need ox\_lib as a dependency. You can also implement your own logic in `server.lua` for custom frameworks.
  </Accordion>
</AccordionGroup>
