> For the complete documentation index, see [llms.txt](https://viet-gaming-network.gitbook.io/icore/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://viet-gaming-network.gitbook.io/icore/shared/configs.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://viet-gaming-network.gitbook.io/icore/shared/configs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
