> For the complete documentation index, see [llms.txt](https://wiki.arkvalkyrie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.arkvalkyrie.com/server-features/outfit-stylist-outfit-tickets.md).

# Outfit Stylist (Outfit Tickets)

The **Outfit Stylist** lets you permanently unlock alternate looks for your character using an **Outfit Ticket**. Your job, skills, and stats stay exactly the same only your character's sprite (appearance) changes.

📍 **Location:** Ark Lobby: *Outfit Stylist*

### Requirements

* You must be a **3rd Job class**. Transcendent and lower classes are not eligible.
* Each outfit costs **1× Outfit Ticket**.

### Available Outfits

For every 3rd job class, two outfits can be unlocked:

| Outfit           | Description                                                                                          |
| ---------------- | ---------------------------------------------------------------------------------------------------- |
| **Alter Outfit** | The alternative / 4th-generation look of your job line (e.g. an Alter version of your class sprite). |
| **Baby Outfit**  | The baby style sprite of your job line the cute,version of your class.                               |

Each outfit is a **separate purchase** (1 ticket each) and is unlocked **permanently** on that character.

### How to Purchase

1. Obtain an **Outfit Ticket**.
2. Talk to the **Outfit Stylist** in Ark Lobby.
3. Choose the outfit you want to purchase the ticket is consumed and the outfit is applied immediately.

{% hint style="success" %}
Outfits are **permanent**. They stay on even after logging out, changing maps, or relogging.
{% endhint %}

{% hint style="warning" %}
If something goes wrong during the change (for example, an incompatible client), the NPC will **refund your Outfit Ticket** automatically. Make sure your client is fully updated through the patcher before purchasing.
{% endhint %}

### Switching Between Outfits

Once you have unlocked **both** outfits, talk to the Outfit Stylist again at any time to **switch between them for free**. The menu shows which outfit is currently **Equipped** and which is **Unequipped** just pick the one you want to wear.

### Good to Know

* **Mounts, gear, and companions:** If your new outfit's sprite doesn't support your current mount, Mado Gear, or Warg, it will be automatically dismounted/removed when the outfit is applied. You can simply summon or mount again if your look supports it.
* **Appearance only:** The outfit is purely visual. Your job class, skills, stats, and equipment are completely unaffected.
* **Per character:** Outfit unlocks are saved on the character that purchased them.


---

# 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://wiki.arkvalkyrie.com/server-features/outfit-stylist-outfit-tickets.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.
