> For the complete documentation index, see [llms.txt](https://kb.bevica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.bevica.com/documentation/guides/items-and-inventory.md).

# Items & Inventory

Create items, manage inventory setup, and work with stock movements in Bevica.

Use this section to set up items, control stock, and understand inventory behaviour in Bevica.

<figure><img src="https://2932934759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfUgpGDVvyqBWVvwVIy9a%2Fuploads%2FyYkykiWUfZxXIzBEUoVA%2Fkb-items-inventory-infographic.svg?alt=media&amp;token=3c9f40bb-9f53-4a37-96e5-706614d1b28b" alt=""><figcaption></figcaption></figure>

### Summary

* Create and maintain **Item Cards** with the right posting and duty fields.
* Keep stock accurate with adjustments, availability tools, and tracking options.
* Use marketing, classification, and UoM setup to keep data consistent.
* Understand how Bevica posts inventory into finance before going live.

### Next steps

* Create your first items in [Creating New Items](/documentation/guides/items-and-inventory/creating_new_items.md).
* If opening balances are wrong, fix them in [Adjusting Inventory](/documentation/guides/items-and-inventory/adjusting_inventory.md).
* For costing and GL impact, review [Bevica Inventory Postings](/documentation/guides/items-and-inventory/bevica_inventory_postings.md).
* Set reporting and filtering fields via [Bevica Classifying Items](/documentation/guides/items-and-inventory/bevica_item_attributes.md) and [Item Additional Details](/documentation/guides/items-and-inventory/item_additional_details.md).
* Make sure ordering and allocations behave by setting up [Item Units of Measure](/documentation/guides/items-and-inventory/item_units_of_measure.md) and checking [Item Availability Overview](/documentation/guides/items-and-inventory/item_availability_overview.md).
* If you need traceability, configure [Rotation Numbers / Serial & Lot Tracking](/documentation/guides/items-and-inventory/rotation_serial_and_lot_tracking.md).


---

# 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://kb.bevica.com/documentation/guides/items-and-inventory.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.
