# Embed on your Website

GMetri experiences can be embedded on your website by using the `<iframe>` code in the [Embed](/metaverse/publishing/share.md#embed-in-your-website-apps) tab in the Publish section.

<figure><img src="/files/GqbM3dl81LNKfNzgUp1F" alt=""><figcaption><p>Embed Tab under Sharing Options</p></figcaption></figure>

You can also embed this experience in your website by using the embed code.

{% hint style="info" %}
In most popular publishing tools - the publish link auto-expands into an embed
{% endhint %}

## How can I embed the Metaverse on my Website?

* Access the HTML editor for your website
* In the HTML body, insert the code copied from the [Embed](/metaverse/publishing/share.md#embed-in-your-website-apps) tab in Publish section

## Pasting the deployment link directly

{% hint style="info" %}
This works only in UI based editors, like the WordPress editor
{% endhint %}

In case you are using a UI based editor (like WordPress editor), instead of the above steps (where you modify raw html), you can *also try* directly pasting the [deployment link](/metaverse/publishing/share.md#publish-link) in the editor for the website content.

In most popular publishing tools - the deployment link **auto-expands** into an embed - like how YouTube links expand in most editors.


---

# 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.gmetri.com/metaverse/publishing/embed-on-your-website.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.
