> For the complete documentation index, see [llms.txt](https://docs.inventory.ztg.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inventory.ztg.app/app/deep-linking-url-schemes.md).

# Deep Linking (URL Schemes)

The following URLs are supported in the Inventory app:

| Type                                            | Identifier                                                                 | URL                                        |
| ----------------------------------------------- | -------------------------------------------------------------------------- | ------------------------------------------ |
| **Item**                                        | <p>Individual Asset Reference<br>(e.g.: <code>1234.123456.0000</code>)</p> | `z-inv://iar/<individual_asset_reference>` |
|                                                 | [ID](#how-to-get-the-id-of-an-item)                                        | `z-inv://item/<item_id>`                   |
| **Collection**                                  | [ID](#how-to-get-the-id-of-an-item)                                        | `z-inv://collection/<collection_id>`       |
| **Nothing (only opens the app but do nothing)** | -                                                                          | `z-inv://nothing`                          |

<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".\ <img src="https://hackmd.io/_uploads/BkDaOtYCh.png" alt="" data-size="original">

</details>

### Using Multiple Profiles

If you have multiple profiles and wish to switch to a specific profile with deep links, add `?p=<profile_id>` or `?c=<config_uuid>` at the end of the URL. For example, `z-inv://iar/<individual_asset_reference>?p=a1b2c3d4`.

<details>

<summary>How to get the Profile ID?</summary>

More (on the bottom tab bar) → Profile Icon (on the top-right) → Copy Current Profile ID.

</details>

<details>

<summary>How to get the Config UUID?</summary>

More (on the bottom tab bar) → Settings → Configuration → Configuration UUID.

</details>

***

{% hint style="info" %}
**URL Schemes for the Nightly and Dev versions of the app (iOS only)**

* Use `zn-inv://` for the Nightly version of the app.
* Use `zd-inv://` for the Dev version of the app.
  {% endhint %}


---

# 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:

```
GET https://docs.inventory.ztg.app/app/deep-linking-url-schemes.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.
