# Inputs

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

You can generate inputs in your project from the [backoffice](https://app.getcomplied.com/).\
After that, you just need to put your input code on your website (input is synchronized with the popup, so it will only work when your popup is configured and working).\
It can be initialized by using:

```markup
<gc-input name="YOUR-INPUT-KEY"></gc-input>
```

or

```markup
<div gc-input name="YOUR-INPUT-KEY"></div>
```
