> For the complete documentation index, see [llms.txt](https://docs.finout.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finout.io/settings/role-based-access-control-rbac/data-access-control.md).

# Data Access Control

Within the RBAC framework, Data Access Control determines the specific data sets visible to users.

By applying filters to a group, you ensure its members access only filtered data. Please note that users can be members of more than one [group](/settings/role-based-access-control-rbac/groups.md). This component ensures users engage only with the data relevant to their roles and responsibilities, avoiding unnecessary data and information visibility.

In Finout, you have the flexibility to create customized user groups, tailoring data access to fit specific requirements. For example, creating a group solely for the R\&D team, ensuring access to only those datasets that are related to their work.

<figure><img src="https://finout.intercom-attachments.eu/i/o/5864494/1969dcd9d2e40e7af51b7a20/5QYk_5p2tMEfyNtKstrTEWVLFTyoJRDK8MUYsxv-8lJZZJv0F5shTU9mKCM921pPl1izDPA-w6qebhIVE7yWIzOXaiXDKKECUitByqu0WbxQyxD9uwYPiUnoKfB5nKl8erFdxcF53Ri1?expires=1728290700&#x26;signature=2221d5fd302e8df0488f28d4f7e56688d56a196f97e7bf0603e6b10d41412b4f&#x26;req=1d1pwVzzqHsp0xr0v9tnpDJZJEHkP05xagv8O8H1c1o0OlpV38QKBeuE%2FEHu%0AJlghvV6HBVDWX%2FM%3D%0A" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Important**: Data Access is configured to be 'deactivated' by default. To enable Data access for your account, please contact our support team at <support@finout.io>.
{% endhint %}

### Enabling data access control <a href="#h_824e70784e" id="h_824e70784e"></a>

Data Access Control must be enabled in the organization within Finout to start creating user groups based on specific data filters. This can be done only by a user with an Admin role who has permission to manage groups.

1. Log in to Finout as an **Admin** user.
2. Navigate to **Settings**.
3. Select the **Groups** tab.
4. Select or deselect **Allow data access in my organization**.
5. Click **Continue**. Once enabled, you can start creating groups and applying filters to them. See [How to Edit Data Access](/settings/role-based-access-control-rbac/groups/edit-group-data-access.md).

<figure><img src="https://finout.intercom-attachments.eu/i/o/6277182/5e99b3e3bff8eeb7489aae41/bmOIAUlMXSfqMwtfm6m2TGp0tDj1rBpflgC5Y9E2gBWwpZWbWTz5k-OTsCulRtWNd1Zjs414cBVFpYlZItmLnQ5r4LZR-zBbaWMJKh0Yfzig30i-fF1NQQm7tbhMueJjlzgqsTbVaFvLYYbQjndxOKg?expires=1728290700&#x26;signature=a318f07d9ecd5d94d1de72817475bf4e9274154cf454c41bfb3fe5033d8d52ae&#x26;req=1tdowlnyrnsp0xr0v9tnpB902BjChTSdyzXDFDpdxFusmMa9tkKEu7Y42sCm%0AXfcl7F5UcDnEQJ0%3D%0A" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.finout.io/settings/role-based-access-control-rbac/data-access-control.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
