> 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/meetings.md).

# Meetings

## Weekly Syncs

Each week, you’ll join a 30–45 minute sync call with your assigned homegroup. These sessions are designed to keep you accountable, create space for discussion and peer learning, and help you connect concepts to real development work.&#x20;

**What Happens in a Sync Call**

* Homegroup check-ins and progress sharing
* Faculty walkthrough of key concepts or exercises
* Q\&A and open discussion
* Optional student demos or mini-presentations

**How to Prepare**

* Make solid progress on your BTCdemy module or Builders task
* Be ready to share what you learned and where you’re stuck
* Show up on time — cameras are encouraged but optional

**Schedule**

* Each homegroup has a fixed weekly day and time
* Check your Discord channel or calendar invite for your group’s specific schedule
* Calls take place on Google Meet or Jitsi

***

## Office Hours

We host weekly, text-based office hours on Discord.

**How Office Hours Work**

* A thread is posted at the start of office hours
* Drop your questions, code snippets, screenshots, or blockers
* Faculty respond in real time
* Can’t join live? Post your questions anytime — we’ll respond asynchronously.
* We’ll send two reminders: one a day-before as a quick heads-up, and 1 hour before, which is the final nudge to join in.&#x20;

**Schedule**

* Timeline: Wednesdays, 5–6 PM WAT&#x20;
* Location: `#rust-for-bitcoiners` channel

**Archive**

All office hour threads are pinned, so it’s easy to catch up or search past answers


---

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