# Right to data access

{% hint style="info" %}
To use the Web SDK please [install ](https://docs.getcomplied.com/how-to-install)the snippet first.
{% endhint %}

It can be set by using:

```javascript
getComplied.rightToAccessData = false;
```

If you need to hide the functionality but still access it by commands (requires rightToAccessData enabled):

```javascript
getComplied.rightToAccessDataVisible = false;
```
