# Configuration

Main configuration file: `config.lua`

## Core options

* `Config.Framework` - framework mode. Use `auto`, `qbox`, `qb`, or `esx`.
* `Config.ItemName` - item spawn name when `Config.UseItem` is `true`.
* `Config.BootLogo` - add your own custom boot menu PNG.
* `Config.EmailDomain` - mail domain.
* `Config.UseItem` - `true`: open via item; `false`: command/keybind flow.
* `Config.EnableOpenCommand` / `Config.OpenCommand` - optional command (e.g. `/wtablet`).

## Keybind

* `Config.Keybind.enabled`
* `Config.Keybind.defaultKey` (default `F3`)
* `Config.Keybind.description`

## Notifications

* `Config.Notification` - notification duration in milliseconds.

## App toggles

`Config.Apps` controls built-in app visibility in app store:

`mail`, `contacts`, `camera`, `videocall`, `store`, `paint`, `gallery`, `calc`, `calendar`, `settings`, `Yap`

`Config.CustomApps` lets you declare external tablet apps from `config.lua` without modifying the tablet UI files.

## Default installed apps

`Config.DefaultApps` defines the initial installed app list for players. `settings` and `store` are **protected** and always installed server-side.

## Camera upload

`Config.Camera.Upload.method`:

* `fivemanage`
* `fivemerr`


---

# 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://w-labs.gitbook.io/w-labs-docs/scripts/wlabs-tablet/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.
