# Protect Scripting language

- [Protect PHP project](https://documentation.virbox.com/use-cases/protect-scripting-language/protect-php-project.md)
- [Protect the Python application with Virbox Protector](https://documentation.virbox.com/use-cases/protect-scripting-language/protect-the-python-application-with-virbox-protector.md)
- [Protect Python Project by PyProtector](https://documentation.virbox.com/use-cases/protect-scripting-language/protect-python-project-by-pyprotector.md): --With PyProtector, a Python extension package, Developer has capability to protect python project to bytecode level, which effective to prevent attacker to decompile python project.
- [Protect the JavaScript code in HTML 5 applications](https://documentation.virbox.com/use-cases/protect-scripting-language/protect-the-javascript-code-in-html-5-applications.md)


---

# 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://documentation.virbox.com/use-cases/protect-scripting-language.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.
