# Multiple 360 - Hosted

The ORB360 DAM allows the construction of embeddable iframe or shareable link which can display multiple 360s from within a shoot.

{% hint style="info" %}
*Note: These features require a shoot to be both published and have public integration access enabled. If you require assistance configuring your shoot please contact your ORB360 account manager.*
{% endhint %}

### Sharable Link

```
https://cdn.orb360.tech/orb360embed/v1.4.1/?tenant=c789c3b4-c61d-4a03-a62e-a4d96f6dec5f&endpoint=id&q=1c41f8b3-1135-4498-9a9d-c9296b6d808a,a2c96dfd-dca2-4da8-b692-1f415c81a780,d8d124d6-b7a3-408a-84a1-6ae657e23963,2cd6bbc7-e33e-4f49-80d4-fcda11bf5ec1,6131cf5a-f8c2-4630-a83e-f5140a0c3722,6e4c726a-b6dd-4519-b3dd-6944e20953b4,d05023ca-96d0-4fae-a8f6-66b96443dc1c,c89d5d06-8e56-49a0-8748-d1bce83755e9&duration=5000&zoom=true&allowFullscreen=true&playMode=continuous&hideControls=false
```

### Embed Example

```html
<iframe  
    width="400"  
    height="400"  
    frameborder="0"  
    allowfullscreen  
    allow="accelerometer; 
    autoplay; clipboard-write; 
    encrypted-media; gyroscope; picture-in-picture"  
    src="https://cdn.orb360.tech/orb360embed/v1.4.1/?tenant=c789c3b4-c61d-4a03-a62e-a4d96f6dec5f&endpoint=id&q=1c41f8b3-1135-4498-9a9d-c9296b6d808a,a2c96dfd-dca2-4da8-b692-1f415c81a780,d8d124d6-b7a3-408a-84a1-6ae657e23963,2cd6bbc7-e33e-4f49-80d4-fcda11bf5ec1,6131cf5a-f8c2-4630-a83e-f5140a0c3722,6e4c726a-b6dd-4519-b3dd-6944e20953b4,d05023ca-96d0-4fae-a8f6-66b96443dc1c,c89d5d06-8e56-49a0-8748-d1bce83755e9&duration=5000&zoom=true&allowFullscreen=true&playMode=continuous&hideControls=false"
></iframe>
```

{% @orb360embed/orb360embed url="<https://cdn.orb360.tech/orb360embed/v1.4.1/?allowFullscreen=true&duration=5000&endpoint=id&hideControls=false&playMode=continuous&q=1c41f8b3-1135-4498-9a9d-c9296b6d808a,a2c96dfd-dca2-4da8-b692-1f415c81a780,d8d124d6-b7a3-408a-84a1-6ae657e23963,2cd6bbc7-e33e-4f49-80d4-fcda11bf5ec1,6131cf5a-f8c2-4630-a83e-f5140a0c3722,6e4c726a-b6dd-4519-b3dd-6944e20953b4,d05023ca-96d0-4fae-a8f6-66b96443dc1c,c89d5d06-8e56-49a0-8748-d1bce83755e9&tenant=c789c3b4-c61d-4a03-a62e-a4d96f6dec5f&zoom=true>" %}

### Instructions

You can do this by:

* Navigate to a shoot
* Select "EMBED" from the shoot action bar (located to the top right of the media grid)
* Select the 360s you wish to display in the order you want them to appear. (up to 20 360s can be shown)
* Configure the player settings to your liking.
* Copy the iframe embeddable html snippet or url to your clipboard
* Use the html snippet on your website or share the url in a message.

<figure><img src="/files/3vJvevGYeI6qkQ3qUvXX" alt=""><figcaption></figcaption></figure>


---

# 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.orb360.tech/dam/embed/multiple-360-hosted.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.
