> For the complete documentation index, see [llms.txt](https://docs.opencollective.com/oceurope/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opencollective.com/oceurope/about-1/contact-us.md).

# Contact Us

#### Learning & Reading

🔍 Use the Search Bar in the upper right corner to find detailed information about specific topics

💬 Join our [Discord](https://discord.gg/Wkfjzkfn) to get in touch with the entire Open Collective community (& join in the #opensource channel)

🌱 Read the latest [Updates from OCE](https://opencollective.com/europe/updates) on our page and on the[ Open Collective Blog](https://blog.opencollective.com)

:bird:Follow us on [Twitter](https://twitter.com/OC_Europe), [Instagram](https://www.instagram.com/oc_europe/),[ Youtube](https://www.youtube.com/c/OpenCollective), and[ ](https://www.facebook.com/OpenCollect)[Linkedin](https://www.linkedin.com/company/open-collective-europe/)

#### Talking to a Person

{% hint style="info" %}
Our small but mighty team is here to help you Monday to Friday across multiple time zones. We aim to respond to inquiries within three business days.
{% endhint %}

💌 Email any OCE-specific questions to <oce@opencollective.com>

🎟  Request platform support [here](https://opencollective.com/help)&#x20;

💬 Join our [Discord](https://discord.gg/Wkfjzkfn) to get in touch with the entire Open Collective community (& join in the #opensource channel)

#### Reporting an Issue

👩‍💻 [Open Collective](https://github.com/opencollective) on GitHub to file an issue or see what we are working on

{% hint style="success" %}
***We’re transparent!***  View our [budget ](https://opencollective.com/europe)and check out our [blog](https://blog.opencollective.com/)!
{% endhint %}


---

# 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.opencollective.com/oceurope/about-1/contact-us.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.
