> 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/decision-making-process.md).

# Decision making process

Our default decision making process is ”advice seeking” as described in the book ”[Reinventing Organizations](https://www.reinventingorganizations.com/)”.&#x20;

We get feedback from people who will be the most impacted and from “experts” (people who have relevant experience) and then we take an informed decision. We trust you by default. We know that we all want the best for the movement.

{% hint style="info" %}
**Gender balance**: at least one woman and one man should be involved in non trivial decisions. When we are convening meetings, we do our best to ensure gender balance and equal time to speak.
{% endhint %}

### Under time constrains

We don’t always have the time to gather feedback (typically when we get closer to an action). In that case, it’s not enough to share on basecamp or elsewhere and expect that the right people will have the time and respond within the hour. In those situations, we invite you to check with at least another rebel (with experience and/or impacted by the decision) of another gender to ensure gender balance (text them on Signal or call them if urgent).

## Resources

* Book “[Reinventing Organizations](https://www.reinventingorganizations.com/)”, Frédéric Laloux ([see also the wiki](http://www.reinventingorganizationswiki.com/Main_Page))


---

# 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/decision-making-process.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.
