# 3.2. 720°/Panorama: 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 %}

## 720°/Panorama: Share/Embed

#### 📌 Panorama: Share/Embed

{% stepper %}
{% step %}
**Open a Render Shot**

1.1. On the Archisketch dashboard, go to **\[Projects > My Projects]** or **\[All Projects]** and click on a project card. *(If no project exists, click the \[Create New Project] button to make one.)*

1.2. On the project details page, navigate to the **\[Contents > Render Shots]** tab and click on a Render Shot card.

<figure><img src="/files/kng64p8nahCxgByaDIkM" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Share the Render Shot**

On the Render Details Page, click the **\[Share]** button.

<figure><img src="/files/SLp8j1OugH8QbzPWdSPf" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/Rmymw4WAkKSSMq05Tkh1" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Copy or embed the link**

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

<figure><img src="/files/TsoztzY2Ng0tldwBLAsf" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

#### 📌 720°: Share/Embed

{% stepper %}
{% step %}
**Open the 720 Tour**

1.1. On the Archisketch dashboard, go to **\[Projects > My Projects]** or **\[All Projects]** and click on a project card. *(If no project exists, click the \[Create New Project] button to make one.)*

1.2. On the project details page, go to the **\[Contents > 720 Tour]** tab and click the **720 Tour card**.

<figure><img src="/files/1KyzyBvm6UvXz3G0Yfah" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Share the 720 Tour**

On the Render Details Page, click the **\[Share]** button.

<figure><img src="/files/yMiLTVAWjCXBgEO1pXZw" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Copy or embed the link**

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

<figure><img src="/files/Ytu36FYJrE442HW61owv" alt=""><figcaption></figcaption></figure>
{% 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/panorama/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.
