> For the complete documentation index, see [llms.txt](https://closer.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://closer.gitbook.io/documentation/inventory-management.md).

# Inventory

The listings page provides you an overview of all your listings. The interface is designed to be simple and intuitive so you can quickly see what’s in stock and what needs attention.

![](https://github.com/user-attachments/assets/a7c20b7c-ee08-4e36-9b7e-6224e8892744)

## What You See on the Dashboard

* **Listings Table:**\
  A list showing each listing along with key details:
  * **Name:** The title of your listing.
  * **Category:** The type of listing (for example, produce, equipment, or supplies).
  * **Quantity:** How many units you currently have.
  * **Beds:** How many people can sleep in the accomodation.
  * **Price:** The cost per unit - both in your fiat currency (i.e. EUR) or how many tokens need to be locked to use it.
  * **Last Updated:** When the listing was last modified.
* **Add Listing:**\
  See [Create Listing](https://closer.gitbook.io/documentation/inventory-management/create-listing)
* **User-Friendly Layout:**\
  The design is clean with readable fonts and clear buttons, making it easy even for first-time users.

This overview page helps you monitor your inventory without the need for complicated menus.

***

## Quick Actions

* **Search:** Type in the search bar to quickly locate a listing by name or category.
* **Filter:** Use the filter options to narrow down listings by their status.
* **Edit or Delete:** Click on any listing row to see options for editing details or removing the listing safely.


---

# 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://closer.gitbook.io/documentation/inventory-management.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.
