> For the complete documentation index, see [llms.txt](https://vrmars-3.gitbook.io/vrmars/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vrmars-3.gitbook.io/vrmars/official-channels/community-and-support.md).

# Community & Support

VRMARS provides a number of official links for players and investors to stay up-to-date with the latest developments and engage with our team.

Our social media channels are active hubs of community engagement, where players can connect with each other and our team, share ideas and feedback, and stay informed about project updates and announcements.

* Website: <http://vrmars.io/>
* Twitter: <https://twitter.com/vrmarsio>
* Discord: <https://discord.gg/vrmars>
* Telegram: <https://t.me/vrmarsio>
* Telegram (Announcements): <https://t.me/vrmars>
* Medium: <https://medium.com/@vrmarsio>
* YouTube: <https://www.youtube.com/channel/UCUvgdpWa4pC7Px4drJNUJHw>
* Reddit: <https://www.reddit.com/r/VRMartians/>

If you have specific questions or concerns, you can also reach out to us directly at <contact@vrmars.io>. Our team is always happy to hear from members of the VRMARS community and will do our best to address any issues or inquiries you may have. Thank you for your interest in VRMARS, and we look forward to connecting with you soon!


---

# 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://vrmars-3.gitbook.io/vrmars/official-channels/community-and-support.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.
