# Luarmor Documentation

## Luarmor Documentation

- [Luarmor API Documentation](https://docs.luarmor.net/docs/luarmor-api-documentation.md)
- [Luarmor User Manual & F.A.Q](https://docs.luarmor.net/luarmor-user-manual-and-f.a.q.md): We documented every single Luarmor feature in this page. If you want to know more about the service you're using, read this documentation.
- [Ad System (Rewards)](https://docs.luarmor.net/ad-system-rewards.md): Luarmor has a reward system that allows you to make money off of your script without directly charging the users. This is done via link shortener services like Linkvertise, Lootlabs, Work.Ink etc.
- [Anti-Bypass Policy](https://docs.luarmor.net/ad-system-rewards/anti-bypass-policy.md): This page explains how Luarmor detects bypassed completions and how it handles them.
- [Insane Optimization Tricks & LPH Macro Usage](https://docs.luarmor.net/insane-optimization-tricks-and-lph-macro-usage.md): The ultimate LPH\_NO\_VIRTUALIZE tutorial.
- [Verified / Safe Scripts](https://docs.luarmor.net/verified-safe-scripts.md): This page explains what "verified" Luarmor scripts are. This feature is optional, and you do not have to opt-in as a script developer.
- [Identifying Common Scams](https://docs.luarmor.net/identifying-common-scams.md): This page will teach you about critical thinking and the ways to verify if a discord server really offers what you are paying for.
- [Source Locker](https://docs.luarmor.net/source-locker.md): This page will explain the "locker" feature to store backups of your source codes.
- [Webhook Protection](https://docs.luarmor.net/webhook-protection.md)
- [Useful Sample Scripts](https://docs.luarmor.net/webhook-protection/useful-sample-scripts.md): You can see ready-to-paste snippets here. Make sure you read the documentation first. (See previous page)
- [3rd party / external key check API](https://docs.luarmor.net/docs-for-3rd-parties/3rd-party-external-key-check-api.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://docs.luarmor.net/docs/luarmor-api-documentation.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.
