> For the complete documentation index, see [llms.txt](https://docs.gmetri.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gmetri.com/guidelines-compatibility/guidelines/asset-guidelines/quicklinks-contents-and-assets.md).

# Resources for Assets

## 360 Videos

* **Shoot your own** - [GMetri Guidelines](/guidelines-compatibility/guidelines/content-creation-guidelines/video-shoot-guidelines.md).
  * Popular 360 Cameras:
  * GoPro Fusion 360
  * Ricoh Theta V
  * Samsung Gear 360
* Integrated into the GMetri editor:
  * Flickr - Search and insert directly from your GMetri file manager
  * GMetri Asset Library - A curated set of assets from GMetri
* Free External Repositories:
  * <http://www.panocam3d.com/video3d360.html>
* Paid External Repositories:
  * <https://www.videoblocks.com/videos/footage/360-files>
  * <https://www.pond5.com/stock-video-footage/1/.html#1/2048/misc:vr>
  * <https://www.airpano.com/360video_list.php>
  * <https://stock.atmosphaeres.com/>
  * <https://www.gettyimages.in/videos/360?offlinecontent=include&phrase=360&sort=best#license>

## 360 Images

* **Shoot your own** with the: -GoPro Fusion 360 -Ricoh Theta V -Samsung Gear 360
* Integrated into the GMetri editor: -Flickr - Uncheck "Equirectangular", search and insert directly from your GMetri file manager
* Free External Repositories:
  * <https://commons.wikimedia.org/wiki/Category:360%C2%B0_panoramas_with_equirectangular_projection>
  * <https://commons.wikimedia.org/wiki/Category:Spherical_panoramics>
  * <http://pixexid.com/free-360-vr-panoramic-photography-download/#>
  * <https://www.flickr.com/groups/360degrees/pool/>
  * <https://hdrmaps.com/freebies>
  * <http://texturify.com/index.php?id_parent=10055&category=environments&c=all>
  * <https://hdri-skies.com/>
* Paid External Repositories:
  * <https://www.airpano.com/360photo_list.php>
  * <https://www.360cities.net/>
  * <https://www.istockphoto.com/in/photos/360-degree-view?sort=mostpopular&mediatype=photography&phrase=360%20degree%20view>
  * <https://www.gettyimages.in/photos/360-degree-view?sort=mostpopular&mediatype=photography&phrase=360%20degree%20view>
  * <https://www.dreamstime.com/photos-images/360.html>
  * <https://www.openfootage.net/hdri-panorama/>

## 3D Models

* Create / Import your own 3D assets: [How to import your assets in the File Manager?](/metaverse/build/editor/file-manager.md#uploading-assets)
* Integrated into the GMetri editor:
  * Sketchfab - Search and insert directly from your [File Manager](/metaverse/build/editor/file-manager.md)
  * GMetri Assets / 3D Models - Use the GMetri Assets plugin from your [File Manager](/metaverse/build/editor/file-manager.md)
* External Repositories:
  * <https://3dsky.org/>
  * <https://www.cgtrader.com/>
  * <https://www.turbosquid.com/>
  * [https://3dwarehouse.sketchup.com/](<https://3dwarehouse.sketchup.com/&#xA;https://sketchfab.com/&#xA;https://www.cgtrader.com/&#xA;https://www.turbosquid.com/&#xA;https://3dsky.org/>)
  * [https://sketchfab.com/](<https://3dwarehouse.sketchup.com/&#xA;https://sketchfab.com/&#xA;https://www.cgtrader.com/&#xA;https://www.turbosquid.com/&#xA;https://3dsky.org/>)

## Audio

Audio can be used for background music and also for voice-overs. Use the following sites to find the right audio for your experience.

* **Text to Speech:** Use the SSML feature on your GMetri Editor
* **External Resources:**
  * <http://www.pacdv.com/sounds/people_sounds.html>
  * <https://www.youtube.com/audiolibrary/music>
  * <https://www.bensound.com/>
  * <https://www.audioblocks.com/>
  * <https://freesound.org/>
  * <http://makerbook.net/audio/>

## Asset Compression

* [Image Optimizations](/guidelines-compatibility/guidelines/experience-optimizations/image-optimizations.md#optimize-image-file-size)
* [Video Optimizations](/guidelines-compatibility/guidelines/experience-optimizations/video-optimizations.md#transparent-pixels-use-the-same-amount-of-memory-as-non-transparent-ones)

## 360 Image Type Conversion

360 images come in multiple formats like equirectangular, cube-map, etc. These images can be converted to the required format using the following link

* <https://www.360toolkit.co/convert-cubemap-to-spherical-equirectangular.html>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.gmetri.com/guidelines-compatibility/guidelines/asset-guidelines/quicklinks-contents-and-assets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
