# Inventory

- [Inventory Report](https://pointhub.gitbook.io/pointhub-documentation/inventory/inventory-report.md): Laporan yang menampilkan kondisi, pergerakan, dan nilai stok barang dalam periode tertentu untuk membantu kontrol dan pengambilan keputusan.
- [Inventory Usage](https://pointhub.gitbook.io/pointhub-documentation/inventory/inventory-usage.md): Proses pemakaian/pengeluaran barang dari gudang untuk kebutuhan operasional/internal perusahaan (bukan untuk dijual ke customer).
- [Stock Correction](https://pointhub.gitbook.io/pointhub-documentation/inventory/stock-correction.md): Proses penyesuaian jumlah stok di sistem agar sesuai dengan kondisi aktual di gudang setelah ditemukan selisih karena kesalahan input transaksi.
- [Stock Opname](https://pointhub.gitbook.io/pointhub-documentation/inventory/stock-opname.md): Proses pemeriksaan dan verifikasi stok barang di gudang untuk memastikan data sistem sesuai dengan actual stock (ada/tidaknya selisih antara stock di sistem dengan stock fisik di gudang).
- [Transfer Item](https://pointhub.gitbook.io/pointhub-documentation/inventory/transfer-item.md): Proses pemindahan barang dari satu gudang (warehouse) ke gudang lain dalam perusahaan, tanpa melibatkan transaksi penjualan atau pembelian.


---

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