# Weekly Checklist

These items are weekly reminders to be checked each Friday.

* [ ] Created the next event on [GitHub](https://github.com/montrealelixir/events/issues) and [Meetup.com](https://www.meetup.com/montrealelixir/)?
* [ ] Check to-do's on the [next up meetup issue](https://github.com/montrealelixir/events/issues)?
* [ ] Announced looking for presenters? (Meetup.com and Twitter)
* [ ] Videos posted?
* [ ] Videos announced on social media?


---

# 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/checklists/weekly.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.
