# Governance

Data governance is the practice of managing and controlling data to ensure its accuracy, quality, security, and accessibility throughout its lifecycle. Effective data governance establishes policies, procedures, and standards to manage data assets, ensuring they are reliable and trusted. It plays a critical role in compliance, risk management, and decision-making processes within an organization.

**The Importance of Role-Based Access Control (RBAC) in Data Governance**

Role-Based Access Control (RBAC) is a method of regulating access to data based on the roles of individual users within an organization. By assigning permissions to specific roles rather than individual users, RBAC simplifies the management of user privileges and enhances data security. Integrating RBAC into data governance ensures that only authorized personnel can access, modify, or manage data according to their roles and responsibilities.

### **Implementing RBAC in VDA**

Login as SUPERADMIN user

Move to Permissions Tab

In the Permissions Page, Select the "Role Name" then from the below dropdown API list select the "Mappings Applies Selected Role" and click on submit.

<figure><img src="/files/QJipK5RF3YLK5z39i8PN" alt=""><figcaption><p>Access Management</p></figcaption></figure>

Select the appropriate permissions and then Click on Submit&#x20;

<figure><img src="/files/uyiMCldpbp1gg7leTkv3" alt=""><figcaption><p>Access Management</p></figcaption></figure>

After this, users should only be able to see pages for which they are authorized.

Ex. Datasource

<figure><img src="/files/ZelyYKmgwNU9Ost1FxlK" alt=""><figcaption><p>View</p></figcaption></figure>

### **Key Benefits**

1. **Enhanced Security**: By restricting data access based on roles, RBAC minimizes the risk of unauthorized access and potential data breaches.
2. **Compliance and Auditability**: RBAC helps organizations comply with regulatory requirements by providing clear audit trails of who accessed and modified data.
3. **Improved Efficiency**: Simplifies the process of managing user permissions, especially in large organizations with complex data environments.
4. **Scalability**: Facilitates easier administration of access controls as organizations grow and roles evolve.
5. **Risk Mitigation**: Reduces the likelihood of human error and misuse of data by ensuring that users only have access to data necessary for their roles.


---

# 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.vdalive.com/how-to-guides/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.
