> For the complete documentation index, see [llms.txt](https://docs.washthru.lol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.washthru.lol/identify-the-suitable-factor.md).

# Identify the suitable factor

Before requesting an event, make sure to identify the "Suitable Factor". This will tell you if you're allowed to host the event.

Some examples:

| Appropriate                                                                                  | Inappropriate                                                                                                                                                                                                                   |
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ul><li>Simon Says</li></ul>                                                                 | <ul><li>“Whoever Leaks Icy’s Real Name first gets 10 million Robux” \~ Anything that includes leaking or doxxing  is inappropriate.</li></ul>                                                                                   |
| <ul><li>Minigame Shift {Using Btools? You must be supervised by a Head Corporate+}</li></ul> | <ul><li>“Whoever raids Washiez Training Center with me gets a promotion” \~ Anything that contains breaking rules and damages WashThru’s reputation is inappropriate.</li></ul>                                                 |
| <ul><li>Word Search</li></ul>                                                                | <ul><li>“Whoever dresses naked will get the Event Winner role” \~ Really? Anything breaking Roblox ToS is inappropriate. </li></ul>                                                                                             |
| <ul><li>Alliance Visit</li></ul>                                                             | <ul><li>“Whoever helps us destroy the game will win!” \~ Our game still needs to be intact. Make sure to use Btools professionally. Don’t steal assets, don’t destroy the carwash and don’t kill players with Btools.</li></ul> |

### Quiz: Determine the "Suitable Factor"

You will get an 2  points if you answer the question with Yes, your end count of points will tell you if the event is appropriate.

* Does the event follow Roblox’s Terms of Service and Community Standards?
* Does the event avoid encouraging leaking, doxxing, harassment, or sharing private information?
* Does the event follow all WashThru rules and guidelines?
* Could the event negatively affect WashThru’s reputation or community?
* Does the event encourage fair and respectful interaction between participants?
* Does the event avoid exploiting, abusing, or misusing BTools and other administrative features?
* If BTools are required, will the event be properly supervised by a Head Corporate+?
* Does the event avoid damaging the game, map, vehicles, assets, or other players?
* Is the event suitable for the general WashThru community?
* Does the event have a clear purpose that fits within WashThru’s community and environment?
* Does the event avoid encouraging players to break rules, raid other groups, or intentionally disrupt other communities?
* Would you be comfortable with this event being publicly associated with WashThru?

<table><thead><tr><th width="96.453125">Points</th><th>Result</th></tr></thead><tbody><tr><td>24 - 19</td><td>Suitable. You should definitely request the event.</td></tr><tr><td>18 - 14 </td><td>Potentially suitable. Maybe have a second look and change some details before submitting? If you think everything is correct, request the event. Worst thing that can happen is the request being rejected. If you really have no idea, why it got rejected I would recommend you sending the rules from above to an Artificial Intelligence (e.g. ChatGPT or Gemini) to draft a new event or switch up some rules.</td></tr><tr><td>13 - 0</td><td>Inappropriate. Your event isn't appropriate. If you don't know why it could be, you can use an Artificial Intelligence (e.g. ChatGPT or Gemini) to create a new draft or switch up some rules so it can pass this quiz. </td></tr></tbody></table>

**Please note to not send the entire handbook to an artificial intelligence. You can also create a ticket if you prefer to speak with a human. The AI recommendation was just an idea, to get fast results.**&#x20;


---

# 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://docs.washthru.lol/identify-the-suitable-factor.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.
