# Contributors

We can actively share what GitBooks we are creating and working on together.  I think this page can serve as an index to books & creators.

We can use GitHub handles to keep track of contributors to start.

| Book Name (w/ GitBook Link)                                                                        | Status   | Contributors (w/ GitHub Link)               | Topics (Tags)  |
| -------------------------------------------------------------------------------------------------- | -------- | ------------------------------------------- | -------------- |
| [Meteor Open Source GitBook Guide](https://meteorjs.gitbook.io/meteor-open-source-gitbooks-guide/) | WIP      | [mullojo](https://github.com/mullojo)       | community      |
| [Vue + Meteor](https://meteorjs.gitbook.io/vue-meteor/)                                            | WIP      | [mullojo](https://github.com/mullojo)       | vue, beginner  |
| Meteor Microservices                                                                               | WIP      | [jankapunkt](https://github.com/jankapunkt) | microservices  |
| [Discover Meteor](https://meteorjs.gitbook.io/discover-meteor/)                                    | WIP      | [SachaG](https://github.com/SachaG)         | blaze, mongodb |
| **Your book**                                                                                      | **Idea** | **you**                                     | **anything**   |

We'll figure out an easy process to manage permission for contributors that you might like to join in creating your book.  For now an **admin** role it given to the original book creator, and it's probably recommended that people who want to contribute on books are given a **writer** role.


---

# Agent Instructions: 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:

```
GET https://meteorjs.gitbook.io/meteor-open-source-gitbooks-guide/community.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
