# Lunera

## Lunera

- [Introduction](https://lunera.rlib.io/master.md): This documentation serves the purpose of helping server owners install, setup, and use your new copy of this script.
- [Showcase](https://lunera.rlib.io/showcase.md): Preview screenshots of this addon
- [Changelog](https://lunera.rlib.io/changelog.md): Displays the most important changes of a release.
- [3.7.0.0](https://lunera.rlib.io/changelog/3.7.0.0.md): This is a detailed changelog for the specified release above.
- [3.6.1.0](https://lunera.rlib.io/changelog/3.6.1.0.md): This is a detailed changelog for the specified release above.
- [FAQ](https://lunera.rlib.io/faq.md): Answers to common questions and troubleshooting steps.
- [Addon Won't Show](https://lunera.rlib.io/faq/untitled.md): Steps to take if your addon will not display in-game.
- [Incompatible Addons](https://lunera.rlib.io/faq/incompatible-addons.md): Addons in this list have been deemed "incompatible" and require extra work.
- [Modified Script](https://lunera.rlib.io/faq/modified-script.md): The answer you will receive if you wrote your own customizations which are not working.
- [Refunds](https://lunera.rlib.io/faq/refunds.md): Policy regarding refunds
- [Script Errors](https://lunera.rlib.io/faq/script-errors.md): If your server console is throwing errors.
- [When Are Updates?](https://lunera.rlib.io/faq/when-are-updates.md): The number one question...
- [Install](https://lunera.rlib.io/setup/install.md): This section explains the installation process. Follow the instructions step-by-step.
- [Verify](https://lunera.rlib.io/setup/verify.md): Validating the installation of rlib and your addon
- [Workshop](https://lunera.rlib.io/setup/workshop.md): Workshop collection info related to this addon
- [Docs/Web](https://lunera.rlib.io/setup/docs-web.md): This information explains the 'web' folder provided in your downloaded zip.
- [Env](https://lunera.rlib.io/configuration/env.md): Library environment file.
- [Fonts](https://lunera.rlib.io/configuration/fonts.md): Information related to modifying fonts.
- [Languages](https://lunera.rlib.io/configuration/languages.md): Information related to how this addon can be translated.
- [Settings](https://lunera.rlib.io/configuration/settings.md): Explains configuration options, paths, and general settings information
- [Language](https://lunera.rlib.io/configuration/settings/language.md): Determines the language that will be used when a player is utilizing the script.
- [Initialize](https://lunera.rlib.io/configuration/settings/initialize.md): General settings related to the addon
- [Backgrounds](https://lunera.rlib.io/configuration/settings/backgrounds.md): Controls which type of backgrounds appear (if any) and various other settings for the overall appearance of the addon.
- [Binds](https://lunera.rlib.io/first-use/binds.md): Information related to displaying the script interface
- [Rules](https://lunera.rlib.io/internal/rules.md)
- [Slider](https://lunera.rlib.io/internal/slider.md)
- [Web Demo](https://lunera.rlib.io/internal/demo.md): Information for your addon's web-browser
- [Status](https://lunera.rlib.io/doc-references/status.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://lunera.rlib.io/master.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.
