# Introduction

**LoCore Development** focuses on building systems that actually make sense to run and maintain. The goal isn’t to cram in features or chase trends, it’s to ship clean, reliable scripts that fit into real servers without fighting the rest of your stack.

Everything is built with performance and clarity in mind. Configs are straightforward, logic is readable, and nothing is locked down more than it needs to be. Whether you’re running a small community or a larger production server, LoCore scripts are meant to be easy to drop in, customize, and trust long-term.

This side of LoCore exists because too many FiveM resources are over complicated, under-documented, or hard to extend. These are built to be the opposite.


---

# 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.locore.dev/welcome.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.
