# DecisionRules Distribution Server

### Overview

The **DecisionRules Distribution Server** is a centralized service that provides **managed content and resources** for DecisionRules environments.

It serves as a single source of truth for reusable assets such as templates, functions, and learning materials, ensuring consistency across all users and deployments.

### Purpose

The Distribution Server is responsible for:

* Providing **predefined templates** for faster rule creation
* Distributing **reusable functions and components**
* Delivering **links to Documentation and  Academy**
* Centralizing access to managed content across environments

### MCP Server Integration

The Distribution Server exposes its content via an **MCP (Model Context Protocol) server**, allowing AI assistants and agents to access and use this content dynamically.

#### MCP Endpoint

* `https://distribution.decisionrules.io/mcp`

Through this endpoint, clients can:

* Discover available templates, functions, and resources &#x20;
* Retrieve structured content for AI workflows &#x20;
* Integrate DecisionRules knowledge into assistants and automation &#x20;

### Setup

To successfully run DecisionRules with a Distribution server, your infrastructure must allow outbound access to it

{% content-ref url="/pages/le7CRo6cx4c6OKBmnWNG" %}
[Prerequisites](/doc/other-deployment-options/docker-and-on-premise/prerequisites.md)
{% endcontent-ref %}


---

# 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/decisionrules-applications/decisionrules-distribution-server.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.
