> 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.md).

# About

- [Mission, Vision & Impact areas](https://docs.opencollective.com/oceurope/about-1/mission-vision-and-impact-areas.md): It all comes back to resilience
- [Risk and Compliance aspects](https://docs.opencollective.com/oceurope/about-1/risk-and-compliance-aspects.md): Open Collective Europe: Grant Eligibility and Risk Assessment Policy
- [Safeguarding Policy](https://docs.opencollective.com/oceurope/about-1/safeguarding-policy.md)
- [Code of Conduct](https://docs.opencollective.com/oceurope/about-1/code-of-conduct.md): This Code of Conduct reflects the values and commitments of Open Collective Europe and aims to create a positive and productive community for all involved.
- [Whistleblower Policy](https://docs.opencollective.com/oceurope/about-1/whistleblower-policy.md)
- [Terminology](https://docs.opencollective.com/oceurope/about-1/terminology.md): We have developed some terminology to describe processes within the Open Collective ecosystem. Please use these terms when creating issues or support requests, instead of user —everyone is a user!
- [Contact Us](https://docs.opencollective.com/oceurope/about-1/contact-us.md)


---

# 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.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.
