> For the complete documentation index, see [llms.txt](https://docs.valoragaming.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valoragaming.com/readme.md).

# Welcome to Valora

**Valora** is a suite of premium, performance-first FiveM resources sharing one design language and one technical standard. Every script is built on the **ox\_lib** baseline, auto-detects your framework (**qbox → qb → esx**), and ships server-authoritative by default — so it is safe, fast, and consistent across your server.

This site is the single source of truth for installing, configuring and integrating every Valora resource.

{% hint style="info" %}
**New here?** Start with [Installation](/getting-started/installation.md) and [Dependencies](/getting-started/dependencies.md), then open the page for the script you bought.
{% endhint %}

## What's inside

| Area                                       | Where to go                                                        |
| ------------------------------------------ | ------------------------------------------------------------------ |
| Get a script running                       | [Getting Started → Installation](/getting-started/installation.md) |
| Shared dependencies (ox\_lib, oxmysql, …)  | [Getting Started → Dependencies](/getting-started/dependencies.md) |
| Per-script setup, config, exports & events | The **Scripts** section in the sidebar                             |
| Help, bug reports, updates                 | [Support & Updates](/getting-started/support.md)                   |

## The Valora standard

Every resource in the suite follows the same rules, so once you know one you know them all:

* **Framework-agnostic** — a single bridge auto-detects qbox, qb-core or ESX. No edits needed.
* **ox baseline** — `ox_lib` for notifications, callbacks and context menus; `oxmysql` for storage where applicable.
* **Server-authoritative** — money, items and permissions are always validated on the server. The client is never trusted.
* **Open config** — `config.lua`, `locales/*.json` and the NUI (`html/*`) are always left open (escrow-ignored) so you can fully theme and translate.
* **English-first** — every script ships in **English** and is fully translatable through its open `locales/` files. More community translations (French, Turkish, and other popular FiveM languages) are planned over time.

## Need a license?

Browse and purchase the suite at [**store.valoragaming.com**](https://store.valoragaming.com). Buyers get a private support channel on the Valora Dev Discord — see [Support & Updates](/getting-started/support.md).


---

# 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:

```
GET https://docs.valoragaming.com/readme.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.
