# Settings

The Settings module provides an interface for managing various aspects of your organization. It offers access to basic information, subscription and billing details, configuration options for Single Sign-On (SSO), and sensitive functionalities within the Danger Zone, including the ability to delete the organization.

<figure><img src="https://437457296-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MN4F4-qybg8XDATvios%2Fuploads%2FjHxYXCfi6hYPAaWfPlJE%2Forganization-settings.png?alt=media&#x26;token=16e0cba4-c75b-4657-a961-c5f24bc8573f" alt=""><figcaption><p>Organization settings</p></figcaption></figure>

## Organization Info

The Organization Info section of Settings displays important details about your organization. This includes:

* **Organization name** - The name of your organization.
* **Organization Id -** Unique organization identifier
* **Description -** optional field to describe organization

## Subscription & Billing

In the Subscription & Billing section, you can access information related to your organization's subscription and billing. This includes:

* **Subscription Plan -** Details of the current subscription plan.
* **Billing Account -** Email address of the account responsible for Organization limits
* **Next billing date:** Information about the next billing date.

{% hint style="warning" %}
**Payment Method** and **Invoice History** are only visible in the billing account detail.
{% endhint %}

## Single Sign-On (SSO)

Configure SSO for your organization. (More information how to set SSO up, you can find [here](https://docs.decisionrules.io/doc/~/changes/1017/access/single-sign-on-sso#how-do-i-set-up-a-single-sign-on-access-for-my-organization).)

### Update SSO

By clicking on edit icon new dialog will be opened.

<figure><img src="https://437457296-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MN4F4-qybg8XDATvios%2Fuploads%2FEgH20gxYTj4MpTZNOrAy%2Fsso_edit.png?alt=media&#x26;token=38a77745-6750-43f5-9f05-23c92095f092" alt=""><figcaption><p>Update SSO</p></figcaption></figure>

## Linked Organization

Organization Linking allows you to establish a hierarchy by categorizing organizations into managing (parent) and managed (child) entities. This feature streamlines management and provides centralized [statistics](https://docs.decisionrules.io/doc/~/changes/1017/organization/statistics), including visibility into the spaces of child organizations.&#x20;

<figure><img src="https://437457296-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MN4F4-qybg8XDATvios%2Fuploads%2FJZpIMiR0WgkjeVfjS4lL%2Fimage.png?alt=media&#x26;token=04d6d1a0-45a7-4e7e-a949-08ddd19e934d" alt=""><figcaption></figcaption></figure>

## AI Assistant Configuration

When running DecisionRules with Docker or on-premise, you have the option to configure your AI assistant. You’ll find setup details [here](https://docs.decisionrules.io/doc/~/changes/1017/ai-assistant/assistant-setup).

### Update AI Assistant Configuration

By clicking on edit icon new dialog will be opened.

<figure><img src="https://437457296-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MN4F4-qybg8XDATvios%2Fuploads%2FmAlYbQrrJEnaKryb5wpB%2FSni%CC%81mek%20obrazovky%202025-05-15%20v%C2%A09.26.39.png?alt=media&#x26;token=50700692-42a5-49ae-ac0c-36cdb4da9739" alt=""><figcaption></figcaption></figure>

## Danger Zone

{% hint style="danger" %}
The ability to permanently delete the organization. This action is irreversible and will result in the loss of all associated data. Exercise extreme caution when using this feature. Only billing account can delete organization.
{% endhint %}

<figure><img src="https://437457296-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MN4F4-qybg8XDATvios%2Fuploads%2FOjbJsXrDNvEKqpYC0T2P%2Fdelete_confirm.png?alt=media&#x26;token=5ebedea7-9015-44ce-8a3a-b3bf646392a6" alt=""><figcaption><p>Delete Organization</p></figcaption></figure>


---

# 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/~/changes/1017/organization/settings.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.
