# Config

```lua
-- Webhooks
Config.serverwebhook = "MAKE_YOUR_WEBHOOK_HERE" ---enter your webhook link here don't forget to do this Important for camera work.
--- Important to add a webhook here
```

```lua
--config here 
Config.corename = 'qb-core' --framework name
Config.target = 'qb-target'
Config.trucker = 'qb-trucker'
Config.crypto = 'qb-crypto'
Config.lapraces = 'qb-lapraces'
Config.houses = 'qb-houses'
Config.pings = 'qb-pings'
Config.hud = "qb-hud"
Config.bossmenu = "qb-bossmenu"

Config.Movement = false -- Allow walking and driving while using phone
```

```lua
    -- uncomment if u want this  (make sure u define a perfect slot to this)


    -- ["crypto"] = {
    --     app = "crypto",
    --     icon = "fas fa-coins",
    --     tooltipText = "Crypto",
    --     job = false,
    --     blockedjobs = {},
    --     slot = 19,
    --     Alerts = 0,
    -- },
```


---

# 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://efdevelopment.gitbook.io/ef-phone/config.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.
