# v3

- [Resource Installation](https://docs.luxartengineering.com/v3/resource-installation.md): Instructions on how to install LVC:v3 into your server.
- [Configure Base Settings](https://docs.luxartengineering.com/v3/resource-installation/configure-base-settings.md): Configuration of fundamental settings located in SETTINGS.lua.
- [Configure Sirens](https://docs.luxartengineering.com/v3/resource-installation/configure-sirens.md): How to define siren tones in SIRENS table located in SIRENS.lua.
- [Assign Sirens](https://docs.luxartengineering.com/v3/resource-installation/assign-sirens.md): How to assign sirens to vehicles using SIREN\_ASSIGNMENTS table in SIRENS.lua,
- [Advanced Configuration](https://docs.luxartengineering.com/v3/resource-installation/advanced-configuration.md): Debugging and advanced configuration functionality.
- [Server Sided Siren Integration](https://docs.luxartengineering.com/v3/resource-installation/server-sided-siren-integration.md): Stream custom sirens from the server to LVC:v3
- [FAQ](https://docs.luxartengineering.com/v3/faq.md): Frequently asked question about LVC:v3.


---

# 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://docs.luxartengineering.com/v3.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.
