# RLV Outfits

Make use of RLV if you have multiple characters, outfits, or just a lot of clothes. The HUD will remember your outfit and ensure that you are always in character every time you log in or reset. You can follow the structure below for setting up RLV shared folders so that you can easily switch attachments on the HUD.

1. RLV Shared Folder Structure: **(see video Help > Videos > Shared Folders)**
2. Copy and paste links to attachments and not the actual attachment.
3. Folder nodes below *not* in bold are for user to label as desired.
4. Italicized folder names can be named however you like for the attachment.
5. **.on\_attach** detaches anything in the folder when attaching the items in parent folder and **.on\_detach** attaches anything in the folder when detaching the items in parent folder

{% embed url="<https://youtu.be/Dlyz_I0ewMM>" %}
RLV Shared Folders Tutorial
{% endembed %}

You can use the following command with the AnE gesture to the output below: **/ane help rlv-shared-folders-module shared-folders**

```
#RLV/.AnE
#RLV/.AnE/{character name}
#RLV/.AnE/{character name}/base
#RLV/.AnE/{character name}/base/.genitalia
#RLV/.AnE/{character name}/base/.abdomen
#RLV/.AnE/{character name}/base/.abdomen/010
#RLV/.AnE/{character name}/base/.abdomen/020
#RLV/.AnE/{character name}/base/.abdomen/030
#RLV/.AnE/{character name}/base/.abdomen/040
#RLV/.AnE/{character name}/base/.abdomen/050
#RLV/.AnE/{character name}/base/.abdomen/060
#RLV/.AnE/{character name}/base/.abdomen/070
#RLV/.AnE/{character name}/base/.abdomen/080
#RLV/.AnE/{character name}/base/.abdomen/090
#RLV/.AnE/{character name}/base/.abdomen/100
#RLV/.AnE/{character name}/outfits
#RLV/.AnE/{character name}/outfits/.underwear
#RLV/.AnE/{character name}/outfits/{Outfit}
#RLV/.AnE/{character name}/outfits/{Outfit}/.base
#RLV/.AnE/{character name}/outfits/{Outfit}/.on_attach
#RLV/.AnE/{character name}/outfits/{Outfit}/.on_detach
#RLV/.AnE/{character name}/outfits/{Outfit}/{Clothing}
#RLV/.AnE/{character name}/outfits/{Outfit}/{Clothing}/.on_attach
#RLV/.AnE/{character name}/outfits/{Outfit}/{Clothing}/.on_detach
```

**See example below.**

<figure><img src="https://949499632-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFI0yuBBOg1G2LmjXRvGU%2Fuploads%2FU1Dr6CmGDsEEUGV6jBHx%2Fimage.png?alt=media&#x26;token=de4a7838-1474-4cc4-908e-24aaa2d6eda1" alt=""><figcaption></figcaption></figure>


---

# 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.anehud.com/optional-add-ons/rlv-outfits.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.
