# URL Schemes [TOC] ## For Items ### `z-inv://iar/<individual_asset_reference>` Open the item with the matching individual asset reference. Example: `z-inv://iar/1234.5678.0000` or `z-inv://iar/123456780000`. ### `z-inv://item/<item_id>` Open a specific item. Example: `z-inv://item/29a4226b-fb60-45d8-b3a9-298b7636ec1b`. <details> <summary>How to get the ID of an item?</summary> Navigate to the item, press the three dots button on the top-right of the screen, then select "Copy Item ID". <br /> <img src="https://hackmd.io/_uploads/BkDaOtYCh.png" style="max-height: 400px;" /> </details> ## For Collections ### `z-inv://collection/<collection_id>` Open a specific collection. Example: `z-inv://collection/29a4226b-fb60-45d8-b3a9-298b7636ec1b`. <br /> --- <br /><br /> # URL Schemes for Nightly, Dev versions To distinguish between the standard, Nightly and Dev versions of the app, use: * `zx-inv://` for the standard version of the app. * `zn-inv://` for the Nightly version of the app. * `zd-inv://` for the Dev version of the app.