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

# Midnight Gaming Network

Midnight Gaming Network (MGN) was founded in 2020 with the sole purpose of creating a fun and safe environment for gamers. Our mission is to foster a thriving gaming community where players of all backgrounds and skill levels can come together to enjoy the immersive and exciting world of video games. We recognize that gaming is more than just a pastime; it's a shared passion that brings people together from all corners of the globe. Our commitment to our mission is rooted in three fundamental principles:

* **Inclusivity:** We believe that everyone, regardless of age, gender, race, or skill level, deserves a welcoming and supportive gaming community. We are dedicated to maintaining an inclusive atmosphere where diversity is celebrated, and all voices are heard.
* **Fun and Enjoyment:** Gaming is all about having a good time. We are committed to creating an environment where players can relax, have fun, and forge lasting friendships. Whether you're a competitive player or a casual gamer, MGN strives to be the platform that brings joy and excitement to your gaming experience.
* **Safety and Respect:** Online gaming can sometimes be marred by negativity and toxicity. We are determined to provide a safe space where all members can enjoy their gaming without fear of harassment or discrimination. Respect for one another is the cornerstone of our community, and we have a zero-tolerance policy for bullying, hate speech, or any form of harmful behavior.

Midnight Gaming Network aims to be a place where gamers can connect, play, and grow. We host a variety of events, tournaments, and discussions that promote camaraderie and skill development. Our dedication to improving the gaming experience extends to creating resources, guides, and tutorials to help players enhance their skills and knowledge. In essence, Midnight Gaming Network stands as a beacon of positivity and inclusivity in the gaming world. We are a community of players, united by our passion for gaming and our commitment to making the virtual world a better place. Together, we'll continue to create an environment where every gamer feels valued and can truly relish the magic of gaming.


---

# 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://midnight-gaming-network.gitbook.io/mgn/midnight-gaming-network.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.
