> 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/study-jam-guides/for-learners.md).

# For Learners

## <mark style="color:blue;">How to Get Started: A Step-by-Step Guide</mark>

***

> ### <mark style="color:yellow;">HIGHLIGHTS OF STUDY JAMS</mark>
>
> **You can join multiple Study Jams at a time.**&#x20;
>
> **Curated resources that reinforce key concepts.**
>
> **Preserves accountability by strict attendance policy.**
>
> **A mix of mandatory and optional live lessons.**

***

Imagine you want to learn **Python Programming**. Here’s how you might join a relevant Study Jam:

{% stepper %}
{% step %}

### <mark style="color:blue;">**Access The Hub:**</mark>

Open the *The Hub by TinkerHub* app on your device.
{% endstep %}

{% step %}

### <mark style="color:blue;">**Navigate to the Study Jams Section:**</mark>

From the Home page, locate and tap the **Study Jams** section.
{% endstep %}

{% step %}

### <mark style="color:blue;">**Search for Your Course:**</mark>

Search to find active Study Jams related to Python Programming.
{% endstep %}

{% step %}

### <mark style="color:blue;">**Review Course Details:**</mark>

For example, you might find a course titled **“Python for Dummies”** run by College of XYZ.

Tap on the course to view its details, including rules, mandatory vs. optional lessons, and session schedules.
{% endstep %}

{% step %}

### <mark style="color:blue;">**Assess Your Commitment:**</mark>

Carefully read the guidelines. Note that missing two mandatory lessons results in automatic removal (and a place on the “dropped out” wall of shame!).
{% endstep %}

{% step %}

### <mark style="color:blue;">**Register for the Study Jam:**</mark>

If you’re confident you can meet the commitment, register for the course.
{% endstep %}

{% step %}

### <mark style="color:blue;">**Attend Scheduled Lessons:**</mark>

Once registered, you’ll have access to a detailed schedule showing live lesson dates and times.

Join each session as scheduled to stay on track.
{% endstep %}
{% endstepper %}

***


---

# 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/study-jam-guides/for-learners.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.
