# Item management

- [Manage inventory items](https://galmis.gitbook.io/serializer-product-tracking/getting-started/item-management/manage-inventory-items.md)
- [Add items manually](https://galmis.gitbook.io/serializer-product-tracking/getting-started/item-management/manage-inventory-items/add-items-manually.md): Add inventory items for up to 250 product variants using an interactive form with multi-value input fields.
- [Import items from CSV](https://galmis.gitbook.io/serializer-product-tracking/getting-started/item-management/manage-inventory-items/import-items-from-csv.md): Add existing unique items on hand to the app's database in bulk
- [Update inventory items](https://galmis.gitbook.io/serializer-product-tracking/getting-started/item-management/manage-inventory-items/update-inventory-items.md): Update existing inventory item information directly in the table with inline editing and real-time validation.
- [Manage items in POS cart](https://galmis.gitbook.io/serializer-product-tracking/getting-started/item-management/manage-items-in-pos-cart.md)
- [Manage sold items](https://galmis.gitbook.io/serializer-product-tracking/getting-started/item-management/manage-sold-items.md)
- [Manage items on the admin order page](https://galmis.gitbook.io/serializer-product-tracking/getting-started/item-management/manage-sold-items/manage-items-on-the-admin-order-page.md)
- [Manage sold items in the embedded app](https://galmis.gitbook.io/serializer-product-tracking/getting-started/item-management/manage-sold-items/manage-sold-items-in-the-embedded-app.md)
- [Manage order edits and returns](https://galmis.gitbook.io/serializer-product-tracking/getting-started/item-management/manage-sold-items/manage-order-edits-and-returns.md)
- [View all sold items](https://galmis.gitbook.io/serializer-product-tracking/getting-started/item-management/manage-sold-items/view-all-sold-items.md)


---

# 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://galmis.gitbook.io/serializer-product-tracking/getting-started/item-management.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.
