# Inventory Tool

<figure><img src="/files/D9d30RKjqLcUQAnUTCwe" alt=""><figcaption><p>The Inventory Tool.</p></figcaption></figure>

The **Inventory Tool** helps you manage and check your stock, create labels, and add new products, ensuring you always know what products you have and how many.

To **open** the Inventory Tool:

* **Select** <mark style="color:blue;">**Window > Inventory Tool**</mark> from the window menu.

***

## Layout Walkthrough

In the Inventory Tool, the added products appear with columns displaying inventory details.

These columns include:

* **Inventory (Invty):** Indicates the current stock value of a product.
* **Quantity (Qty):** The number of products counted in an audit or the number of labels to print.&#x20;
* **Difference (Diff):** The difference between added product quantity and inventory values.
  * **Quantity** > **Inventory:** The difference value will be **positive**.
  * **Quantity** < **Inventory:** The difference value will be **negative**.

{% hint style="info" %}
**Quick Tips!**

Tuplo Studio hides the inventory and difference columns by default, but you can display them by clicking the [**Column Icon**](/introduction/interface-fundamentals/common-controls.md#column-visibility).
{% endhint %}

***

## Export a CSV

<figure><img src="/files/koc70dzONA4xTh6J9lbM" alt=""><figcaption><p>Export to File option in the Inventory Tool.</p></figcaption></figure>

After adding products to the Inventory Tool, you can export that data as a CSV file.

To do so:

* **Choose** <mark style="color:blue;">**More Options > Export to File**</mark>.

***

## Video Tutorial

{% embed url="<https://iframe.mediadelivery.net/play/231419/c6402598-655f-4964-ade4-1d1c2c1f1dd9>" %}
Learn how to adjust and audit your product stock, add inventory upon receiving shipments, and print labels efficiently.
{% endembed %}


---

# 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://docs.tuplo.com/using-tuplo-studio/inventory-tool.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.
