# How to install the app

To use GeoStock app, you need either use automated snippet placement (Above or Below cart) or select Custom position and copy the snippet into your product theme file.

<figure><img src="https://601431002-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrEudWaehdnxnFDlmPs0u%2Fuploads%2FOb5eUbaBOzLrSUeOPMcC%2FCleanShot%202024-11-29%20at%2021.39.34%402x.png?alt=media&#x26;token=fa0239de-c2a8-44f9-bf4e-5591ffebaecf" alt=""><figcaption></figcaption></figure>

### Snippet code <a href="#h_e82af048b4" id="h_e82af048b4"></a>

Add this code to your active theme `product-template.liquid` file somewhere below the product price for the location information to show up.

```
<div id="inventoryLocationInformation"><span class="inventoryLocationLoading"></span></div>
```

If you require technical assistance, we recommend reaching out to some of the [Shopify Experts](https://experts.shopify.com/).


---

# 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://jtc-interactive.gitbook.io/inventory-app/how-to-install-the-app.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.
