# Default RBAC Behavior

By default, any newly created user **without an assigned role** has access to **all PostgreSQL instances** monitored by the platform.

This default behavior can be changed at the platform level.

When enabled, this setting ensures that newly created users have no access to any instances until one or more roles are explicitly assigned.

{% hint style="info" %}
This configuration is particularly useful when using **automatic user provisioning**, such as users created through LDAP integration, where access control is expected to be enforced strictly through roles.
{% endhint %}

<figure><img src="/files/qFY6AMNyGxKXq5r58acY" alt=""><figcaption></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.datasentinel.io/manual/implementation/platform-usage/configuration/default-rbac-behavior.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.
