> For the complete documentation index, see [llms.txt](https://ss3d.gitbook.io/art-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ss3d.gitbook.io/art-guide/3d/rigging/rig-formatting/equipped-and-held-items.md).

# Equipped & Held Items

While the rigged model is useful for being worn, it is not very useful as a held or dropped item. For this purpose, **we need two models for a given piece of equipment** (with the exception of head items).

One for being worn on the character, and as an item to be held in the hand. Head-worn items generally do not deform like most clothes do, so it is unnecessary to make separate rigged and item versions of these articles.

<figure><img src="https://lh5.googleusercontent.com/cud259Ng_vCJVz4-OLj_Tds-p_95baQXxD4OqduywXXr7I7sm0Ccn3XbEY1tECo1ve0CW4S-W6I4U6qN9J04_jN9abWFTDN81QcsF8zN-icaqUUDUAHGnvPLjc4P4ZY5_fUAy6UUbXZ2xJ3dkxrGgKQ" alt=""><figcaption><p>The equipped item vs. the held item.</p></figcaption></figure>

If for some reason you need your head-worn item to deform, then you will likely need a separate held item for it as well.

<figure><img src="https://lh5.googleusercontent.com/elAFr1-gBJ1owKJmUdq9rDJwvECz8ow_crlosNz8-C6Gy-iig5KRC-8Q3OtslusbZDXmi_0POdO5hxZx2XVRSKCUTegsCZd4TynEjbC46W5Qm3Wq0_nRtPmw60Tx7I7DhQBtBs1Ev7zXPCjaGfc539Q" alt=""><figcaption><p>Items like headwear generally look fine without needing a held item version.</p></figcaption></figure>


---

# 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://ss3d.gitbook.io/art-guide/3d/rigging/rig-formatting/equipped-and-held-items.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.
