# FiveM Phone Scripts

## LB Phone

LB Phone support for Sonoran Radio is as easy as changing a configuration variable.

### Configuration

1. In your [config.lua](/radio/tutorials/getting-started/installing-the-in-game-resource.md#updates), set `Config.phoneResource` to `'lb-phone'`.
2. Ensure you start the `lb-phone` resource prior to Sonoran Radio.
3. [Customize the emergency call number and hide the call banner.](/radio/tutorials/usage/dispatch-panel/emergency-calls.md#customize-the-emergency-number-and-banner)

### Usage

In LB Phone, dial 911 ([or your customized number](/radio/tutorials/usage/dispatch-panel/emergency-calls.md#customize-the-emergency-number-and-banner)) to connect with a Sonoran Radio dispatcher. Press the end call button to hang up.

<div><figure><img src="/files/soyoOeZvloH9OxOPS1CD" alt="" width="158"><figcaption><p>Sonoran Radio: LB Phone Emergency Call</p></figcaption></figure> <figure><img src="/files/4EBggAYRdfZVjotn9wRd" alt=""><figcaption><p>Sonoran Radio: LB Phone Emergency Call</p></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonoransoftware.com/radio/tutorials/integrations/fivem-phone-scripts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
