> For the complete documentation index, see [llms.txt](https://wiki.tinkerhub.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tinkerhub.org/study-jams/faqs/frequently-asked-questions-faq.md).

# Frequently Asked Questions (FAQ)

> ## <mark style="color:green;">**Q: What exactly is a Study Jam?**</mark>
>
> A Study Jam is a learning initiative where you enroll in a course with a set schedule, attend lessons led by facilitators, and follow rules designed to maintain commitment and enhance learning.

> ## <mark style="color:green;">**Q: Who organizes Study Jams?**</mark>
>
> Study Jams are typically organized by TinkerHub Campus Communities, though external entities can also run them.

> ## <mark style="color:green;">**Q: How do I find a Study Jam that suits my interests?**</mark>
>
> Simply open *The Hub by TinkerHub* app, navigate to the Study Jams section, and search to find active courses that match your learning requirements.

> ## <mark style="color:green;">**Q: What are the consequences of missing a lesson?**</mark>
>
> Missing two mandatory lessons will automatically drop you from the course, reflecting the program’s emphasis on commitment and accountability.

> ## <mark style="color:green;">**Q: Can I choose to attend only some lessons?**</mark>
>
> While there are optional lessons, the course requires you to attend all mandatory lessons to successfully complete the program.

> ## <mark style="color:green;">**Q: What kind of support is available during a Study Jam?**</mark>
>
> Facilitators guide the sessions, and a community of learners is available to help you through any challenges you encounter.

> ## <mark style="color:green;">**Q: How do I know if I can handle the commitment?**</mark>
>
> Before registering, review the course details and guidelines thoroughly. Consider your schedule and commitment level, as the strict attendance policy is clearly outlined in the course rules.


---

# 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://wiki.tinkerhub.org/study-jams/faqs/frequently-asked-questions-faq.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.
