> For the complete documentation index, see [llms.txt](https://docs.av-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.av-scripts.com/laptop-pack-v3/business/admin-panel/animations.md).

# Animations

> In this tab you can find all the available animations for item props.\
> This is the same list businesses see when registering a new product. Depending on the product type, a specific list matching that type is displayed.

<figure><img src="/files/dPFxgFNofHILxZQJK2YP" alt=""><figcaption></figcaption></figure>

### Adding New Animations

> Click the Add Animation button to open the Panel.

<figure><img src="/files/wTDfR2TGn09dRflY5h6J" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
For Dictionaty and Animation fields, use online tools like Pleb Masters: <https://forge.plebmasters.de/animations>
{% endhint %}

* **Key**:`string` Most be a unique key name, used by the code only.
* **Label**:`string` Used for UI
* **Dictionary:**`string` Dictionary for your animation
* **Animation**:`string` Animation name
* **Allowed Jobs**:`false|array` List of jobs allowed to use the animation for their products, empty means anyone will be able to use it.
* **Item Types**:`array` List of item types where this animation will be available.
* **Progress Label**:`string` Label to show on progressbar
* **Duration**:`number` Animation duration (in seconds)
* **Animation Props:** Is a list of props to spawn while the animation is running, every prop must contain the following data:
  * **model**:`string` Object model to spawn
  * **bone**:`number`Ped bone index where the object will be attached to.
  * **position x, y and z**: Object position offsets.
  * **rotation x, y and z**: Object rotation offsets.
* **Walkable**:`boolean` Allow player to walk while running the animation
* **Allow Driving**:`boolean` Allow player to drive while running the animation

{% hint style="info" %}
For object offsets, you can use free tools like this one: <https://forum.cfx.re/t/free-dev-tool-ped-animation-and-prop-menu/4785352/1>
{% endhint %}


---

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