# Configuration

## The config.lua

```lua
Config = {}
Config.Framework = "qb"
Config.FrameworkPseudo = "qb-core" -- The name of the resource that contains the core object
Config.Inventory = "qb" -- Options: qb, tgiann, ox
Config.Target = "interact" -- Options: qb, ox, interact

Config.Item   = "whiteboard" -- The item name used to place the prop, make sure it exists in your inventory system
Config.Radius = 50.0    -- max 20 props at this radius (x, y) (do not touch unless you know what you are doing)
Config.zDiff  = 15.0    -- max height difference between the props to check the radius (do not touch unless you know what you are doing)
Config.WaitTime = 1000  -- time to wait for the dui to completely load (do not touch unless you know what you are doing)
```


---

# 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://zat-scripts.gitbook.io/zat-scripts/esx/whiteboard/configuration.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.
