> 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/community/discord.md).

# Discord and Facebook

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

* Discord: [discord.gg/48YUhXAy3z](https://discord.gg/48YUhXAy3z)
* Facebook page: [facebook.com/hangoutragnarok](https://www.facebook.com/hangoutragnarok/)
* Website: [hangout.openskyelabs.xyz](https://hangout.openskyelabs.xyz)

## Finding your way around Discord

| Channel             | Use                                                                                                   |
| ------------------- | ----------------------------------------------------------------------------------------------------- |
| `#server-feed`      | MVP kills, MVP cards and +8 refines, posted by the server as they happen                              |
| `#server-shouts`    | Everything players shout in game with `@shout`, so you can follow the server while you are away       |
| `market` forum      | Buy and sell. Tag your post WTS, WTB, Trade or Price Check, and mark it Sold when done                |
| `guides` forum      | Player written guides. Staff Pick marks the ones the GMs recommend                                    |
| `#help`             | Questions about the client, the launcher or the game                                                  |
| `bug-reports` forum | One bug per post. GMs mark them Confirmed, Fixed or Won't Fix                                         |
| `suggestions` forum | One idea per post. Thumbs up the ones you want. GMs mark them Under Review, Planned, Done or Declined |
| Join to Create      | Joining this voice channel makes a room you own                                                       |

If you find an exploit, send it to a GM in a direct message instead of posting it.


---

# 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/community/discord.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.
