# ORB360 DAM DOCS

## ORB360 DAM DOCS

- [Getting Started](https://docs.orb360.tech/dam/readme.md)
- [Single 360 - Hosted](https://docs.orb360.tech/dam/embed/single-360-hosted.md): Sharing a single 360 (using iframe/shareable link)
- [Multiple 360 - Hosted](https://docs.orb360.tech/dam/embed/multiple-360-hosted.md): Sharing multiple 360s (using iframe/shareable link)
- [Advanced 360 - Hosted](https://docs.orb360.tech/dam/embed/advanced-360-hosted.md): Advanced embeddable link / canvas usage
- [360 Player - Custom](https://docs.orb360.tech/dam/embed/360-player-custom.md)
- [Introduction](https://docs.orb360.tech/dam/api-ref/introduction.md): This document describes the ORB360 DAM API, which is meant to be used by back-end servers or trusted parties performing administrative tasks.
- [Specification](https://docs.orb360.tech/dam/api-ref/specification.md)
- [Authentication](https://docs.orb360.tech/dam/api-ref/authentication.md)
- [Integration](https://docs.orb360.tech/dam/api-endpoint/integration.md)
- [Integration - JOOR](https://docs.orb360.tech/dam/api-endpoint/integration-joor.md)
- [Tenant](https://docs.orb360.tech/dam/api-endpoint/tenant.md)
- [Shoot](https://docs.orb360.tech/dam/api-endpoint/shoot.md)
- [Media](https://docs.orb360.tech/dam/api-endpoint/media.md)
- [Tag](https://docs.orb360.tech/dam/api-endpoint/tag.md)
- [Image](https://docs.orb360.tech/dam/api-endpoint/image.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.orb360.tech/dam/readme.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.
