# 1.2. 2D/3D Floor Plan: 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 %}

{% stepper %}
{% step %}

## Step 01

From the Archisketch dashboard, go to **\[Projects > My Projects]** or **\[All Projects]**, then click on a project card.\
If you don’t have a project yet, click the **\[New Project]** button to create one.

On the project detail page, navigate to the **\[Content > Floor Plans]** tab and click the Floor Plan Viewer button at the bottom.

![](/files/5d4ae7426b3422e42c05b034e91101c3e92e1f2f)
{% endstep %}

{% step %}

## Step 02

After activating the Floor Plan Viewer, click the **\[Copy Link]** button.

![](/files/99a43b1a1da0a7646eaba8ccf7d6a9850ea42f3a)
{% endstep %}

{% step %}

## Step 03

Share the **copied link** with others or embed it into any HTML section using an **`<iframe>`** tag.

![](/files/a1d66ccfda946bc20b22b52a6715e0f1e581e52f)
{% 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/floor-plan/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.
