> For the complete documentation index, see [llms.txt](https://docs.rahe.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rahe.dev/our-scripts/taxi/integration/lb-phone.md).

# LB-PHONE

This script includes built-in support for **lb-phone**, without additional configuration.

Before using, ensure you have:

* **lb-phone** is installed and working correctly
* **rahe-taxi is installed and works with the /taxi command.**

After you have verified that the apps work you can disable the command by setting <mark style="color:blue;">commandsEnabled</mark> to <mark style="color:blue;">false</mark> in <mark style="color:blue;">public\config\client\cl\_config.lua</mark>

{% tabs %}
{% tab title="public/config/client/cl\_config.lua" %}
commandsEnabled = false,
{% endtab %}
{% endtabs %}
