> For the complete documentation index, see [llms.txt](https://www.bandlabs.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.bandlabs.net/discord/discord-rules.md).

# Discord Rules

Welcome to the **BandLabs & F.E.L.I.N.E.** Discord, the hub for all things VRChat tools, roleplay chaos, and general nonsense. We're pretty lax, but there are a few hard rules to keep things in order.

## **1. You Must Be 18+ to Participate**

* This is an adult server. You must be 18 or older to be here.
* :rotating\_light: **The ONLY exception:** If you have purchased a product from BandLabs and require support, you may access the server only through the proper support channels. Any attempt to bypass this restriction will result in an immediate permanent ban.

## **2. Expect the Occasional Unfiltered Chaos**

* Discussions here can be wild, unhinged, and potentially offensive at times. If you’re easily offended, this may not be the place for you.

## **3. Don’t Be an Ass (Within Reason)**

* We’re all here to have a good time. Don’t be an actual problem (harassment, hate speech, extreme trolling, etc.). Banter is encouraged, but know when to chill.

## **4. No NSFW Content**

* Keep explicit NSFW material out of public channels. We may be 18+, but this isn’t that kind of server.

## **5. No Drama Dumps**

* Take personal disputes somewhere else. If there’s a real issue, message an admin. Otherwise, don’t bring the mood down.

## **6. Keep It Relevant**

* We talk about BandLabs projects, VRChat, roleplay, and general nonsense. Keep topics somewhat related to what’s going on. If you want to ramble about something completely off-topic, take it to the right channel.

## **7. Follow VRChat & Discord TOS**

* Obvious but necessary—don’t break VRChat’s or Discord’s terms of service while you're here.

## **8. F.E.L.I.N.E. is NOT a Serious Mil-Sim**

* If you're joining for F.E.L.I.N.E., understand that we are not a serious military roleplay group. We are a goofy PMC with the IQ of a breadstick. If you're looking for strict chain of command and tactical ops, this ain't it.

## **9. Respect Voice Chat Topics**

* If the voice chat isn’t in the mood for roleplay talk, don’t force it. Too many people in the VRChat roleplay scene make everything about RP—this isn't us. Sometimes we just want to hang out, so read the room.

## **10. Listen to the Admins**

* If an admin tells you to cut it out, just cut it out.

## **11. Have Fun and Embrace the Chaos**

* At the end of the day, this server is for hanging out, messing around, and enjoying VRChat. Bring the energy, embrace the absurd, and make it fun for everyone!


---

# 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://www.bandlabs.net/discord/discord-rules.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.
