# Showing the Popup

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

To open GetComplied modal use the following tag.&#x20;

```markup
<gc-prompt-caller>Comply</gc-prompt-caller>
```

Or you can add a property to any element.

```markup
<div gc-prompt-caller></div>
```

### JAVASCRIPT

To you the correct javascript implementation please check the Events section.

```javascript
yourButton.addEventListener('click', function(){getComplied.command('show')});
```
