# NotOnlyHR-Class Room (不只是人資教室)

> 這間教室的學生會有職場工作者跟人資，會提供給職場工作者求職的工具課程，也會提供給人資實務上操作、能提升自己競爭力與薪資

**When to use this site**

Reach for NotOnlyHR-Class Room (不只是人資教室) 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://course.notonlyhr.com/search?q=KEYWORD](https://course.notonlyhr.com/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://course.notonlyhr.com/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 course.notonlyhr.com.

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://course.notonlyhr.com/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://course.notonlyhr.com/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://course.notonlyhr.com/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://course.notonlyhr.com/openapi.json](https://course.notonlyhr.com/openapi.json).

## Courses

- [《招募漏斗》突破徵才困境 : 一次懂數據思維與實務解析](https://course.notonlyhr.com/courses/recruitmentfunnel): 從懂數據，到有策略，完美擊破招募困境
- [績效管理解方2.0【線上說明會】](https://course.notonlyhr.com/courses/performance1): 終結不配合、推不動的窘境，建立真正落地的制度！
- [已額滿【實體課】績效目標設定](https://course.notonlyhr.com/courses/performancegoal): 企業主管培訓指定課，讓目標有共識、有成長、有效評估
- [已額滿【實體課】績效管理辦法制度建立](https://course.notonlyhr.com/courses/performancemanagementregulation): 下課即產出，扎實8小時實作，無產出可退費
- [【未開班】 提問力培訓 : 讓日常溝通不再雞同鴨講](https://course.notonlyhr.com/courses/communication): 江湖生存必備技能，顛覆你對於提問的認知，適合工作年資 2y+ 的工作者
- [【只送不賣】人才推薦獎金設計實務](https://course.notonlyhr.com/courses/referral): 一次搞懂底層邏輯，不隨波逐流

## Membership Plans

- [選才＋育才課程合購方案(至2/27 23:59 止)](https://course.notonlyhr.com/plans/teach): NT$46,000 every 999999 days

## Lecturers

- [吳怡萱](https://course.notonlyhr.com/@celinnnnnna): TPP國家治理學院公關長
- [江富笙](https://course.notonlyhr.com/@fusheng): 企業保險專家
- [Miriam](https://course.notonlyhr.com/@miriam): NotOnlyHR創辦人

## Developer & agent resources

- [Developer portal](https://course.notonlyhr.com/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://course.notonlyhr.com/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://course.notonlyhr.com/.well-known/mcp/server-card.json): discovery metadata for that MCP server.
- [Account API](https://course.notonlyhr.com/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://course.notonlyhr.com/.well-known/ai-catalog.json): Agentic Resource Discovery manifest for this origin.
- [Agent skills index](https://course.notonlyhr.com/.well-known/agent-skills/index.json): the skills this origin publishes.
- [API catalog](https://course.notonlyhr.com/.well-known/api-catalog): RFC 9727 catalog of this origin's APIs.
- [OpenAPI spec](https://course.notonlyhr.com/openapi.json): the HTTP API surface.
- [Pricing](https://course.notonlyhr.com/pricing.md): machine-readable plan and price list.
- [Authentication guide](https://course.notonlyhr.com/auth.md): OAuth 2.0 and OpenID Connect flows.
- [OAuth authorization server metadata](https://course.notonlyhr.com/.well-known/oauth-authorization-server): RFC 8414 discovery document.
- [OpenID Connect discovery](https://course.notonlyhr.com/.well-known/openid-configuration): OIDC discovery document.
- [Agentic Commerce manifest](https://course.notonlyhr.com/.well-known/acp.json): ACP checkout capabilities.
- [Developer documentation](https://docs.loopwise.com): guides for building against this platform.

## Optional

- [course.notonlyhr.com/llms-full.txt](https://course.notonlyhr.com/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 — ~1.7k 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.
