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

# Create an inventory category

Create categories to group similar inventory items, such as Seating, Tables, or Lighting. Categories make items easier to find when you manage inventory or prepare a booking.

### Create a category

1. From the left menu, open **Inventory**.
2. Select **Categories**.
3. Select **Add Category**.
4. Enter the **Category Name**.
5. Enter an **Internal Description** if your team needs a short explanation of what belongs in the category. This field is optional.
6. Select **Create Category**.

![The Add New Category panel completed with an example category name and description](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-641d162c56e059f2055a80d5935a2ad902f07bfe%2F01-category-form.jpg?alt=media)

### What happens next

Bundus displays **Category added** and shows the new category on the **Categories** page. The new category is immediately available in inventory and booking forms.

The **Items** column shows how many inventory items currently belong to each category. A new empty category shows `0` until you assign an item to it.

![The Categories page showing Lighting, Tables, and Seating with their item counts](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-d97d4edbfcda93ceaf491adeb45f58cd4fec5afe%2F02-category-added.jpg?alt=media)

### If something does not work

#### I cannot create the category

Check that **Category Name** is not empty. **Internal Description** is optional.

### Related guides

* [Add an inventory item](/help/inventory/add-an-inventory-item.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://bundus.gitbook.io/help/inventory/create-an-inventory-category.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.
