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

# Welcome

## Directory

| Service                | URL                                                                                                                                                                                            |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Website                | [extinctionrebellion.be](https://extinctionrebellion.be/)                                                                                                                                      |
| Facebook               | [facebook.com/ExtinctionRebellionBE](https://www.facebook.com/ExtinctionRebellionBE/)                                                                                                          |
| Twitter                | [twitter.com/XR\_Belgium](https://twitter.com/XR_Belgium)                                                                                                                                      |
| Community forum        | [base.extinctionrebellion.be](https://base.extinctionrebellion.be/)                                                                                                                            |
| Starter Kit            | <p><a href="https://join.extinctionrebellion.be/">join.extinctionrebellion.be</a></p><p>Learn how to join or create a local group or a working group</p>                                       |
| Public drive           | <p><a href="https://drive.extinctionrebellion.be/">drive.extinctionrebellion.be</a> (Google)</p><p>Documents, photos, videos, and presentations from our national circles and local groups</p> |
| Self-Organising System | <p><a href="https://sos.extinctionrebellion.be/">sos.extinctionrebellion.be</a> (Glassfrog)</p><p>A map of our national circles</p>                                                            |
| Finance                | <p><a href="https://opencollective.com/XR-Belgium">finance.extinctionrebellion.be</a> (Open Collective)</p><p>A record of our expenses and donations</p>                                       |

## Who is maintaining this documentation repository?

* Leen Schelfhout (XR Antwerp) ([email](mailto:leen.schelfhout@protonmail.com))
* Xavier Damman (XR UK Fundraising, XR Belgium) ([email](mailto:citizenspring@protonmail.com))

Please join us. Our goal is to hand it over as soon as possible to the community.

## Contribute

If you have any suggestion or want to add anything to this documentation, you can [edit any of those pages on Github](https://github.com/extinctionrebellion/xrbe-docs). If you need assistance, send an email to <belgium@organise.earth>.

##


---

# 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.extinctionrebellion.be/master.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.
