# Integrate Embed into your application's frontend

Embed is a product specially designed for integration in 3rd party software. It is develop in order to be integrated as an iframe, and communicates with its parent software using the HTML5 Web Messaging API (PostMessages).

## Add Embed to your application

To integrate the application within HTML, use an iframe as below :

```html
<iframe
  src="https://app.apizee.com/agent/?aK=<your-api-key>&cN=any_conversation_name_that_fits"
  height="720px"
  width="100%"
  allow="autoplay;microphone;camera;display-capture;encrypted-media;clipboard-write;"
></iframe>
```

{% hint style="info" %}
Make sure to allow permissions to the Iframe tag.
{% endhint %}

<div align="center"><figure><img src="https://3879931303-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDwUk5gLd3N7yq7eN2uXX%2Fuploads%2FBPdQmVeqAEJ5BPn52FFy%2Fimage.png?alt=media&#x26;token=609c2d4d-6df3-4704-9e13-d19a173daba9" alt="" width="218"><figcaption></figcaption></figure></div>

{% hint style="info" %}
For more information, refer to [IFrame integration API reference](https://apizee.gitbook.io/apizee-docs/embed/tutorials/add-embed-to-your-application)
{% endhint %}
