# Right to data portability

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

Its purpose is to disable the right to data portability from your modal, its default value is true.\
It can be set by using:

```javascript
getComplied.rightToPortability = false;
```

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

```javascript
getComplied.rightToPortabilityVisible = false;
```
