> For the complete documentation index, see [llms.txt](https://specs.govstack.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://specs.govstack.global/implementation-playbook/1.0.0/annex/contributors.md).

# Contributors

The first and second iteration of the Playbook has been co-developed by (listed below in alphabetical order)

{% columns %}
{% column %}

### Community Members

* Betty Mwema
* Laurence Berry

### Partner organizations&#x20;

* **Capgemini**
  * Anupama Pulipaka
  * Bastian Ramm
  * Hannah Lotz
  * Lea Alwine Anna Feline Senner
  * Mira Oetzmann
  * Samuel Liam Scholz
* **eGov Foundation of India**&#x20;
  * Omkar Ghatpande
  * Varun Basu&#x20;
* **TalTech**&#x20;
  * Alika Vandtke
  * Josephine Lusi

### Government collaborators

* **Government of Ukraine**
  * Maksym Shkilov

### Graphic design

* Nienke Haccou

### Reviewers

* Firly Andrisetiani Permata, Lawyer and Policy Researcher, Indonesia
  {% endcolumn %}

{% column %}

### Founding Partners

* **Estonian Government-EstDev**
  * Andres Ääremaa
  * Margus Mägi
* **DIAL**&#x20;
  * Brenda Maday
  * Diana Sang
  * Jake Watson
  * Sherman Kong
* **GIZ**&#x20;
  * Amrit Singh
  * Martha Mundas
  * Moritz Fromageot
  * Nico Lueck
  * Niharika Gujela
  * Nora Hauptmann
  * Pia Seiffarth
  * Puja Raghavan
  * Riham Fakhru
  * Sarah Fischer
  * Stephen Odhiambo
* **ITU**&#x20;
  * Ayush Shukla
  * Concord Kananura
  * Hani Eskandar
  * Hossam Ragheb
  * Ingrid Pappel
  * Luke Cavanaugh
  * Nabhonil Roy
  * Dr. P.S Ramkumar
  * Valentina Stadnic
  * Vikash Madduri
  * Yolanda Martínez&#x20;
    {% endcolumn %}
    {% endcolumns %}


---

# 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://specs.govstack.global/implementation-playbook/1.0.0/annex/contributors.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.
