# SDK & Libraries

DecisionRules provides a set of libraries, add-ins, and server integrations that let you embed business rule execution directly into your applications and tools — without building API calls from scratch.

This section covers everything you need to connect your application to DecisionRules, from official language libraries through spreadsheet tooling to AI assistant integrations.

{% hint style="info" %}
All tools described here are used to **call DecisionRules from your application** — your code is the one making the connection. If you are looking for ways to connect external services into a flow, see [Flow Integrations](/doc/integrations/flow-integrations.md).
{% endhint %}


---

# 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/integrations/sdk-and-libraries.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.
