# Languages / Frameworks

- [SQL Server](https://docs.decisionrules.io/doc/v1/sdk-and-integrations/languages-frameworks/sql-server.md)
- [Oracle PL/SQL](https://docs.decisionrules.io/doc/v1/sdk-and-integrations/languages-frameworks/oracle-pl-sql.md): How to call DecisionRules directly from Oracle PLSQL
- [PostgreSQL](https://docs.decisionrules.io/doc/v1/sdk-and-integrations/languages-frameworks/postgresql.md)
- [JavaScript](https://docs.decisionrules.io/doc/v1/sdk-and-integrations/languages-frameworks/javascript.md): A simple JavaScript library that allows you to connect to the DecisionRules Solver API, Management API and Business Intelligence API.
- [Java Spring Example](https://docs.decisionrules.io/doc/v1/sdk-and-integrations/languages-frameworks/java.md): Simple Java Decision rules example that allows you to solve and manage business rules.
- [PHP Library](https://docs.decisionrules.io/doc/v1/sdk-and-integrations/languages-frameworks/php.md): A simple PHP library that allows you to solve and manage business rules.
- [Python Library](https://docs.decisionrules.io/doc/v1/sdk-and-integrations/languages-frameworks/python.md)
- [.NET Library](https://docs.decisionrules.io/doc/v1/sdk-and-integrations/languages-frameworks/.net.md): A simple .NET/.NET Core library that allows you to solve and manage business rules.
- [Google Tag Manager](https://docs.decisionrules.io/doc/v1/sdk-and-integrations/languages-frameworks/google-tag-manager.md): This page describes the integration of DecisionRules with Google Tag Manager.


---

# 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.decisionrules.io/doc/v1/sdk-and-integrations/languages-frameworks.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.
