> 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/keeping-and-managing-alliances/outbound-alliance-requests.md).

# Outbound alliance requests

Before requesting any outbound partnerships, please make sure that you have full permission to request it. Do this by pinging the communications chief in a ticket, by sending an email via <bread@washthru.lol> or by sending a Discord DM.

Once it's accepted, send a message like this to the alliance by using their protcol (e.g. opening an ticket). Make sure to change out all "YOURNAME" placeholders to your actual username.

```
Hello,

I hope this message finds you well. My name is YOURNAME, and I’m reaching out from WashThru Car Wash. We’re interested in exploring the possibility of a partnership between WashThru and your group.

WashThru Car Wash is one of Roblox’s earliest car wash experiences, and we’ve built a strong identity and community around the game over time. We’re currently looking to connect with established groups and projects that share a similar vision and could benefit from collaborating.

We believe that a partnership between our communities could create mutually beneficial opportunities for both sides.

For more information about WashThru, please visit these links below:
- [Discord](https://go.washthru.lol/discord)
- [Roblox](https://go.washthru.lol/roblox)
- [Roblox](https://www.washthru.lol/)

If this partnership is of interest to your team, we’d be happy to discuss the possibilities further.

We look forward to hearing from you.

Best regards,
YOURNAME
WashThru Car Wash
```


---

# 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/keeping-and-managing-alliances/outbound-alliance-requests.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.
