> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/dev-en/contents/render-images/share-embed.md).

# 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 %}

### Open the Render Image

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/61bc7c42e0e6716e3316f24f6163e2eeb36aaa5d)
{% endstep %}

{% step %}

### Click the Share Button

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

![](/files/15a9d340e384c4d60bd8432f4cab358149cbbcfe)

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

![](/files/3134b18e8a46fb1103c9e7aafd7f99479b320480)
{% endstep %}

{% step %}

### Share or Embed the Link

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

![](/files/0990a343fe192210f345df364314ca5672f799ea)
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/guide/dev-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.
