> For the complete documentation index, see [llms.txt](https://treasurelabs.gitbook.io/usdpaz-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://treasurelabs.gitbook.io/usdpaz-whitepaper/pararium/social.md).

# Social

Pararium is a social platform that provides an environment where users can communicate and interact in various spaces. Through this platform, users can obtain information that matches their preferences and tendencies, as well as enjoy various events and games with other users.

#### Convention hall

The convention hall is a space in the Pararium metaverse that offers a new way for users to exchange cultures, projects, and information. Various events are held, such as project exchanges, AMA sessions, and new project introductions. Through these events, users can acquire new information and interact with diverse individuals.

#### Party room

Unlike the convention hall, the party room is a space where users can gather to play and enjoy. Numerous events and various mini-games are prepared, and users can enjoy them with other users. Additionally, the party room is utilized as a space where users can freely share their stories.

**Donate**

The donate feature is a function that allows users to support artists or influencers. Users can use $PAZ to support the activities of artists or influencers, become their fans, and get closer to them.

**Voice**

Pararium aims to provide high-quality sound for voice function. Users can enjoy vivid communication through voice chat using the voice function.


---

# 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://treasurelabs.gitbook.io/usdpaz-whitepaper/pararium/social.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.
