# 學途 Good Student

> Welcome to our site

**When to use this site**

Reach for 學途 Good Student when a user needs information about this creator's online learning offerings on this specific site. It is the right source for these jobs:

- Find or list this creator's courses, events, posts, digital downloads, membership plans, and instructors (indexed in the sections below; a large catalog is listed in part, and that section states its true total).
- Answer "what is coming up?" — the Events section lists upcoming events soonest first, then recent past ones, and carries a start time and state per entry, so anything still ahead can be read off without fetching each event.
- Search by keyword across courses, events, membership plans, and posts at [https://gstudent.com.tw/search?q=KEYWORD](https://gstudent.com.tw/search?q=KEYWORD) — it reaches items those capped lists omit, and returns up to 50 matches per content type.
- Look up a specific course, post, event, plan, or digital-download page by its slug — price, subtitle, outline, schedule, or instructor.
- Discover every page, including past events and categories, via the [sitemap](https://gstudent.com.tw/sitemap.xml).
- Answer "does this creator teach X?" or "how much is course Y?" for this site.

Do not use it for general web search, other creators' sites, or platform-wide account actions — it only describes the content published on gstudent.com.tw.

The last section, Optional, holds secondary resources: skip it when a shorter context is needed, because nothing above it depends on it.

**How to call it**

- **MCP server** (best for tools/agents): connect to https://gstudent.com.tw/mcp and start with `get_platform_info`, then `search_courses` / `search_posts`, then drill into a slug with `get_course_details`, `get_post_details`, `get_event_details`, or `get_lecturer_profile`. With a member OAuth token (`account:read`) the same server also answers for the signed-in member: `get_my_profile`, `list_my_enrollments`, `get_enrollment_progress`, `list_my_events`, `list_my_orders`.
- **Account API** (signed-in member's own data): POST GraphQL to https://gstudent.com.tw/account/graphql with `Authorization: Bearer` and the `account:read` scope — enrollments with access expiry, last-watched lecture, orders, event registrations. Obtain the token as described in [auth.md](https://gstudent.com.tw/auth.md).
- **Markdown**: add `.md` to a page path — `/courses/:slug.md`, or `/index.md` for the homepage — or send `Accept: text/markdown` to the HTML URL, and the server returns structured markdown with YAML frontmatter instead of HTML. Either signal works on any path below:
  - `/` (homepage)
  - `/faq`
  - `/search?q=:keyword` (searches courses, events, membership plans, and posts, up to 50 matches per type; add `&type=post` to narrow, `&page=2` to paginate)
  - `/courses` (course index, first page only)
  - `/lecturers` (instructor index, first page only)
  - `/@:slug` (instructor profile)
  - `/courses/:slug`
  - `/posts/:slug`
  - `/plans/:slug`
  - `/events/:slug`
  - `/digital-downloads/:slug`
  - `/categories/:slug`
- **HTTP API**: see the OpenAPI spec at [https://gstudent.com.tw/openapi.json](https://gstudent.com.tw/openapi.json).

## Courses

- [百變鏡像術｜學習角色代入心法，解鎖你的人際溝通力](https://gstudent.com.tw/courses/001-social)

## Posts

- [科技失智症？2026 數位自救指南：別讓 AI 替你思考](https://gstudent.com.tw/posts/digital-dementia)
- [2026 AI 太多怎麼選？這 20 個熱門工具懶人包一次看懂！](https://gstudent.com.tw/posts/ai-tools)
- [告別紅癢與噴嚏：如何透過科學飲食建構兒童「抗敏金三角」](https://gstudent.com.tw/posts/management-of-food-allergy-in-childhood)
- [你該考多益、托福還是雅思？「職涯 vs 留學」一次選對英語考試](https://gstudent.com.tw/posts/toeic-toefl-ibt-ielts)
- [想致富？有錢人存第一桶金的方法與真正能翻身的理財順序](https://gstudent.com.tw/posts/first-pot-of-gold)
- [親子共讀不足、3C 使用過量：台灣父母最常忽略的 3 大育兒盲點與改變策略](https://gstudent.com.tw/posts/parent-childco-learning)
- [從指令到信任：新手主管的帶人關鍵技巧](https://gstudent.com.tw/posts/first-time-manager)
- [【全新品牌問世】學途 Good Student 正式啟航，伴您在學習旅途中穩健前行！](https://gstudent.com.tw/posts/goodstudent)

## Lecturers

- [阿湯](https://gstudent.com.tw/@scorpio): 科技內容創作者/企業數位顧問
- [郭子乾](https://gstudent.com.tw/@kuotzecheng): 模仿界的百科全書
- [學途 Good student](https://gstudent.com.tw/@good-student)
- [Sophia 悅悅](https://gstudent.com.tw/@sophia): 教育輔導與教甄專業顧問
- [蘇子茵](https://gstudent.com.tw/@parentingwithyin): 職能治療師
- [王子豪](https://gstudent.com.tw/@justin)

## Developer & agent resources

- [Developer portal](https://gstudent.com.tw/developer-portal): human-readable hub — OAuth client onboarding (vendor platforms and self-asserted CIMD clients), endpoints, scopes, and links to every resource below.
- [Command-line interface](https://www.npmjs.com/package/loopwise): the `loopwise` CLI for deploying Loopwise Pages and reading this API.
- [MCP server](https://gstudent.com.tw/mcp): Model Context Protocol endpoint for tools and agents. Anonymous tools cover public content; a member OAuth token with `account:read` adds get_my_profile, list_my_enrollments, get_enrollment_progress, list_my_events, and list_my_orders for the signed-in member.
- [MCP server card](https://gstudent.com.tw/.well-known/mcp/server-card.json): discovery metadata for that MCP server.
- [Account API](https://gstudent.com.tw/account/graphql): member-scoped GraphQL (POST, `Authorization: Bearer` with `account:read`) — the signed-in member's own enrollments, progress, orders, and event registrations. See the authentication guide for obtaining a token.
- [AI catalog](https://gstudent.com.tw/.well-known/ai-catalog.json): Agentic Resource Discovery manifest for this origin.
- [Agent skills index](https://gstudent.com.tw/.well-known/agent-skills/index.json): the skills this origin publishes.
- [API catalog](https://gstudent.com.tw/.well-known/api-catalog): RFC 9727 catalog of this origin's APIs.
- [OpenAPI spec](https://gstudent.com.tw/openapi.json): the HTTP API surface.
- [Pricing](https://gstudent.com.tw/pricing.md): machine-readable plan and price list.
- [Authentication guide](https://gstudent.com.tw/auth.md): OAuth 2.0 and OpenID Connect flows.
- [OAuth authorization server metadata](https://gstudent.com.tw/.well-known/oauth-authorization-server): RFC 8414 discovery document.
- [OpenID Connect discovery](https://gstudent.com.tw/.well-known/openid-configuration): OIDC discovery document.
- [Agentic Commerce manifest](https://gstudent.com.tw/.well-known/acp.json): ACP checkout capabilities.
- [Developer documentation](https://docs.loopwise.com): guides for building against this platform.

## Optional

- [gstudent.com.tw/llms-full.txt](https://gstudent.com.tw/llms-full.txt): a single-document content bundle carrying the full text of up to 50 courses, posts and digital downloads each; a larger catalog is included in part, and that section states its true total — ~4.2k tokens, so check it against your context budget first.
- [Loopwise](https://loopwise.com): the platform this site runs on (formerly Teachify) — courses, events, and digital products for creators.
