> For the complete documentation index, see [llms.txt](https://litepaper.galaxiaverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://litepaper.galaxiaverse.io/7.0.-community/7.1.-discord.md).

# 7.1. Discord

Discord is a popular instant messaging social platform where users can communicate with voice calls, video calls, text messaging, media, and files in private chats or as part of communities called servers. A server is a collection of persistent chat rooms and voice channels that can be accessed via invite links.

At Galaxiaverse, we bring together our community members through the community we have built on the [Discord platform](https://discord.com/invite/Galaxiaverse). First and foremost, we prioritize safety and having a good time with our community members, while expecting them to abide by our community guidelines throughout their time with us. We have a lot of content on our server that we think you'll be interested in:

* If you want to prove that you're the best on the race track or argue that there's no better FPS player than you, don't forget to participate in the racing and shooter tournaments that we'll organize on our Discord server. We also organize various events for the art lovers in our community, such as lore, fanart, meme contests, and more!
* We share giveaways when we want to give rewards to our members to show our appreciation for their presence in our community.
* You can gain roles to show your prestige in the community by participating in Closed-Alpha, owning one of the Galaxiaverse NFTs for different roles, creating regular content, and leveling up!
* Being a global community doesn't prevent everyone from using their local language. You can choose the languages you want to speak and start chatting in the text channels of these languages comfortably.
* If you want to communicate with your friends via channels, you can spend as much time as you want in special lobbies and use voice and text features that you create privately.&#x20;
* When you want to send us your feedback, bug report, or a new idea about our game and project, you can easily contact us by creating a ticket on our Discord 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://litepaper.galaxiaverse.io/7.0.-community/7.1.-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.
