# On Premise

In an on-premise environment, the application is deployed and operated within the customer’s infrastructure, typically using Docker containers. User accounts and authentication are managed locally within the customer’s instance.

Depending on the setup, users may sign in using local credentials or Single Sign-On (SSO) integrated with the customer’s authentication system.

The initial administrative user is created as part of the installation and setup process. From there, user access and permissions are managed within the application according to the customer’s internal policies.

The following pages describe common access flows for self-hosted environments, including initial setup, first login, and user management.

### **How can I tell I am using an on-premise installation of DecisionRules?**

You are using an on-premise (self-hosted) installation of DecisionRules if the application is running within your organization’s own infrastructure.

On-premise environments are usually accessed through a custom or internal URL and are typically fully managed by your organization. Available authentication methods are credentials or SSO (if configured).

If you are unsure which installation you are using, contact the person responsible for managing your Decision Rules instance.

{% content-ref url="/pages/HMQZ1qMy9DrasoHl9Vxa" %}
[Sign Up on On Premise](/doc/access/on-premise/sign-up-on-on-premise.md)
{% endcontent-ref %}

{% content-ref url="/pages/tuPFAu0mAe8wbsX4QvoK" %}
[Login on On Premise](/doc/access/on-premise/login-on-on-premise.md)
{% endcontent-ref %}

{% content-ref url="/pages/Jpxf6PX2NaGUP1FIzIti" %}
[Invitations & Premissions on On Premise](/doc/access/on-premise/invitations-and-premissions-on-on-premise.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/access/on-premise.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.
