> For the complete documentation index, see [llms.txt](https://hangout-ragnarok.gitbook.io/hangoutro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hangout-ragnarok.gitbook.io/hangoutro/systems/concierge.md).

# Hangout Concierge

![](https://3134290582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD6EUknkxguLsWdqRSsct%2Fuploads%2Fgit-blob-eaa1c9a619ad1ec830bc97009ec6cff342441115%2Fconcierge.jpg?alt=media)

Mochi runs the front desk in Prontera at 150,193, next to the Job Master, under a push cart sign. One menu covers the errands that would otherwise send you looking for four different NPCs.

### Rides and companions

All of them are free, and they last until you dismiss them. Each one needs its quest skill first, which the same NPC hands out under platinum skills.

| What      | Who can have it                                               | Skill it needs                                    |
| --------- | ------------------------------------------------------------- | ------------------------------------------------- |
| Push Cart | Merchant tree                                                 | Push Cart                                         |
| Falcon    | Hunter tree                                                   | Falconry Mastery                                  |
| Warg      | Ranger                                                        | Warg Mastery. You get a Wolf's Flute to summon it |
| Peco Peco | Knight and Crusader, and their transcendent and baby versions | Peco Peco Ride                                    |
| Dragon    | Rune Knight and Dragon Knight                                 | Dragon Training                                   |
| Madogear  | Mechanic and Meister                                          | Madogear License                                  |

Get off a cash mount before you ask, because the two cannot share a saddle.

The Riding Creature Master and the Mado Gear Armorer in Prontera close when the Concierge opens, since it does both jobs from one menu. The copies in Geffen, Payon, Al De Baran, Yuno and Rachel stay where they are.

### Platinum skills

Platinum skills are the quest skills your class would normally run errands for. Push Cart, Falconry Mastery and Peco Peco Ride are three of them. The Concierge gives you every one your class can have, for free, as often as you ask. A skill reset can take them away, so come back after one.

### Resets

| Reset  | Cost       |
| ------ | ---------- |
| Skills | 5,000 zeny |
| Stats  | 5,000 zeny |
| Both   | 9,000 zeny |

There is no limit on how often you reset. A skill reset also clears the status effects your class put on you.

### Where do I find...?

The last menu answers the questions new players ask in chat. It lists the rides, the NPCs that make you stronger, the town services and where cash points come from, all with coordinates. [Prontera services](/hangoutro/the-server/prontera-npcs.md) has the same list on one page.


---

# 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://hangout-ragnarok.gitbook.io/hangoutro/systems/concierge.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.
