# Config Settings

## Config Settings

### Sql Settings

Before starting the script for the first time, make the Config.AutoDatabaseCreator part true and then make it false so that the sql file will be queried manually.

> Before you start with server script for the first time :

```lua
Config.AutoDatabaseCreator = true
```

> When the server starts with the script second and then later:

```lua
Config.AutoDatabaseCreator = true
```

## Target Settings

If you are using it in ox target, do not change the qb-target text there, the system will automatically detect it Everything about the rest of the config settings is written as a description next to the setting, you can review them


---

# 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.0resmon.org/0resmon/frkn-resources/frkn-fuelv4/config-settings.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.
