> For the complete documentation index, see [llms.txt](https://pathways.btrust.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pathways.btrust.tech/03/rust-for-bitcoiners/your-weekly-gameplan.md).

# Your Weekly Gameplan

## **Each week, you’ll follow the same structure:**

<table><thead><tr><th width="97.8828125" align="center" valign="top">S/N</th><th>Actions</th></tr></thead><tbody><tr><td align="center" valign="top">1</td><td><p><strong>Complete One Learning Module</strong></p><ul><li>Work through one <a href="https://btcdemy.thinkific.com/courses/intro-to-rust">BTCdemy</a> module or section</li><li>Focus on understanding concepts, not speed</li><li>Take notes and flag anything unclear for discussion</li></ul></td></tr><tr><td align="center" valign="top">2</td><td><p><strong>Build One Practical Exercise</strong></p><ul><li>Complete a Builders task tied to that week’s learning</li><li>Tasks are designed to reinforce Rust concepts and practical thinking</li><li>Push your work to GitHub</li></ul></td></tr><tr><td align="center" valign="top">3</td><td><p><strong>Join Your Weekly Sync Call</strong></p><ul><li>30–45 minutes with your homegroup and faculty member</li><li>Share progress, ask questions, and unblock challenges</li><li>Get feedback and encouragement</li></ul></td></tr><tr><td align="center" valign="top">4</td><td><p><strong>Participate in Office Hours</strong></p><ul><li>Weekly text-based office hours on Discord</li><li>Ask questions, share code snippets, request feedback and get unstuck — live or asynchronously</li></ul></td></tr><tr><td align="center" valign="top">5</td><td><p><strong>Submit Weekly Progress</strong></p><p>At the end of each week, submit a short progress form including: </p><ul><li>A screenshot showing BTCdemy module completion</li><li>A GitHub link to your Builders task</li></ul></td></tr></tbody></table>

***

## **Support available:**

* **Office Hours:** Wednesdays, 5–6 PM WAT in `#rust-for-bitcoiners`
* **Sync Calls:** Scheduled with your homegroup and chaperone
* **Discord:** Ask questions anytime&#x20;

## Important Reminders:

* Sync calls are your space to share wins/blockers, ask questions, and get feedback
* Office hours are fully text-based — join even if you can’t be live
* All weekly submissions are due on Fridays


---

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

```
GET https://pathways.btrust.tech/03/rust-for-bitcoiners/your-weekly-gameplan.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.
