# Meteor Open Source GitBooks

As a contributor to the Meteor open source community, I see that we need easier and faster ways to create community driven documentation, tutorials, guides, and full books to highlight the many many things that Meteor can be used for today.   There is lots of really great documentation for Meteor in the official [docs](https://docs.meteor.com/) and [guides](https://guide.meteor.com/). &#x20;

There is also hundreds to thousands of other resources about Meteor available online in all formats including, blogs, forums, chats, print books, digital books, and many other sources.

Perhaps the largest challenge has been to find a way for thousands of developers to contribute to what they are passionate about and to keep those resources up to date as everything changes so fast.

So the vision is to give everyone the ability to easily create content they are passionate about while helping others.  Also it's important to make it easier to co-create with other devs, and to useful information in a format (markdown) that can eventually be added to official Meteor Docs & Guides if the content is the right fit.

The Meteor Community is just picking up momentum again and the best way to improve Meteor today is to clearly share what is possible with this amazing JS framework.

![Best content from GitBooks gets migrated to Official Doc & Guides](https://3481865965-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MBCE7rCRbWnRYXGqwjV%2F-MBGfIQWJKnaez2YQZFI%2F-MBGrB7oUN4-GO0_RFwu%2Fimage.png?alt=media\&token=308237f6-18f0-4331-a688-4dc86ad17ae9)

So, go make something wonderful!  If you had to learn the hard way, make it easier for others to learn the easy way.   You can share any writing, code, pictures, embedded videos and just about anything you can imagine in these digital GitBooks.

Sync them with your personal GitHub account when you get started.

Because all of these books have to be open source to be hosted here, I encourage you to open up a channel for others to give you thanks for your work by using things like [GitHub's sponsorship](https://github.com/sponsors) or similar.


---

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