# Montreal Elixir Playbook

This playbook provides guides and checklist to help organizers run the Montreal Elixir group. It also provides guidance for members to contribute to the monthly meet-up in the form of presentations, lightning talks and workshops.

## About Montreal Elixir

Join us every second Wednesday of the month to learn and share your passion for the Elixir programming language and the BEAM virtual machine. For more information visit, <http://www.montrealelixir.ca>.

## License

Montreal Elixir Playbook by [Montreal Elixir](http://www.montrealelixir.ca) is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](http://creativecommons.org/licenses/by-nc/4.0/). Based on a work at <https://github.com/montrealelixir/playbook>.

## Attribution

We welcome and encourage other Meetups to use this playbook. Please follow the [attribution best practices](https://wiki.creativecommons.org/wiki/Best_practices_for_attribution).

The ideal attribution is the entire block provided under the **License** header (see the [raw file](https://raw.githubusercontent.com/montrealelixir/playbook/master/README.md)).


---

# 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://montrealelixir.gitbook.io/playbook/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.
