# Welcome

Welcome to the Krimzon Development documentation. This resource provides guides, tutorials, and reference material for Krimzon scripts and tools.

## About This Documentation

This documentation is the central hub for Krimzon Development projects, with step-by-step installation guides, configuration instructions, feature explanations, and troubleshooting. Whether you are new to FiveM resources or tuning advanced options, you should find what you need here.

## Available Scripts & Resources

Documentation covers Krimzon Development scripts and tools for FiveM servers:

### 📜 Script Documentation

Each script includes:

* **Installation Guides** — Setup from download to `server.cfg`
* **Configuration** — Options and recommended values
* **Framework Support** — Where applicable, compatibility notes
* **Usage Guides** — How to use features in-game or from other resources
* **Troubleshooting** — Common issues and fixes
* **Advanced Topics** — Customization and technical detail

## Quick Navigation

* **Script-specific guides** — Use the navigation panel for each product (AFK System, KrimzonUI, and others as they are added)

## Finding What You Need

Use the navigation panel to:

1. **Browse by script** — Open the section for the resource you are running
2. **Search by topic** — Installation, configuration, troubleshooting, or advanced sections
3. **Framework guides** — Where documented, framework-specific setup

## Documentation Structure

* **Getting Started** — Install and first-time configuration
* **Feature Guides** — Behavior and options
* **Administration** — Management and advanced configuration (where relevant)
* **Troubleshooting** — Common problems
* **Advanced Topics** — Customization and internals

## Support & Resources

* **GitHub** — Source and issue tracking for each repository
* **Discord** — Community support (if offered for your product tier)
* **This site** — Published documentation (e.g. GitBook)

## Contributing

Spotted an error or want to improve a page? Contributions are welcome; follow the repository’s contribution guidelines.

***

**Ready to get started?** Use the navigation panel to open the resource you are working with.


---

# 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.krimzon.dev/information/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.
