# Crafting

Here you can find the crafting animations which you can customize depending on the item type that you are crafting, example if you are crafting an item that belongs to food category you can change the food animation or if you created a new item type and want a custom crafting animation for that type you have to add it to Config.Crafting.

<figure><img src="/files/8o5Nh1y4Fqv4wNyzNGqM" alt=""><figcaption></figcaption></figure>

**Config.MaxItemsPerCraft** is needed for box items because boxes are stashes and needs an unique identifier, make sure to not modify that... And if you want to limit the amount of items that someone can craft based on the type you can add it to that same table.


---

# 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://docs.av-scripts.com/laptop-pack-v3/business/config/crafting.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.
