# Overview

The **Equipment System** can be found in your project:

`Assets/InfinityPBR/Equipment System`

The various systems, tools, and scripts in the Equipment System are helpful to manage and utilize the various features found in the Infinity PBR library, such as mesh morphing and wardrobe management.

While these are generally used in most Infinity PBR packages, other developers and Asset Publishers can utilize them to make their own content more versatile, or to create compatible content, like additional wardrobe or character packs.

{% hint style="success" %}
[**Get the Suport Files at the Asset Store**](https://assetstore.unity.com/packages/tools/utilities/infinity-pbr-support-files-160921?aid=1100lxWw) which has the latest versions of all of the shared scripts. Whenever small bugs are found, or at the start of a major update cycle, we'll update that package, so that all users can more easily get the latest stuff.

This also helps in case old versions are imported, sometimes overwriting new ones, when importing other packs.
{% endhint %}

![](/files/nV5xaCZqva0hEyp9SeUk)


---

# 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://infinitypbr.gitbook.io/magic-pig-games/equipment-systems/overview.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.
