> For the complete documentation index, see [llms.txt](https://hotdogs-1.gitbook.io/upgradable-traits/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hotdogs-1.gitbook.io/upgradable-traits/hotdog-wardrobe.md).

# HotDog Wardrobe

<figure><img src="/files/6eTov7yegxkyrcjMOEqI" alt=""><figcaption><p><a href="https://case.hotdogs.wtf/wardrobe">Go to HotDog Wardrobe</a></p></figcaption></figure>

HotDog Wardrobe is the **wallet-connected management panel** for your owned [Abstract Hotdogs NFTs](https://opensea.io/collection/abstract-hotdogs-abstract) and [HotDog Recipes.](https://opensea.io/collection/hotdogrecipes)

After connecting your wallet, you can view the eligible **Abstract Hotdogs NFTs** and available **Recipes** in your wallet. From there, you can select a HotDog, preview how a Recipe trait may look on it, and decide whether you want to permanently fuse that Recipe.

**Previewing a Recipe inside** [**HotDog Wardrobe**](https://case.hotdogs.wtf/wardrobe) **does not apply any on-chain change.** The trait is only applied after you confirm the Fuse transaction in your wallet.

<mark style="background-color:$danger;">Fusing is a permanent on-chain process that burns the</mark> <mark style="background-color:$danger;"></mark><mark style="background-color:$danger;">**HotDog Recipe NFT**</mark> <mark style="background-color:$danger;"></mark><mark style="background-color:$danger;">and records the related trait in the metadata of your Abstract Hotdogs NFT.</mark>

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

After a fuse is completed, supported fused traits can be visually <mark style="color:green;">equipped</mark> or <mark style="color:yellow;">unequipped</mark> through HotDog Wardrobe. **Equipping or unequipping only changes how the trait is displayed.** <mark style="background-color:red;">It does not undo the fuse, restore the burned Recipe NFT, change metadata, or affect rarity.</mark>


---

# 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://hotdogs-1.gitbook.io/upgradable-traits/hotdog-wardrobe.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.
