# CONFIG.LUA

| Variable            | Default Value | Remarks                                                                                                                 |
| ------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------- |
| **UsingOldQBCore**  | true          | <p>If you use any older versions of QBCore or QBUS, set this to FALSE </p><p><strong>(This affects IMPORT)</strong></p> |
| **CatalogueCoords** | vector3       | Contains Location of the Place for the Catalogue Trigger.                                                               |
| **DrawText**        | Text          | Text to display on Catalogue Coords.                                                                                    |
| **DefaultCategory** | Text          | Category to Open First when UI appears.                                                                                 |
| **UseSharedImages** | true/false    | <p>FALSE if you using Latest QBCore. </p><p>Read More about this HERE</p>                                               |

```
Config = {}

Config.UseOldQBcore = false

Config.CatalogueCoords = vector3(-57.25, -1097.17, 26.42) -- COORDS FOR CATALOGUE (DEFAULT PDM DESK)

Config.DrawText = 'Press ~b~[ E ]~w~ to Open ~y~PDM Catalogue' -- TEXT TO APPEAR AT LOCATION

Config.DefaultCategory = 'super' -- PAGE THAT SHOULD OPEN FIRST (SMALL CASE ONLY)

Config.UseSharedImages = false
```


---

# 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://osmiumop.gitbook.io/pdm-catalogue/information/config.lua.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.
