> For the complete documentation index, see [llms.txt](https://docs.tuplo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tuplo.com/using-tuplo-studio/inventory-tool/edit-inventory-values.md).

# Edit Inventory Values

<figure><img src="/files/J6o3iztrQCUObYQ8fx5v" alt=""><figcaption><p>Editing Quantity in the Inventory Tool Window.</p></figcaption></figure>

Once added to the Inventory Tool, you can manage the values associated with those products in several ways.

## Edit Quantity Values

Using the **quantity** input:

1. **Select** products in the Inventory Tool.
2. **Enter** the new quantity.
3. **Click** Update Selected or press Return.

Using the **Mouse**:

1. **Double-click** a quantity value.
2. **Enter** the new quantity.
3. **Press** Return.

### Set Quantity

<figure><img src="/files/ChPDBP64MTxsrhVowGO6" alt=""><figcaption><p>Setting Quantity using the More Options Menu.</p></figcaption></figure>

**Value of Inventory**

To change the quantity value to the current inventory value of a selected product in the Inventory Tool:

* Select <mark style="color:blue;">**More Options Menu > Quantity > Set to Value of Inventory.**</mark>

**Difference Value**

To change the quantity value to the difference between the current inventory value and the quantity value of a selected product in the Inventory Tool:

* Select <mark style="color:blue;">**More Options Menu > Quantity > Set to Value of Difference**</mark>.&#x20;

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

This action sets the quantity value to zero if the difference is negative.
{% endhint %}

***

## Inventory Values

<figure><img src="/files/smriKBrzO4NGcSZiqGFJ" alt=""><figcaption><p>Set Inventory to Quantity in the Inventory Tool Window.</p></figcaption></figure>

**Inventory values** can be changed by setting them to the current quantity value.

You can perform this action by:

* Choose <mark style="color:blue;">**More Options > Inventory > Set to Value of Quantity**</mark>.

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

Changing the inventory value will affect product data stored in Tuplo Studio accordingly. Double-check that your quantity is the correct value for your current product stock when choosing this action.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.tuplo.com/using-tuplo-studio/inventory-tool/edit-inventory-values.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.
