> For the complete documentation index, see [llms.txt](https://docs.sonoransoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonoransoftware.com/store/short-slip-dress.md).

# Short Slip Dress

## A simple silhouette with natural movement

{% hint style="info" %}
This EUP asset is escrow protected by Tebex. [Learn more about what this means.](/store/safety-vests/installation.md#texture-customization)
{% endhint %}

Add an elegant, lightweight outfit option to your female character wardrobe with the Sonoran Short Slip Dress. This camisole-style short dress is designed to move naturally with the player, making it a polished choice for civilian characters, nightlife outfits, resort looks, and custom EUP collections.

<figure><img src="/files/2MqUuC8CM17jK0eG5tct" alt=""><figcaption></figcaption></figure>

## Made to move

The dress uses physics-enabled movement so it responds naturally as your character walks, runs, turns, and moves through the world. The result is a more believable garment with movement that complements the outfit instead of looking static.

<figure><img src="/files/1zgE2AI5QsOhqXg9zzOc" alt=""><figcaption></figcaption></figure>

## Product details

| Feature       | Details                                     |
| ------------- | ------------------------------------------- |
| Style         | Short slip dress / camisole-style dress     |
| Movement      | Moves naturally with your character         |
| Compatibility | Female FiveM EUP / vMenu clothing workflows |
| Textures      | 22 textures                                 |
| Polygons      | 8,196 polygons                              |
| Performance   | Optimized for FiveM                         |

## Built for character customization

The Short Slip Dress is a flexible addition to:

* Civilian and casual outfits
* Nightlife and social roleplay
* Resort, hotel, and vacation characters
* Date-night and formal-casual looks
* Custom female EUP collections

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

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

## In-game location

Finding the dress in vMenu is quick:

1. Open **vMenu**.
2. Open **Player Appearance**.
3. Select **Shirt overlay / Jackets**.
4. Scroll to the end of the category.
5. Select item **633**.
6. Use the texture/variation controls to preview the 22 textures.

## Simple installation

Download the ZIP from the Cfx.re Portal, unzip it, place the resource folder in your server's `resources` directory, and add the resource to `server.cfg`.

```cfg
ensure sonoran-shortdress
```

{% hint style="warning" %}
The guide assumes the resource folder is named `sonoran-shortdress`. If the downloaded package uses a different folder name, use that exact folder name in both the `resources` directory and the `ensure` line.
{% endhint %}

For the complete installation process and EUP streamed-asset troubleshooting, see:

{% content-ref url="/pages/WqbEY5qMe5nyy15eoj2X" %}
[Installation](/store/short-slip-dress/installation.md)
{% endcontent-ref %}


---

# 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.sonoransoftware.com/store/short-slip-dress.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.
