# 2.2. Render Images: Share/Embed

{% hint style="warning" %}
This feature is available after a project has been created.

Sharing and embedding options are only accessible once the project setup is complete.
{% endhint %}

## Render Image: Share / Embed

{% stepper %}
{% step %}

### Step 01

1.1. From the Archisketch dashboard, go to **\[Projects > My Projects]** or **\[All Projects]**, then click on the desired project card. *(If no project exists, click\[New Project] to create one.)*

1.2. In the project detail page, navigate to the **\[Content > Renders]** tab and click on the Render Image Card.

![](/files/8bc7bec01de44ffedf4718d749c0e3dcd20777c3)
{% endstep %}

{% step %}

### Step 02

After entering the **Render Detail Page**, click the **\[Share]** button.

![](/files/4d159bff4a5677718a115f81d77b4dd8c715eb8b)

You can also share the render via the **\[Item Card Menu > Share]** button.

![](/files/71707e34359d7404a3061bb4f5c4a4b6f9794c5d)
{% endstep %}

{% step %}

### Step 03

Share the **copied link** with others or embed it in your HTML using an **`<iframe>` tag**.

![](/files/52a8c357ea709fd544c393deaf6dee9da2bfc9fc)
{% endstep %}
{% endstepper %}


---

# 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.archisketch.com/dev-guide/en/contents/render-images/share-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.
