# Configs

{% hint style="info" %}
**Good to know:** Almost the configs is in **h/h\_configs.lua**
{% endhint %}

## silent

{% hint style="info" %}
If set silent to true, iCore will don't automatic detect and fire player to signup or login into the game.
{% endhint %}

## introTime

{% hint style="info" %}
The time wait for video intro.
{% endhint %}

## defaultSpawn

{% hint style="info" %}
Default spawn coords and heading for new signup players.
{% endhint %}

## defaultItems

{% hint style="info" %}
Default items and amount when players signup.
{% endhint %}

## weathers

{% hint style="info" %}
List of weathers available in server.
{% endhint %}

## vehicleClass

{% hint style="info" %}
Vehicle class data for use later, don't need to care.
{% endhint %}

## keys

{% hint style="info" %}
Server keys binding for actions, you can see the key at [here](https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/), copy the **Input Parameter** only.
{% endhint %}

## media

{% hint style="info" %}
Variables configs for media system.
{% endhint %}


---

# 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://viet-gaming-network.gitbook.io/icore/shared/configs.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.
