# PRODUCT INTEGRATIONS

- [Minecraft Plugins](https://docs.sunlicense.hapangama.com/product-integrations/minecraft-plugins.md): SunLicense Integration Guide for Minecraft Plugins
- [Server Software](https://docs.sunlicense.hapangama.com/product-integrations/server-software.md): SunLicense Integration Guide for Minecraft Server Software
- [Minecraft Mods](https://docs.sunlicense.hapangama.com/product-integrations/minecraft-mods.md): SunLicense Integration Guide for Minecraft Mods
- [Discord Bots](https://docs.sunlicense.hapangama.com/product-integrations/discord-bots.md): SunLicense Integration Guide for Discord Bots
- [FiveM Projects](https://docs.sunlicense.hapangama.com/product-integrations/fivem-projects.md): This guide walks through the process of implementing SunLicense license management in a FiveM resource.
- [PHP Projects](https://docs.sunlicense.hapangama.com/product-integrations/php-projects.md): SunLicense Integration Guide for PHP Projects
- [Python Projects](https://docs.sunlicense.hapangama.com/product-integrations/python-projects.md): SunLicense Integration Guide for Python Projects
- [JavaScript Projects](https://docs.sunlicense.hapangama.com/product-integrations/javascript-projects.md): SunLicense Integration Guide for JavaScript Projects
- [Lua Projects](https://docs.sunlicense.hapangama.com/product-integrations/lua-projects.md): SunLicense Integration Guide for Lua Projects


---

# 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.sunlicense.hapangama.com/product-integrations.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.
