> 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/getting-started/support.md).

# Support & Updates

## Getting help

The fastest way to get support is the **Valora Dev Discord**. After purchase you get access to a private buyers area with a ticket system:

* **Pre-sales** — questions before you buy.
* **Bug reports** — something not working as documented.
* **Installation** — help getting a script running.
* **Other** — anything else.

When opening a ticket, please include:

1. The resource name and **version** (see `fxmanifest.lua` → `version`).
2. Your framework (Qbox / QBCore / ESX) and core dependency versions.
3. The **full** server console output around the error (`txAdmin` console or `server.log`).
4. Steps to reproduce.

## Updates

Releases are announced in the Discord **#updates** channel. Each release lists the changes for that version. Always read the changelog before updating — occasionally an update needs a database migration or a `config.lua` change, which will be called out.

## Licensing

Valora resources are distributed via Tebex with CFX asset escrow. The following are always left **open** so you can fully customise without touching protected code:

* `config.lua` — all settings.
* `locales/*.json` — translations.
* `html/*` — the interface (NUI).
* `README.md` / install docs.

Everything else (client/server logic) is encrypted. If you need a hook that isn't exposed, ask on Discord — most needs are already covered by the resource's **exports and events** (listed on each script's page).


---

# 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/getting-started/support.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.
