# 3. Integrate Embed

After Embed is configured in Locoia app, you need to modify the code of your own application.&#x20;

## 1. Add code for JWT generation

Insert the JWT generating code you've prepared while [configuring Embed](/embed-white-label-portal/embed-admin-setup/2.-configure-embed/embed-integration-via-sso.md) into the proper place in the code of your application.&#x20;

## 2. Update frontend code with iframe

There are two ways to add iframe:

* iframe embed
* Native embed

You can find the detailed steps for each option here:

{% content-ref url="/pages/-Mf3L6jgQMD4Jcl7Wne9" %}
[3.1 iframe vs native embed](/embed-white-label-portal/embed-admin-setup/3.-integrate-embed/iframe-vs-native.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.locoia.com/embed-white-label-portal/embed-admin-setup/3.-integrate-embed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
