> For the complete documentation index, see [llms.txt](https://prohelp.assetpanda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prohelp.assetpanda.com/settings/account-management/collections/track-consumable-assets.md).

# Track consumable assets

Consumables are items tracked by total quantity instead of as individual, serialized records. These assets include commonly issued items like headsets or cables, where the quantity in stock matters more than tracking each unit.&#x20;

With consumable assets, you can manage stock levels, update quantities, and transfer items between teams or locations.

## Configure support for consumable assets

1. [Create a category](/settings/account-management/collections/categories.md#add-a-category) set to **Consumable**.
2. [Create a collection](/settings/account-management/collections.md#create-a-collection) to store item records (for example, Assets).&#x20;
3. In the collection, add a field (for example, *Asset Type* or *Category*) that pulls data from the **Categories** collection.

***

## Add a consumable asset record

1. Click <i class="fa-house">:house:</i> and then select the collection that will contain the consumable asset.
2. Click **Add**.
3. When creating the asset, select the consumable category (for example, *Headset* in **Asset Type**).&#x20;
4. Enter values for **Quantity on Hand** and **Minimum Quantity**.
5. Complete any additional fields (such as the location, team, or department to which it is assigned).
6. Click **Save**. The system tracks the asset by quantity within the assigned field (for example, **Assigned To**).

***

### Transfer consumable quantities <a href="#transfer" id="transfer"></a>

1. Click <i class="fa-house">:house:</i> and then select the collection that contains the consumable asset.
2. Click the consumable asset. Its detail pane is displayed.
3. Click **Transfer** <i class="fa-arrow-right-arrow-left">:arrow-right-arrow-left:</i>. The **Transfer consumable** page is displayed.
4. Select the **Transfer Field** (for example, **Assigned To**).
5. Select the target to receive the assets (for example, John User).

{% hint style="info" %}
You can click **Add new** in the drop-down menu to create a new target to receive the assets.
{% endhint %}

6. Enter the **Amount to transfer**.
7. To create a new record for the transferred asset, select **Create new record**.
8. Review the new values for both origin and destination.For example, if the origin has 12 headsets and you transfer 5 to another record, the source updates to 7 and the destination to 5.
9. If you chose to create a new record:
   1. Click **Continue**.
   2. Enter the details for the new record.
10. Click **Transfer**.


---

# 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://prohelp.assetpanda.com/settings/account-management/collections/track-consumable-assets.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.
