# Organization Governance

Admins can establish custom governance policies for their organization through the **Governance** section of the Settings. These controls help Admins manage data access, sharing, and feature usage across their organization. From this section, Admins can:

* **Restrict the creation of new connections:** Admins can control if new Data Warehouse connections can be created in their organization, with granular controls for:
  * Data Warehouse providers (i.e. Snowflake, BigQuery, Databricks, etc)
  * Authentication methods (i.e. OAuth, Key pair, etc)
  * User role (whether or not Editors can create new connections).
* **Restrict connection sharing:** Admins can control if new Data Warehouse connections can be shared within their organization, regardless of who creates them.
* **Disable the CARTO Data Warehouse:** Admins of organizations with a connection to the [CARTO Data Warehouse](/carto-user-manual/connections/carto-data-warehouse.md) can delete it with this setting, removing access to it for all users in their organization.
* **Restrict map usage and creation**: Admins can control the availability of a few features in Builder:
  * Restrict the availability of [**Download of PDF report**](/carto-user-manual/maps/download-pdf-reports.md).
  * Restrict the availability of [**Export viewport data**](/carto-user-manual/maps/exporting-data.md).
  * Restrict the creation of new [**public maps**](/carto-user-manual/maps/sharing-and-collaboration.md).
* **Restrict Workflows extension package installations:** When enabled, users in the organization won't be able to install [**extension packages for Workflows**](/carto-user-manual/workflows/extension-packages.md).

<figure><img src="/files/hqvh1KYFfUbZ8DJTzOXo" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**These settings control permissions going forward** without affecting existing assets. For example, turning off public maps won't break existing public maps, but you won't be able to make new public maps.
{% 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.carto.com/carto-user-manual/settings/organization-governance.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.
