> For the complete documentation index, see [llms.txt](https://meteorjs.gitbook.io/meteor-open-source-gitbooks-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meteorjs.gitbook.io/meteor-open-source-gitbooks-guide/master.md).

# 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](/files/-MBGrB7oUN4-GO0_RFwu)

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
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://meteorjs.gitbook.io/meteor-open-source-gitbooks-guide/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.
