> 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/adventurer-agency.md).

# Adventurer's Agency

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

The Adventurer's Agency is the party finder built into the client. Party leaders list their party with a level range, a purpose and the roles they want, and anyone looking for a group searches the list and applies from the window.

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

### Listing your party

1. Make a party and be its leader.
2. Open the party window with Alt+Z and press the Adventurer's Agency button at the bottom.
3. Press Register in the Agency window. Set the level range, the purpose, the roles you want (tank, damage, healer, assist) and a short note.
4. Press Register. Your party shows in the list until you remove it or the party breaks up.

### Finding a party

Open the Agency window, set your level range or a purpose, and press Search. Pick a party and apply. The leader gets your request in game and accepts or declines.

### Notes

* Only the party leader can register, edit or remove the listing.
* Your hotkeys and interface settings save to the server through the same service, so they follow your account between computers.
* If the window stays empty on a fresh install, run the launcher once so the client gets the patch that points it at the server.


---

# 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/adventurer-agency.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.
